summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* no need to keep around this output.Chris Lattner2008-03-12
* Improve the return slot optimization to be both more aggressive (not limited ...Owen Anderson2008-03-12
* Make this test x86-specific for now; targets that don't useDan Gohman2008-03-12
* Fix attribute handling.Devang Patel2008-03-12
* Basic feature test for multiple return values in codegen.Dan Gohman2008-03-11
* Testcase for PR2137Anton Korobeynikov2008-03-11
* Handle multiple ret values.Devang Patel2008-03-11
* Check to see if a two-entry PHI block can be simplifiedDan Gohman2008-03-11
* Make this test more challenging to help it avoid beingDan Gohman2008-03-11
* Update testcase for recent aliases changeAnton Korobeynikov2008-03-11
* Add a test to ensure that all-ones vectors are materialized with pcmpeqd.Dan Gohman2008-03-11
* Use the correct value for InSignBit.Dan Gohman2008-03-11
* Implement basic support for the 'f' register class constraint. This basicallyChris Lattner2008-03-11
* The feature this is testing did not work in the general case,Dale Johannesen2008-03-11
* Learn how to xfail a test.Evan Cheng2008-03-11
* When the register allocator runs out of registers, spill a physical register ...Evan Cheng2008-03-11
* XFAIL due to Dale's change.Evan Cheng2008-03-11
* Initial multiple return values support.Devang Patel2008-03-11
* Upgrade this test.Dan Gohman2008-03-11
* Generalize ExpandIntToFP to handle the case where the operand is legalDan Gohman2008-03-11
* - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.Scott Michel2008-03-10
* Don't emit FP_REG_KILL into a block that just returns. NothingChris Lattner2008-03-10
* Implement more support for fp-to-i128 and i128-to-fp conversions. Dan Gohman2008-03-10
* Update llc flags for PPC register scavenger.Bill Wendling2008-03-10
* This passes nowAnton Korobeynikov2008-03-10
* Fix mul expansion to check the correct number of bits forDan Gohman2008-03-10
* The __sync primitives only work on x86 and alpha;Dale Johannesen2008-03-10
* SimplifyDevang Patel2008-03-10
* Add -m32 to compilation line; test is only valid inDale Johannesen2008-03-10
* These tests don't work unless SSE2 is active.Dale Johannesen2008-03-10
* There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.Dale Johannesen2008-03-10
* Integer comparison tests for CellSPU.Scott Michel2008-03-10
* - Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t...Evan Cheng2008-03-10
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-10
* Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e....Evan Cheng2008-03-10
* remove an execution test.Chris Lattner2008-03-10
* switch from hard coded g++/as tools to the ones detected fromChris Lattner2008-03-10
* Fix a typoChris Lattner2008-03-10
* Fix PR2120 by changing the replacement order to change compile_cxx Chris Lattner2008-03-10
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-10
* This works on x86_64Anton Korobeynikov2008-03-09
* Fix RUN line.Evan Cheng2008-03-09
* Temporary XFAIL the test, until I'll commit a fixAnton Korobeynikov2008-03-09
* teach X86InstrInfo::copyRegToReg how to copy into ST(0) from Chris Lattner2008-03-09
* Add ScheduleDAG support for copytoreg where the src/dst register areChris Lattner2008-03-09
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-09
* Firstly, having a BranchInst isn't exclusive with having an unwind_to.Nick Lewycky2008-03-09
* A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_toNick Lewycky2008-03-09
* reduce this testcase moreChris Lattner2008-03-09
* Finish implementing a readme entry: when inserting an i64 variableChris Lattner2008-03-09