aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use movlps / movhps to modify low / high half of 16-byet memory location.Evan Cheng2008-05-231-0/+25
* Remove lingering references to .llx and .tr in the tests.Dan Gohman2008-05-234-4/+4
* Use PMULDQ for v2i64 multiplies when SSE4.1 is available. And addDan Gohman2008-05-231-0/+32
* Restucture a part of the SimplifyCFG pass and include a testcase.Matthijs Kooijman2008-05-231-0/+131
* Constant integer vectors may also be negated.Nick Lewycky2008-05-231-0/+8
* Revert X + X --> X * 2 optz'n which pessimizes heavily on x86.Nick Lewycky2008-05-231-6/+0
* Implement X + X for vectors.Nick Lewycky2008-05-231-0/+6
* Fix a recently added optimization to not crash on vectors.Nick Lewycky2008-05-231-0/+6
* Generalize the new code in instcombine's ComputeNumSignBits for handlingDan Gohman2008-05-231-0/+9
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-232-2/+17
* Bug: rcpps can only folds a load if the address is 16-byte aligned. Fixed man...Evan Cheng2008-05-231-0/+11
* Add a couple of test cases.Evan Cheng2008-05-222-0/+33
* Add missing patterns.Evan Cheng2008-05-221-0/+10
* Add support for multiple-return values in inline asm. This shouldChris Lattner2008-05-221-0/+19
* testcase for PR2267Chris Lattner2008-05-221-0/+11
* Fix PR2343. An *interesting* coalescer bug.Evan Cheng2008-05-211-0/+97
* resurrect lost tests by renaming them to not end with .trGabor Greif2008-05-2125-0/+0
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-2093-94/+94
* Fix PR2346 by marking vaarg as volatile so that licm doesn't try toChris Lattner2008-05-201-0/+30
* Oops, commit the version of this test that actually works.Dan Gohman2008-05-201-1/+1
* Port SelectionDAG's ComputeNumSignBits-using code to instcombine,Dan Gohman2008-05-201-0/+7
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-2072-72/+72
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-2075-88/+88
* More local spiller complexity!Evan Cheng2008-05-201-0/+22
* Don't spill dead def.Evan Cheng2008-05-201-0/+55
* Teach instcombine 4 new xforms:Chris Lattner2008-05-202-0/+24
* Run vortex-bug as x86-64, which is what the original bug was triggered on.Dan Gohman2008-05-201-1/+1
* Do not erase induction variable increment if it is used outside the loop.Devang Patel2008-05-191-0/+41
* convert fptosi(sitofp x) -> x if the fp value has enough bits in its mantissaChris Lattner2008-05-191-0/+8
* Fold FP comparisons where one operand is converted from an integerChris Lattner2008-05-191-0/+25
* be more aggressive about transforming add -> or when the operands have noChris Lattner2008-05-191-0/+15
* Check that always_inline functions are inlinedDuncan Sands2008-05-191-0/+12
* Fix PR2341 - when the length is 4 use an i32 notDuncan Sands2008-05-191-0/+14
* Fix PR2339Chris Lattner2008-05-181-0/+23
* remove empty file?Chris Lattner2008-05-181-0/+0
* Revert constant-folding change that will miscompile in some cases.Nick Lewycky2008-05-171-8/+0
* Constant fold inttoptr and ptrtoint.Nick Lewycky2008-05-171-0/+8
* Fix test.Evan Cheng2008-05-161-1/+1
* Move this test from ADCE to loop deletion, where it is more appropriate.Owen Anderson2008-05-161-1/+1
* Use loop deletion instead of ADCE in these tests.Owen Anderson2008-05-162-2/+2
* Use loop deletion instead of ADCE for removing loops.Owen Anderson2008-05-164-4/+4
* Fix this test. It was testing broken behavior in that it required ADCE to el...Owen Anderson2008-05-161-3/+2
* implement PR2328.Chris Lattner2008-05-161-2/+12
* Use common where we mean common, not weak.Dale Johannesen2008-05-161-1/+1
* Revert the change from r51157 inDan Gohman2008-05-161-3/+3
* Fix a bug in LoopStrengthReduce that caused it to emit IR withDan Gohman2008-05-151-0/+21
* Remove the S92 code, which really has nothing to doDale Johannesen2008-05-151-7/+0
* Evan has implemented this on ppc, so run the test there.Dale Johannesen2008-05-151-2/+2
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-151-3/+3
* Situations can arise when you have a function called that returns a 'void', butBill Wendling2008-05-142-2/+28