| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | More heuristics for Combiner-AA. Still catches all important cases, but | Nate Begeman | 2009-10-12 | 1 | -6/+19 |
* | Haiku porting patches, Credit to Paul Davey. | Edward O'Callaghan | 2009-10-12 | 3 | -3/+14 |
* | Fix PR5087, patch by Jakub Staszak! | Chris Lattner | 2009-10-12 | 2 | -2/+3 |
* | add some more hooks to the C bindings, patch by Kenneth Uildriks! | Chris Lattner | 2009-10-12 | 2 | -1/+137 |
* | Make ParallelJIT pthreads linking with CMake slightly less broken | Douglas Gregor | 2009-10-12 | 1 | -1/+3 |
* | Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. | Edward O'Callaghan | 2009-10-12 | 3 | -2/+7 |
* | populate instcombine's initial worklist more carefully, causing | Chris Lattner | 2009-10-12 | 1 | -18/+26 |
* | revert r83814 for now, it is making the llvm-gcc bootstrap unhappy. | Chris Lattner | 2009-10-11 | 1 | -26/+1 |
* | pic16 uses 16 bit pointers, but is 8 bit. | Chris Lattner | 2009-10-11 | 1 | -1/+1 |
* | populate instcombine's initial worklist more carefully, causing | Chris Lattner | 2009-10-11 | 1 | -1/+26 |
* | Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel! | Nick Lewycky | 2009-10-11 | 1 | -2/+3 |
* | Add missed mem-mem move patterns | Anton Korobeynikov | 2009-10-11 | 3 | -0/+23 |
* | Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements | Anton Korobeynikov | 2009-10-11 | 3 | -0/+220 |
* | remove some harmful code that would turn an insertelement on an undef | Chris Lattner | 2009-10-11 | 1 | -22/+0 |
* | 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 | 2 | -0/+38 |
* | cleanups | Chris Lattner | 2009-10-11 | 1 | -20/+18 |
* | convert xor2 to filecheck, merge in a random regtest | Chris Lattner | 2009-10-11 | 2 | -13/+16 |
* | cleanup, no functionality change. | Chris Lattner | 2009-10-11 | 1 | -34/+33 |
* | generalize a transformation even more: we don't care whether the | Chris Lattner | 2009-10-11 | 2 | -12/+17 |
* | simplify a transformation by making it more general. | Chris Lattner | 2009-10-11 | 3 | -33/+34 |
* | temporarily revert previous patch | Chris Lattner | 2009-10-11 | 1 | -14/+1 |
* | populate instcombine's initial worklist more carefully, causing | Chris Lattner | 2009-10-11 | 1 | -1/+14 |
* | Remove CleanupDbgInfo, instcombine does this and its not worth duplicating it | Torok Edwin | 2009-10-11 | 1 | -35/+0 |
* | More DragonEgg verbiage. | Duncan Sands | 2009-10-11 | 1 | -12/+17 |
* | Remove spurious brackets. | Duncan Sands | 2009-10-11 | 1 | -1/+1 |
* | LICM shouldn't sink/delete debug information. Fix this and add a testcase. | Torok Edwin | 2009-10-11 | 2 | -1/+94 |
* | Implement 'm' memory operand properly | Anton Korobeynikov | 2009-10-11 | 2 | -11/+40 |
* | Implement proper asmprinting for the globals. This eliminates bogus "call" mo... | Anton Korobeynikov | 2009-10-11 | 2 | -12/+12 |
* | Implement asm printing for inline asm memory operands | Anton Korobeynikov | 2009-10-11 | 1 | -0/+13 |
* | add PR5004 as a known problem. | Chris Lattner | 2009-10-11 | 1 | -0/+6 |
* | duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm... | Chris Lattner | 2009-10-11 | 1 | -2/+3 |
* | Fix typo. | Nick Lewycky | 2009-10-11 | 1 | -1/+1 |
* | Fix typo. | Nick Lewycky | 2009-10-11 | 1 | -1/+1 |
* | when folding duplicate conditions, delete the | Chris Lattner | 2009-10-11 | 3 | -30/+35 |
* | some notes from Anton | Chris Lattner | 2009-10-11 | 1 | -1/+5 |