aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's possible for a global variable to be optimized out of a metadata object. SoBill Wendling2009-10-081-0/+72
* Use lower16 / upper16 imm modifiers to asmprint 32-bit imms splitted via movt...Anton Korobeynikov2009-10-081-2/+2
* Add codegen support for NEON vld2lane intrinsics with 128-bit vectors.Bob Wilson2009-10-081-0/+41
* Add some peepholes for signed comparisons using ashr X, X, 32.Richard Osborne2009-10-081-0/+76
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-088-46/+140
* Add codegen support for NEON vst4 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-081-0/+9
* Input files should go before all other options.Mikhail Glushenkov2009-10-085-5/+5
* Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-081-0/+9
* Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-081-0/+9
* Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-071-0/+12
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-076-35/+114
* Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-071-0/+12
* Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-071-0/+12
* Fix handling of x86 'R' constraint.Dale Johannesen2009-10-071-0/+18
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-076-40/+118
* Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby2009-10-071-39/+52
* Convert test to FileCheck.Bob Wilson2009-10-071-9/+27
* Add codegen support for NEON vst4 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+41
* Add codegen support for NEON vst3 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+41
* Add codegen support for NEON vst2 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+37
* Add codegen support for NEON vld4 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+54
* Add codegen support for NEON vld3 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+54
* Add tests for vld2 of 128-bit vectors.Bob Wilson2009-10-071-0/+50
* Update NEON struct names to match llvm-gcc changes.Bob Wilson2009-10-068-195/+165
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-062-3/+2
* remove predicate simplifier, it never got the last bugs beatenChris Lattner2009-10-0620-830/+0