| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ARMv6T2 SBFX/UBFX instructions. Approved by Anton Korobeynikov. | Sandeep Patel | 2009-10-13 | 1 | -0/+37 |
* | change simplifycfg to not duplicate 'unwind' instructions. Hopefully | Chris Lattner | 2009-10-13 | 1 | -3/+18 |
* | convert to filecheck | Chris Lattner | 2009-10-13 | 1 | -5/+5 |
* | rename test | Chris Lattner | 2009-10-13 | 1 | -0/+0 |
* | don't use dead loads as tests. | Chris Lattner | 2009-10-13 | 1 | -3/+4 |
* | Disable this test for now. | Devang Patel | 2009-10-13 | 1 | -1/+0 |
* | Teach BasicAA a little something about the atomic intrinsics: they can only | Nick Lewycky | 2009-10-13 | 1 | -0/+16 |
* | Add new "memory use marker" intrinsics. These indicate lifetimes and invariant | Nick Lewycky | 2009-10-13 | 1 | -0/+36 |
* | remove notcast, it is now dead! | Chris Lattner | 2009-10-13 | 1 | -16/+0 |
* | remove two old and nearly useless tests. | Chris Lattner | 2009-10-13 | 2 | -34/+0 |
* | XFAIL these tests for now. | Devang Patel | 2009-10-13 | 5 | -1/+5 |
* | Memory dependence analysis was incorrectly stopping to scan for stores to a p... | Victor Hernandez | 2009-10-13 | 1 | -0/+15 |
* | allow this testcase to pass with recent changes. The test hasn't been | Chris Lattner | 2009-10-12 | 1 | -1/+1 |
* | Don't forget to mark RAX as live-out of the function when arranging for | Dan Gohman | 2009-10-12 | 1 | -1/+10 |
* | Eliminate some redundant llvm-as calls. | Benjamin Kramer | 2009-10-12 | 13 | -13/+13 |
* | Missing CHECK: lines makes test exit abnormally. | Edward O'Callaghan | 2009-10-12 | 1 | -2/+2 |
* | FileCheck not CheckFile, oops. | Edward O'Callaghan | 2009-10-12 | 1 | -1/+1 |
* | Convert InstCombine/call.ll to CheckFile. | Edward O'Callaghan | 2009-10-12 | 1 | -3/+22 |
* | Convert the rest of the InstCombine tests from notcast to FileCheck. | Edward O'Callaghan | 2009-10-12 | 10 | -12/+131 |
* | Remove this part of the test, it never actually tested anything anyways. This | Nick Lewycky | 2009-10-12 | 1 | -25/+0 |
* | Fix syntax error missed in converting zext.ll test. Convert 2003-11-13-ConstE... | Edward O'Callaghan | 2009-10-12 | 2 | -5/+8 |
* | Convert InstCombine tests from notcast to FileCheck. | Edward O'Callaghan | 2009-10-12 | 5 | -9/+49 |
* | Add missed mem-mem move patterns | Anton Korobeynikov | 2009-10-11 | 2 | -0/+16 |
* | Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements | Anton Korobeynikov | 2009-10-11 | 2 | -0/+93 |
* | Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refine... | Anton Korobeynikov | 2009-10-11 | 8 | -0/+343 |
* | reduce vec_shuffle2 and merge into vec_shuffle. | Chris Lattner | 2009-10-11 | 2 | -19/+10 |
* | filecheckize vec_shuffle.ll and merge shuffle.ll into it. | Chris Lattner | 2009-10-11 | 2 | -19/+34 |
* | filecheckize | Chris Lattner | 2009-10-11 | 1 | -15/+13 |
* | rename test | Chris Lattner | 2009-10-11 | 1 | -0/+0 |
* | remove old testcase | Chris Lattner | 2009-10-11 | 1 | -9/+0 |
* | merge test into shift.ll, this also eliminates awful grepping on -stats output | Chris Lattner | 2009-10-11 | 2 | -29/+34 |
* | convert to filecheck. | Chris Lattner | 2009-10-11 | 1 | -5/+100 |
* | teach instcombine to simplify xor's harder, catching the | Chris Lattner | 2009-10-11 | 1 | -0/+11 |
* | convert xor2 to filecheck, merge in a random regtest | Chris Lattner | 2009-10-11 | 2 | -13/+16 |
* | generalize a transformation even more: we don't care whether the | Chris Lattner | 2009-10-11 | 1 | -0/+7 |
* | simplify a transformation by making it more general. | Chris Lattner | 2009-10-11 | 2 | -1/+20 |
* | LICM shouldn't sink/delete debug information. Fix this and add a testcase. | Edwin Török | 2009-10-11 | 1 | -0/+55 |
* | Implement 'm' memory operand properly | Anton Korobeynikov | 2009-10-11 | 1 | -11/+20 |
* | when folding duplicate conditions, delete the | Chris Lattner | 2009-10-11 | 2 | -30/+33 |
* | implement rdar://7293527, a trivial instcombine that llvm-gcc | Chris Lattner | 2009-10-11 | 1 | -0/+8 |
* | implement a transformation in jump threading that is currently | Chris Lattner | 2009-10-11 | 1 | -0/+34 |
* | another testcase jump threading shouldn't crash on. | Chris Lattner | 2009-10-11 | 1 | -0/+31 |
* | rename a file, remove a poorly reduced testcase. | Chris Lattner | 2009-10-11 | 2 | -142/+0 |
* | make jump threading on a phi with undef inputs happen. | Chris Lattner | 2009-10-11 | 1 | -2/+32 |
* | merge two tests. | Chris Lattner | 2009-10-11 | 2 | -13/+19 |
* | simplify some run lines, convert a test to filecheck. | Chris Lattner | 2009-10-11 | 6 | -7/+13 |
* | switch GVN to use SSAUpdater. Besides removing a lot of complexity | Chris Lattner | 2009-10-10 | 1 | -2/+2 |
* | It seems that OR operation does not affect status reg at all. | Anton Korobeynikov | 2009-10-10 | 1 | -0/+14 |
* | Update this test; the code is the same but it gets counted as one | Dan Gohman | 2009-10-09 | 1 | -1/+1 |
* | Fix the x86 test-shrink optimization so that it doesn't shrink comparisons | Dan Gohman | 2009-10-09 | 1 | -0/+23 |