aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Missing CHECK: lines makes test exit abnormally.Edward O'Callaghan2009-10-121-2/+2
* FileCheck not CheckFile, oops.Edward O'Callaghan2009-10-121-1/+1
* Convert InstCombine/call.ll to CheckFile.Edward O'Callaghan2009-10-121-3/+22
* Convert the rest of the InstCombine tests from notcast to FileCheck.Edward O'Callaghan2009-10-1210-12/+131
* Remove this part of the test, it never actually tested anything anyways. ThisNick Lewycky2009-10-121-25/+0
* Fix syntax error missed in converting zext.ll test. Convert 2003-11-13-ConstE...Edward O'Callaghan2009-10-122-5/+8
* Convert InstCombine tests from notcast to FileCheck.Edward O'Callaghan2009-10-125-9/+49
* More heuristics for Combiner-AA. Still catches all important cases, butNate Begeman2009-10-121-6/+19
* Haiku porting patches, Credit to Paul Davey.Edward O'Callaghan2009-10-123-3/+14
* Fix PR5087, patch by Jakub Staszak!Chris Lattner2009-10-122-2/+3
* add some more hooks to the C bindings, patch by Kenneth Uildriks!Chris Lattner2009-10-122-1/+137
* Make ParallelJIT pthreads linking with CMake slightly less brokenDouglas Gregor2009-10-121-1/+3
* Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX.Edward O'Callaghan2009-10-123-2/+7
* populate instcombine's initial worklist more carefully, causingChris Lattner2009-10-121-18/+26
* revert r83814 for now, it is making the llvm-gcc bootstrap unhappy.Chris Lattner2009-10-111-26/+1
* pic16 uses 16 bit pointers, but is 8 bit.Chris Lattner2009-10-111-1/+1
* populate instcombine's initial worklist more carefully, causingChris Lattner2009-10-111-1/+26
* Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!Nick Lewycky2009-10-111-2/+3
* Add missed mem-mem move patternsAnton Korobeynikov2009-10-113-0/+23
* Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinementsAnton Korobeynikov2009-10-113-0/+220
* remove some harmful code that would turn an insertelement on an undefChris Lattner2009-10-111-22/+0
* Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refine...Anton Korobeynikov2009-10-118-0/+343
* reduce vec_shuffle2 and merge into vec_shuffle.Chris Lattner2009-10-112-19/+10
* filecheckize vec_shuffle.ll and merge shuffle.ll into it.Chris Lattner2009-10-112-19/+34
* filecheckizeChris Lattner2009-10-111-15/+13
* rename testChris Lattner2009-10-111-0/+0
* remove old testcaseChris Lattner2009-10-111-9/+0
* merge test into shift.ll, this also eliminates awful grepping on -stats outputChris Lattner2009-10-112-29/+34
* convert to filecheck.Chris Lattner2009-10-111-5/+100
* teach instcombine to simplify xor's harder, catching theChris Lattner2009-10-112-0/+38
* cleanupsChris Lattner2009-10-111-20/+18
* convert xor2 to filecheck, merge in a random regtestChris Lattner2009-10-112-13/+16
* cleanup, no functionality change.Chris Lattner2009-10-111-34/+33
* generalize a transformation even more: we don't care whether theChris Lattner2009-10-112-12/+17
* simplify a transformation by making it more general.Chris Lattner2009-10-113-33/+34
* temporarily revert previous patchChris Lattner2009-10-111-14/+1
* populate instcombine's initial worklist more carefully, causingChris Lattner2009-10-111-1/+14
* Remove CleanupDbgInfo, instcombine does this and its not worth duplicating itTorok Edwin2009-10-111-35/+0
* More DragonEgg verbiage.Duncan Sands2009-10-111-12/+17
* Remove spurious brackets.Duncan Sands2009-10-111-1/+1
* LICM shouldn't sink/delete debug information. Fix this and add a testcase.Torok Edwin2009-10-112-1/+94
* Implement 'm' memory operand properlyAnton Korobeynikov2009-10-112-11/+40
* Implement proper asmprinting for the globals. This eliminates bogus "call" mo...Anton Korobeynikov2009-10-112-12/+12
* Implement asm printing for inline asm memory operandsAnton Korobeynikov2009-10-111-0/+13
* add PR5004 as a known problem.Chris Lattner2009-10-111-0/+6
* duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm...Chris Lattner2009-10-111-2/+3
* Fix typo.Nick Lewycky2009-10-111-1/+1
* Fix typo.Nick Lewycky2009-10-111-1/+1
* when folding duplicate conditions, delete the Chris Lattner2009-10-113-30/+35
* some notes from AntonChris Lattner2009-10-111-1/+5