aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix PR2138. Apparently any modification to a std::multimap (including remove ...Evan Cheng2008-03-141-0/+48
* The inst combining of inttoptr into GEP with one index was using the bit size ofBill Wendling2008-03-141-0/+9
* More APInt-ification.Dan Gohman2008-03-131-0/+14
* Fix a bug in GVN that Duncan noticed, where we potentially need to insert a Owen Anderson2008-03-131-0/+19
* Fix error in testing for END. notation.Tanya Lattner2008-03-131-1/+1
* New test case.Evan Cheng2008-03-131-0/+68
* A test case I forgot to check in.Evan Cheng2008-03-131-0/+94
* TwoAddressInstructionPass enhancement. After it converts a two address instru...Evan Cheng2008-03-132-1/+30
* Experimental scheduler change to schedule / coalesce the copies added for fun...Evan Cheng2008-03-121-0/+1
* Fix this test on hosts that don't have sse2.Dan Gohman2008-03-121-1/+1
* no need to keep around this output.Chris Lattner2008-03-121-1/+1
* Improve the return slot optimization to be both more aggressive (not limited ...Owen Anderson2008-03-121-2/+4
* Make this test x86-specific for now; targets that don't useDan Gohman2008-03-121-1/+1
* Fix attribute handling.Devang Patel2008-03-121-0/+7
* Basic feature test for multiple return values in codegen.Dan Gohman2008-03-111-0/+16
* Testcase for PR2137Anton Korobeynikov2008-03-111-0/+37
* Handle multiple ret values.Devang Patel2008-03-111-0/+20
* Check to see if a two-entry PHI block can be simplifiedDan Gohman2008-03-111-0/+15
* Make this test more challenging to help it avoid beingDan Gohman2008-03-111-2/+8
* Update testcase for recent aliases changeAnton Korobeynikov2008-03-111-2/+8
* Add a test to ensure that all-ones vectors are materialized with pcmpeqd.Dan Gohman2008-03-111-0/+14
* Use the correct value for InSignBit.Dan Gohman2008-03-111-0/+23
* Implement basic support for the 'f' register class constraint. This basicallyChris Lattner2008-03-111-0/+14
* The feature this is testing did not work in the general case,Dale Johannesen2008-03-111-17/+0
* Learn how to xfail a test.Evan Cheng2008-03-111-1/+1
* When the register allocator runs out of registers, spill a physical register ...Evan Cheng2008-03-111-0/+14
* XFAIL due to Dale's change.Evan Cheng2008-03-111-0/+1
* Initial multiple return values support.Devang Patel2008-03-111-0/+12
* Upgrade this test.Dan Gohman2008-03-111-6/+6
* Generalize ExpandIntToFP to handle the case where the operand is legalDan Gohman2008-03-112-0/+11
* - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.Scott Michel2008-03-101-0/+10
* Don't emit FP_REG_KILL into a block that just returns. NothingChris Lattner2008-03-101-1/+3
* Implement more support for fp-to-i128 and i128-to-fp conversions. Dan Gohman2008-03-102-0/+31
* Update llc flags for PPC register scavenger.Bill Wendling2008-03-103-4/+4
* This passes nowAnton Korobeynikov2008-03-101-1/+0
* Fix mul expansion to check the correct number of bits forDan Gohman2008-03-101-0/+27
* The __sync primitives only work on x86 and alpha;Dale Johannesen2008-03-101-0/+2
* SimplifyDevang Patel2008-03-102-33/+51
* Add -m32 to compilation line; test is only valid inDale Johannesen2008-03-101-2/+2
* These tests don't work unless SSE2 is active.Dale Johannesen2008-03-102-3/+3
* There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.Dale Johannesen2008-03-101-4/+4
* Integer comparison tests for CellSPU.Scott Michel2008-03-103-0/+957
* - Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t...Evan Cheng2008-03-101-0/+21
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10115-3133/+2572
* Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e....Evan Cheng2008-03-101-0/+24
* remove an execution test.Chris Lattner2008-03-101-17/+0
* switch from hard coded g++/as tools to the ones detected fromChris Lattner2008-03-103-4/+4
* Fix a typoChris Lattner2008-03-101-1/+1
* Fix PR2120 by changing the replacement order to change compile_cxx Chris Lattner2008-03-101-2/+2
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-104-24/+24