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