2012-06-04 |
Rafael Espindola | When gvn decides to replace an instruction with another... |
tree | commitdiff |
2012-06-04 |
Akira Hatanaka | Add a test case for mips64 unaligned load/store instruc... |
tree | commitdiff |
2012-06-04 |
Akira Hatanaka | Rename test/CodeGen/Mips/load-shift-left-right.ll. |
tree | commitdiff |
2012-06-04 |
Roman Divacky | Implement local-exec TLS on PowerPC. |
tree | commitdiff |
2012-06-04 |
Nadav Rotem | Remove the "-promote-elements" flag. This flag is now... |
tree | commitdiff |
2012-06-04 |
Hal Finkel | Enable generating PPC pre-increment (r+imm) instruction... |
tree | commitdiff |
2012-06-03 |
Craig Topper | Rename FMA3 feature flag to just FMA to match gcc so... |
tree | commitdiff |
2012-06-03 |
Craig Topper | Rename fma4 intrinsics to just fma since they are now... |
tree | commitdiff |
2012-06-03 |
Manman Ren | Revert r157831 |
tree | commitdiff |
2012-06-03 |
Craig Topper | Use sse_load_f32/64 for scalar FMA3 intrinsic patterns... |
tree | commitdiff |
2012-06-02 |
Manman Ren | ARM: add testing case for struct byval |
tree | commitdiff |
2012-06-02 |
Akira Hatanaka | Add another test case which tests Mips' unaligned load... |
tree | commitdiff |
2012-06-02 |
Akira Hatanaka | Fix test cases in test/CodeGen/Mips. |
tree | commitdiff |
2012-06-01 |
Rafael Espindola | Use dominates(Instruction, Use) in the verifier. |
tree | commitdiff |
2012-06-01 |
Manman Ren | X86: peephole optimization to remove cmp instruction |
tree | commitdiff |
2012-06-01 |
Rafael Espindola | Add some tests checking that the verifier rejects cases... |
tree | commitdiff |
2012-06-01 |
Chris Lattner | testcase for PR13006, thanks to Duncan for filing it. |
tree | commitdiff |
2012-06-01 |
Nuno Lopes | BoundsChecking: fix a bug when the handling of recursiv... |
tree | commitdiff |
2012-06-01 |
Hans Wennborg | Implement the local-dynamic TLS model for x86 (PR3985) |
tree | commitdiff |
2012-06-01 |
Craig Topper | Remove fadd(fmul) patterns for FMA3. This needs to... |
tree | commitdiff |
2012-06-01 |
Chris Lattner | enhance the logic for looking through tailcalls to... |
tree | commitdiff |
2012-06-01 |
Chris Lattner | enhance getNoopInput to know about vector<->vector... |
tree | commitdiff |
2012-06-01 |
Chris Lattner | add some simple 64-bit tail call tests. |
tree | commitdiff |
2012-06-01 |
Chris Lattner | merge some tests. |
tree | commitdiff |
2012-06-01 |
Chris Lattner | rename test |
tree | commitdiff |
2012-06-01 |
Eric Christopher | Add support for enum forward declarations. |
tree | commitdiff |
2012-05-31 |
Nuno Lopes | add -bounds-checking-multiple-traps option to make... |
tree | commitdiff |
2012-05-31 |
Nuno Lopes | revamp BoundsChecking considerably: |
tree | commitdiff |
2012-05-31 |
Owen Anderson | Make this testcase independent of register allocation. |
tree | commitdiff |
2012-05-31 |
Manman Ren | X86: replace SUB with CMP if possible |
tree | commitdiff |
2012-05-31 |
Rafael Espindola | Fix typos noticed by Benjamin Kramer. |
tree | commitdiff |
2012-05-31 |
Rafael Espindola | Require intervals in the range metadata to be in a... |
tree | commitdiff |
2012-05-31 |
Elena Demikhovsky | Added FMA3 Intel instructions. |
tree | commitdiff |
2012-05-31 |
Duncan Sands | Enhance the sinking code to handle diamond patterns... |
tree | commitdiff |
2012-05-31 |
Craig Topper | Add intrinsic for pclmulqdq instruction. |
tree | commitdiff |
2012-05-31 |
Akira Hatanaka | Add lit.local.cfg to run the tests in test/MC/Disassemb... |
tree | commitdiff |
2012-05-30 |
Jakob Stoklund Olesen | Prioritize smaller register classes for urgent evictions. |
tree | commitdiff |
2012-05-30 |
Eric Christopher | Add support for the mips inline asm 'm' output modifier. |
tree | commitdiff |
2012-05-30 |
Owen Anderson | Switch the canonical FMA term operand order to match... |
tree | commitdiff |
2012-05-30 |
Owen Anderson | Teach DAGCombine to canonicalize the position of a... |
tree | commitdiff |
2012-05-30 |
Benjamin Kramer | Teach SCEV's icmp simplification logic that a-b ==... |
tree | commitdiff |
2012-05-30 |
Chris Lattner | it's pointed out that R11 can be used for magic things... |
tree | commitdiff |
2012-05-30 |
Chris Lattner | Extend the (abi-irrelevant) return convention to be... |
tree | commitdiff |
2012-05-30 |
Chad Rosier | [arm-fast-isel] Add support for the llvm.frameaddress... |
tree | commitdiff |
2012-05-30 |
Kostya Serebryany | [asan] instrument cmpxchg and atomicrmw |
tree | commitdiff |
2012-05-30 |
Andrew Trick | SCEV: Handle a corner case reducing AddRecExpr * AddRecExpr |
tree | commitdiff |
2012-05-30 |
Evan Cheng | Teach taildup to update livein set. rdar://11538365 |
tree | commitdiff |
2012-05-30 |
Bob Wilson | Add an insertPass API to TargetPassConfig. <rdar:... |
tree | commitdiff |
2012-05-29 |
Benjamin Kramer | Add intrinsics, code gen, assembler and disassembler... |
tree | commitdiff |
2012-05-28 |
Peter Collingbourne | Add llvm.fabs intrinsic. |
tree | commitdiff |
2012-05-28 |
Benjamin Kramer | InstCombine: Fix infinite loop when encountering switch... |
tree | commitdiff |
2012-05-28 |
Meador Inge | PR12696: Attribute bits above 1<<30 are not encoded... |
tree | commitdiff |
2012-05-27 |
Chris Lattner | rdar://11542750 - llvm.trap should be marked no return. |
tree | commitdiff |
2012-05-27 |
Benjamin Kramer | PR12967: Don't crash when trying to fold a shift that... |
tree | commitdiff |
2012-05-27 |
Chris Lattner | These tests used intrinsics with the wrong prototype... |
tree | commitdiff |
2012-05-27 |
Chris Lattner | remove two (useless) tests that use incorrect intrinsic... |
tree | commitdiff |
2012-05-27 |
Peter Collingbourne | Have getOrCreateSubprogramDIE store the DIE for a subpr... |
tree | commitdiff |
2012-05-26 |
Benjamin Kramer | SelectionDAGBuilder: When emitting small compare chains... |
tree | commitdiff |
2012-05-26 |
Duncan Sands | Since commit 157467, if reassociate isn't actually... |
tree | commitdiff |
2012-05-25 |
Nuno Lopes | bounds checking: add support for byval arguments |
tree | commitdiff |
2012-05-25 |
Justin Holewinski | [NVPTX] Add a new test case for the newly-enabled call... |
tree | commitdiff |
2012-05-25 |
Nuno Lopes | boundschecking: |
tree | commitdiff |
2012-05-25 |
NAKAMURA Takumi | test/CodeGen/X86/bigstructret.ll: Suppress one test... |
tree | commitdiff |
2012-05-25 |
NAKAMURA Takumi | test/CodeGen/X86/bigstructret.ll: Relax stack offsets... |
tree | commitdiff |
2012-05-25 |
Duncan Sands | Make the reassociation pass more powerful so that it... |
tree | commitdiff |
2012-05-25 |
Eli Friedman | Simplify code for calling a function where CanLowerRetu... |
tree | commitdiff |
2012-05-24 |
Jakob Stoklund Olesen | Add support for range expressions in TableGen foreach... |
tree | commitdiff |
2012-05-24 |
Jakob Stoklund Olesen | Don't put TGParser scratch results in the output. |
tree | commitdiff |
2012-05-24 |
David Blaikie | Fix for CHECK-NOT misspelling. |
tree | commitdiff |
2012-05-24 |
Justin Holewinski | Remove the PTX back-end and all of its artifacts (tripl... |
tree | commitdiff |
2012-05-24 |
Owen Anderson | Teach tblgen's set theory "sequence" operator to suppor... |
tree | commitdiff |
2012-05-24 |
Akira Hatanaka | Turn on mips16 pseudo op when compiling for mips16. |
tree | commitdiff |
2012-05-24 |
Akira Hatanaka | Enable Mips16 compiler to compile a null program. |
tree | commitdiff |
2012-05-24 |
Tobias Grosser | Add half support to LLVM (for OpenCL) |
tree | commitdiff |
2012-05-24 |
Stepan Dyatkovskiy | PR1255 related changes (case ranges): |
tree | commitdiff |
2012-05-23 |
Jakob Stoklund Olesen | Add a test case for global live range splitting. |
tree | commitdiff |
2012-05-23 |
Jakob Stoklund Olesen | Add a last resort tryInstructionSplit() to RAGreedy. |
tree | commitdiff |
2012-05-23 |
Kaelyn Uhrain | Fix typo in flag to opt, and also a CHECK-NEXT that... |
tree | commitdiff |
2012-05-23 |
Jakob Stoklund Olesen | Correctly deal with identity copies in RegisterCoalescer. |
tree | commitdiff |
2012-05-23 |
Chad Rosier | [arm-fast-isel] Add support for non-global callee. |
tree | commitdiff |
2012-05-23 |
Nuno Lopes | BoundsChecking: add a couple of simple tests and fix... |
tree | commitdiff |
2012-05-23 |
Patrik Hägglund | Fix the inliner so that the optsize function attribute... |
tree | commitdiff |
2012-05-23 |
Eric Christopher | Add support for C++11 enum classes in llvm. |
tree | commitdiff |
2012-05-22 |
Andrew Trick | LSR fix: add a missing phi check during IV hoisting. |
tree | commitdiff |
2012-05-22 |
Nuno Lopes | revert my previous patches that introduced an additiona... |
tree | commitdiff |
2012-05-22 |
Jakob Stoklund Olesen | Only erase virtregs with no uses left. |
tree | commitdiff |
2012-05-22 |
Duncan Sands | Fix PR12858, a crash due to GVN's PRE not fully removin... |
tree | commitdiff |
2012-05-21 |
Jim Grosbach | FileCheck'ize test, and add a bit to test for r157221. |
tree | commitdiff |
2012-05-21 |
Craig Topper | Allow 256-bit shuffles to still be split even if only... |
tree | commitdiff |
2012-05-20 |
Peter Collingbourne | When legalising shifts, do not pre-build a list of... |
tree | commitdiff |
2012-05-20 |
Hal Finkel | Add a missing PPC 64-bit stwu pattern. |
tree | commitdiff |
2012-05-20 |
Jakob Stoklund Olesen | Use the right register class for LDRrs. |
tree | commitdiff |
2012-05-20 |
Jakob Stoklund Olesen | Transfer memory operands to the right instruction. |
tree | commitdiff |
2012-05-20 |
Jakob Stoklund Olesen | Properly constrain register classes for sub-registers. |
tree | commitdiff |
2012-05-20 |
Jakob Stoklund Olesen | Properly constrain register classes in 2-addr. |
tree | commitdiff |
2012-05-20 |
Peter Collingbourne | Do not pass an invalid domtree to SimplifyInstruction... |
tree | commitdiff |
2012-05-19 |
Jakob Stoklund Olesen | Fix 12892. |
tree | commitdiff |
2012-05-19 |
Peter Collingbourne | Do not eliminate allocas whose alignment exceeds that... |
tree | commitdiff |
2012-05-19 |
Jakob Stoklund Olesen | Erase joined copies immediately. |
tree | commitdiff |
2012-05-19 |
Nadav Rotem | On Haswell, perfer storing YMM registers using a single... |
tree | commitdiff |
next |