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