aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Tweak test for recent relro stuffAnton Korobeynikov2009-03-301-9/+17
* Forgot this test.Evan Cheng2009-03-301-0/+12
* Testcase for recent ro/relocs stuffAnton Korobeynikov2009-03-291-0/+15
* Fix PR3899: add support for extracting floats from vectorsDuncan Sands2009-03-291-0/+10
* Make check in CheckTailCallReturnConstraints for ignorable instructions betweenArnold Schwaighofer2009-03-281-0/+6
* Enable tail call optimization for functions that return a struct (bug 3664) a...Arnold Schwaighofer2009-03-282-0/+12
* Optimize some 64-bit multiplication by constants into two lea's or one lea + ...Evan Cheng2009-03-281-0/+15
* Fix this test so that it doesn't spuriously fail due to someDan Gohman2009-03-271-1/+1
* Add a __builtin___memset_chk test.Evan Cheng2009-03-271-0/+6
* Add -march=x86.Evan Cheng2009-03-261-1/+1
* Add -f to RUN line.Bill Wendling2009-03-261-1/+1
* no need for eh infoChris Lattner2009-03-261-1/+1
* Add testcase for r67728.Bill Wendling2009-03-261-0/+25
* Before deleting a basic block, give other loop passes a chance cleanup analys...Devang Patel2009-03-251-0/+39
* Add a test case for PR3779: when to promote the function return value.Evan Cheng2009-03-251-0/+16
* Revert 67132. This is breaking some objective-c apps.Evan Cheng2009-03-2512-47/+24
* One more test.Evan Cheng2009-03-251-1/+6
* Add __builtin___memcpy_chk tests.Evan Cheng2009-03-251-0/+23
* These tests pass on linux.Duncan Sands2009-03-253-3/+3
* Add a __builtin_object_size test.Evan Cheng2009-03-251-0/+16
* Fix a bug in our autoupgrade support: in an argument list to a functionChris Lattner2009-03-251-0/+11
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-255-7/+7
* Fix PR3874 by restoring a condition I removed, but making it moreChris Lattner2009-03-251-0/+9
* 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