aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Converted a1.ll to unittests.Misha Brukman2009-03-242-44/+0
* canonicalize inttoptr and ptrtoint instructions which cast pointers Chris Lattner2009-03-241-0/+16
* two changes:Chris Lattner2009-03-241-0/+7
* Add a testcase for the scheduling heuristic introduced in r67586.Dan Gohman2009-03-241-0/+242
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-245-8/+8
* Fix a bug in spill weight computation. If the alias is a super-register, and ...Evan Cheng2009-03-231-0/+23
* Fix internal representation of fp80 to be theDale Johannesen2009-03-231-0/+14
* Update test for pr3864.Evan Cheng2009-03-231-0/+2
* Fix PR3391 and PR3864. Reg allocator infinite looping.Evan Cheng2009-03-231-0/+42
* Model inline asm constraint which ties an input to an output register as mach...Evan Cheng2009-03-234-5/+15
* Do not fold away subreg_to_reg if the source register has a sub-register inde...Evan Cheng2009-03-231-0/+25
* Re-commit r67334 and r67349 with fix.Evan Cheng2009-03-214-9/+17
* Fix instcombine to not introduce undefined shifts when merging twoChris Lattner2009-03-201-0/+9
* Don't load values out of global constants with weakDuncan Sands2009-03-202-0/+50
* Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky2009-03-204-15/+9
* Fix typo's.Evan Cheng2009-03-202-3/+3
* More makefile changes to allow dejagnu tests to pass when system tools defaul...Evan Cheng2009-03-194-9/+15
* These tests are now passing on Darwin because of r67139.Bill Wendling2009-03-183-1/+2
* aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D...Chris Lattner2009-03-181-0/+11
* Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSign...Chris Lattner2009-03-181-0/+11
* Add -relocation-model=pic so that the test worksRafael Espindola2009-03-181-2/+2
* Fix a bug.Zhou Sheng2009-03-181-0/+3961
* Added missing support for widening when splitting an unary op (PR3683)Mon P Wang2009-03-181-0/+18
* Add another test case for r64440.Evan Cheng2009-03-181-0/+51
* xfail these tests for now.Evan Cheng2009-03-183-1/+4
* Disable the "call to immediate" optimization on x86-64. It isChris Lattner2009-03-181-3/+7
* Fix PR3807 by inserting 'insertelement' instructions in the normal dest of Chris Lattner2009-03-181-0/+15
* A more proper -mtriple.Bill Wendling2009-03-181-1/+1
* Temporary fix. I think Rafael wanted this to be Linux-only.Bill Wendling2009-03-181-1/+1
* LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right nowChris Lattner2009-03-171-0/+92
* Don't force promotion of return arguments on the callee.Rafael Espindola2009-03-1716-29/+37
* this is apparently passing now. Evan/Dan, please checkChris Lattner2009-03-171-1/+0
* test case for rev. 67095.Devang Patel2009-03-171-0/+14
* Fix codegen to compute the size of an allocation by multiplying theChris Lattner2009-03-171-0/+10
* Add newline at end of file.Evan Cheng2009-03-171-1/+1
* CellSPU:Scott Michel2009-03-171-1/+1
* Reapply r67049, with the test adjusted for darwinDuncan Sands2009-03-172-32/+44
* Fix a problem with DAGCombine where we were building an illegal buildMon P Wang2009-03-171-0/+13
* Recognize bswapl as bswap too.Dan Gohman2009-03-171-0/+5
* Recognize "bswapq" as an alternate spelling for the bswap instruction.Dan Gohman2009-03-171-0/+12
* Spiller may unfold load / mod / store instructions as an optimization when th...Evan Cheng2009-03-171-0/+167
* CellSPU:Scott Michel2009-03-172-9/+7
* --- Reverse-merging (from foreign repository) r67049 into '.':Bill Wendling2009-03-162-44/+32
* Tweak the fix for PR3784: be less sensitive about justDuncan Sands2009-03-162-32/+44
* CellSPU:Scott Michel2009-03-161-51/+69
* change this to test for an alias result more directly.Chris Lattner2009-03-161-3/+7
* Add a replacement for 2009-02-12-GEPNoalias.ll that works without -debug.Nick Lewycky2009-03-141-0/+9
* Apply a patch by Micah Villmow to fix AsmParser to accept vectorDan Gohman2009-03-141-3/+14
* Add a testcase that covers a wide variety of ABI isel cases.Dan Gohman2009-03-141-0/+1322
* Use %rip-relative addressing on x86-64 whenever practical, asDan Gohman2009-03-141-0/+7