aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some redundant llvm-as calls.Benjamin Kramer2009-10-1213-13/+13
* 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
* Add missed mem-mem move patternsAnton Korobeynikov2009-10-112-0/+16
* Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinementsAnton Korobeynikov2009-10-112-0/+93
* 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-111-0/+11
* convert xor2 to filecheck, merge in a random regtestChris Lattner2009-10-112-13/+16
* generalize a transformation even more: we don't care whether theChris Lattner2009-10-111-0/+7
* simplify a transformation by making it more general.Chris Lattner2009-10-112-1/+20
* LICM shouldn't sink/delete debug information. Fix this and add a testcase.Torok Edwin2009-10-111-0/+55
* Implement 'm' memory operand properlyAnton Korobeynikov2009-10-111-11/+20
* when folding duplicate conditions, delete the Chris Lattner2009-10-112-30/+33
* implement rdar://7293527, a trivial instcombine that llvm-gccChris Lattner2009-10-111-0/+8
* implement a transformation in jump threading that is currentlyChris Lattner2009-10-111-0/+34
* another testcase jump threading shouldn't crash on.Chris Lattner2009-10-111-0/+31
* rename a file, remove a poorly reduced testcase.Chris Lattner2009-10-112-142/+0
* make jump threading on a phi with undef inputs happen.Chris Lattner2009-10-111-2/+32
* merge two tests.Chris Lattner2009-10-112-13/+19
* simplify some run lines, convert a test to filecheck.Chris Lattner2009-10-116-7/+13
* switch GVN to use SSAUpdater. Besides removing a lot of complexityChris Lattner2009-10-101-2/+2
* It seems that OR operation does not affect status reg at all.Anton Korobeynikov2009-10-101-0/+14
* Update this test; the code is the same but it gets counted as oneDan Gohman2009-10-091-1/+1
* Fix the x86 test-shrink optimization so that it doesn't shrink comparisonsDan Gohman2009-10-091-0/+23
* Merge a bunch of NEON tests into larger files so they run faster.Bob Wilson2009-10-0987-3650/+3526
* Convert some ARM tests with lots of greps to use FileCheck.Bob Wilson2009-10-095-58/+135
* Fix a logic error that caused non-rematable loop invariants loads to be licm'...Evan Cheng2009-10-091-0/+264
* Commit one last NEON test to use FileCheck. That's all of them now!Bob Wilson2009-10-091-4/+13
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-0911-115/+388
* Reset kill markers after live interval is reconstructed.Evan Cheng2009-10-091-0/+34
* When considering whether to inline Callee into Caller,Dale Johannesen2009-10-091-0/+111
* Add codegen support for NEON vst4lane intrinsics with 128-bit vectors.Bob Wilson2009-10-091-0/+28
* Add codegen support for NEON vst3lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+28
* Add codegen support for NEON vst2lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+28
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-089-46/+139
* Add codegen support for NEON vld4lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+53
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-0813-100/+295
* Add codegen support for NEON vld3lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+47