aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-03-29Fix PR3899: add support for extracting floats from vectorsDuncan Sands
2009-03-28Make check in CheckTailCallReturnConstraints for ignorable instructions betweenArnold Schwaighofer
2009-03-28Enable tail call optimization for functions that return a struct (bug 3664) a...Arnold Schwaighofer
2009-03-28Optimize some 64-bit multiplication by constants into two lea's or one lea + ...Evan Cheng
2009-03-27Fix this test so that it doesn't spuriously fail due to someDan Gohman
2009-03-27Add a __builtin___memset_chk test.Evan Cheng
2009-03-26Add -march=x86.Evan Cheng
2009-03-26Add -f to RUN line.Bill Wendling
2009-03-26no need for eh infoChris Lattner
2009-03-26Add testcase for r67728.Bill Wendling
2009-03-25Before deleting a basic block, give other loop passes a chance cleanup analys...Devang Patel
2009-03-25Add a test case for PR3779: when to promote the function return value.Evan Cheng
2009-03-25Revert 67132. This is breaking some objective-c apps.Evan Cheng
2009-03-25One more test.Evan Cheng
2009-03-25Add __builtin___memcpy_chk tests.Evan Cheng
2009-03-25These tests pass on linux.Duncan Sands
2009-03-25Add a __builtin_object_size test.Evan Cheng
2009-03-25Fix a bug in our autoupgrade support: in an argument list to a functionChris Lattner
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng
2009-03-25Fix PR3874 by restoring a condition I removed, but making it moreChris Lattner
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