aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make this test x86-specific for now; targets that don't useDan Gohman2008-03-121-1/+1
* Basic feature test for multiple return values in codegen.Dan Gohman2008-03-111-0/+16
* Testcase for PR2137Anton Korobeynikov2008-03-111-0/+37
* 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
* 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
* Fix mul expansion to check the correct number of bits forDan Gohman2008-03-101-0/+27
* 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
* 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
* Fix RUN line.Evan Cheng2008-03-091-1/+1
* teach X86InstrInfo::copyRegToReg how to copy into ST(0) from Chris Lattner2008-03-091-0/+16
* Add ScheduleDAG support for copytoreg where the src/dst register areChris Lattner2008-03-091-0/+13
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-091-0/+1
* reduce this testcase moreChris Lattner2008-03-091-14/+0
* Finish implementing a readme entry: when inserting an i64 variableChris Lattner2008-03-091-0/+24
* Implement a readme entry, compilingChris Lattner2008-03-091-0/+6
* upgrade this testChris Lattner2008-03-091-4/+4
* make this test harderChris Lattner2008-03-091-0/+1
* Teach SD some vector identities, allowing us to compile vec_set-9 into:Chris Lattner2008-03-081-0/+8
* Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng2008-03-081-0/+15
* Add support for calls with i128 return values on ppc64.Dan Gohman2008-03-081-0/+36
* Add support for lowering 128-bit shifts on ppc64.Dan Gohman2008-03-071-0/+14
* Fixed a register scavenger bug. If a def is re-defining part of a super regis...Evan Cheng2008-03-071-0/+20
* mark frem as expand for all legal fp types on x86, regardless of whetherChris Lattner2008-03-071-0/+7
* Add testcase.Bill Wendling2008-03-061-0/+21
* some more spelling changesGabor Greif2008-03-061-0/+0
* Constant fold SIGN_EXTEND_INREG with ashr not lshr.Evan Cheng2008-03-061-0/+14
* Refine Cell's i64 constant generation code to cover more constants where theScott Michel2008-03-061-1/+5
* - Expand tabs to spaces.Scott Michel2008-03-0524-879/+1158
* Fix a coalescer bug wrt how dead copy interval is shortened.Evan Cheng2008-03-051-0/+18
* Generalize FP constant shrinking optimization to apply to any vtChris Lattner2008-03-051-0/+7
* Add a target lowering hook to control whether it's worthwhile to compress fp ...Evan Cheng2008-03-051-0/+7
* Use -enable-ppc-regscavenger flag for these checksBill Wendling2008-03-041-2/+2
* Really fix the test.Evan Cheng2008-03-041-1/+1