2015-01-05 |
Saleem Abdulrasool | tests: correct builtins test if built under -mthumb... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Hal Finkel | [PowerPC] Convert a README.txt entry into a better... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Brad Smith | Use the integrated assembler by default on 32-bit Power... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Brad Smith | Use the integrated assembler by default on 32-bit Power... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Hal Finkel | [PowerPC] Remove README.txt entry |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding add/sub with carry, logical shift... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Hal Finkel | [PowerPC] Add a test for truncating a shifted load |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Frederic Riss | Make DIE.h a public CodeGen header. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Frederic Riss | [dsymutil] Implement the BinaryHolder object and gain... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
NAKAMURA Takumi | [autoconf] llvm/cmake/modules/Makefile: Make sure to... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Hal Finkel | [PowerPC] Add another test for load/store with update |
commit | commitdiff | tree | snapshot |
2015-01-05 |
NAKAMURA Takumi | [autoconf] Export LLVM_LIBDIR_SUFFIX with empty string... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Hal Finkel | [PowerPC] Fold i1 extensions with other ops |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Simon Pilgrim | [X86][SSE] Fixed description for isSequentialOrUndefInR... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding rounding reg/reg variants, accumulatin... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Duncan P. N... | IR: Prune arguments to ValueAsMetadata::ValueAsMetadata() |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding V4 bit manipulating instructions,... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding V4 logic-logic instructions and tests. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding orand, bitsplit reg/reg, and modwrap... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Francisco Lopes... | Fix lit for builds under /opt |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Zachary Turner | Fix about 20 tests on Windows. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Dan Albert | Fix some formatting I messed up in r225187. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Greg Clayton | Make sure x7 and x8 are treated as argument registers... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Hal Finkel | [PowerPC] Remove zexts after i32 ctlz |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Rafael Espindola | Make this test a bit stricter. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Rafael Espindola | Disable warnings in this test. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Hal Finkel | [PowerPC] Remove zexts after byte-swapping loads |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Colin LeMahieu | [Hexagon] Adding round reg/imm and bitsplit instructions. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Dan Albert | Make the Unwinder -Werror clean. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Saleem Abdulrasool | SymbolRewriter: use iplist::splice |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Saleem Abdulrasool | SymbolRewriter: 80-column |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Vince Harron | fix cross compilation to 32 bit arm targets |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Ahmed Bougacha | [AArch64] Improve codegen of store lane instructions... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Samuel Antao | Fix clash of gcc toolchains in driver regression tests. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Ahmed Bougacha | [AArch64] Improve codegen of store lane 0 instructions... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Samuel Benzaquen | Fix dangling pointer in isDerivedFrom. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
NAKAMURA Takumi | llvm/test/lit.cfg: have_ld_plugin_support(): Use decode... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
NAKAMURA Takumi | clang/CMakeLists.txt: Introduce LLVM_SHLIB_OUTPUT_INTDI... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Karthik Bhat | Select lower fsub,fabs pattern to fabd on AArch64 |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Rafael Espindola | Fix formatting. NFC. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Charlie Turner | Parse Tag_compatibility correctly. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Charlie Turner | Emit the build attribute Tag_conformance. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Karthik Bhat | Select lower sub,abs pattern to sabd on AArch64 |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Michael Kuperstein | Fix broken test from r225159. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Chandler Carruth | [PM] Don't run the machinery of invalidating all the... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Chandler Carruth | [PM] Add names and debug logging for analysis passes... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Daniel Jasper | clang-format: [Java] Fix incorrect detection of cast. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Craig Topper | Replace several 'assert(false' with 'llvm_unreachable... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Jiangning Liu | Fixed a bug in memory dependence checking module of... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Michael Gottesman | Convert SmallMapVector from a class to a struct. |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Craig Topper | [X86] Remove the predicates from the register forms... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Craig Topper | [X86] Simplify code a little by just summing flags... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Craig Topper | [X86] Remove unnecessary redeclaration of a variable... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Craig Topper | [X86] Remove a strange fixme referring to a hack that... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Craig Topper | [x86] Reduce text duplication for similar operand class... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Craig Topper | [X86] Fix the immediate size to match the address size... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Craig Topper | [X86] Remove unused operand type from disassembler... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Hal Finkel | [PowerPC] Enable speculation of cttz/ctlz |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Chandler Carruth | [SROA] Apply a somewhat heavy and unpleasant hammer... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Hal Finkel | [LangRef] Correct a typo |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Hal Finkel | [PowerPC] Materialize i64 constants using rotation... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Chandler Carruth | [PM] Cleanup a place where I forgot to update the heade... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Chandler Carruth | [PM] Switch the new pass manager to use a reference... |
commit | commitdiff | tree | snapshot |
2015-01-05 |
Chandler Carruth | [PM] Wire up support for explicitly running the verifie... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Chandler Carruth | [PM] Cleanup a const_cast and other machinery left... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Daniel Jasper | clang-format: [Java] Fix incorrect recognition of annon... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Daniel Jasper | clang-format: [Java] Change a few flags for Google... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Remove an assert that's not true on invalid code. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Saleem Abdulrasool | PECOFF: adjust the entry point on ARM NT |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Simon Pilgrim | [X86][SSE] Added vector packing test for pr12412 |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Simon Pilgrim | [X86][SSE] Added vector integer truncation tests -... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Joerg Sonnenberger | Typo. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Hal Finkel | [PowerPC] Materialize i64 constants using rotation |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Yaron Keren | Fix default image name to 'a.exe' on Windows, instead... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Michael Kuperstein | Fix unused variable warning for non-asserts builds... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Hal Finkel | [PowerPC] Materialize i64 constants using bit inversion |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Chandler Carruth | [PM] Split the AssumptionTracker immutable pass into... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Daniel Jasper | clang-format: Re-enable comment re-indentation for... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Fix indentation. No behavior change. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Wrap to 80 columns, no behavior change. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
David Majnemer | InstCombine: match can find ConstantExprs, don't assume... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
David Majnemer | ValueTracking: ComputeNumSignBits should tolerate missh... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Document that GetTypeForDeclarator() cannot return... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Crash less enthusiasticially on _Atomic or __restrict__... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Lang Hames | [APFloat][ADT] Fix sign handling logic for FMA results... |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Nico Weber | Wrap to 80 columns, no behavior change. |
commit | commitdiff | tree | snapshot |
2015-01-04 |
David Majnemer | AST: Remove overzealous assertion from IsModifiable |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Saleem Abdulrasool | llvm-readobj: add support to dump COFF export tables |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Saleem Abdulrasool | ARM: permit tail calls to weak externals on COFF |
commit | commitdiff | tree | snapshot |
2015-01-03 |
David Majnemer | Parse: __attribute__((keyword)) shouldn't error |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Hal Finkel | [PowerPC/BlockPlacement] Allow target to provide a... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Aaron Ballman | Volatile reads are side-effecting operations, but in... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Hal Finkel | [PowerPC] Use 16-byte alignment for modern cores for... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Craig Topper | Minor cleanup to all the switches after MatchInstructio... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Craig Topper | Fix some formatting in tablegen output. |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Craig Topper | Replace some 'unreachable' comments with llvm_unreachable. |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Alexey Samsonov | Remove TSAN_DEBUG in favor of SANITIZER_DEBUG. |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Alexey Samsonov | Replace DCHECK with DCHECK_LE where appropriate. |
commit | commitdiff | tree | snapshot |
2015-01-03 |
David Majnemer | ValueTracking: Make computeKnownBits for Arguments... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Kostya Serebryany | [asan/tracing] extend the test a bit more, simplify... |
commit | commitdiff | tree | snapshot |
next |