aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2008-03-12Make this test x86-specific for now; targets that don't useDan Gohman
2008-03-11Basic feature test for multiple return values in codegen.Dan Gohman
2008-03-11Testcase for PR2137Anton Korobeynikov
2008-03-11Update testcase for recent aliases changeAnton Korobeynikov
2008-03-11Add a test to ensure that all-ones vectors are materialized with pcmpeqd.Dan Gohman
2008-03-11Use the correct value for InSignBit.Dan Gohman
2008-03-11Implement basic support for the 'f' register class constraint. This basicallyChris Lattner
2008-03-11The feature this is testing did not work in the general case,Dale Johannesen
2008-03-11Learn how to xfail a test.Evan Cheng
2008-03-11When the register allocator runs out of registers, spill a physical register ...Evan Cheng
2008-03-11XFAIL due to Dale's change.Evan Cheng
2008-03-11Generalize ExpandIntToFP to handle the case where the operand is legalDan Gohman
2008-03-10- Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.Scott Michel
2008-03-10Don't emit FP_REG_KILL into a block that just returns. NothingChris Lattner
2008-03-10Implement more support for fp-to-i128 and i128-to-fp conversions. Dan Gohman
2008-03-10Update llc flags for PPC register scavenger.Bill Wendling
2008-03-10Fix mul expansion to check the correct number of bits forDan Gohman
2008-03-10These tests don't work unless SSE2 is active.Dale Johannesen
2008-03-10There is no "-mattr=+sse1" flag; fix test for non-x86 hosts.Dale Johannesen
2008-03-10Integer comparison tests for CellSPU.Scott Michel
2008-03-10- Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where t...Evan Cheng
2008-03-10Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e....Evan Cheng
2008-03-10remove an execution test.Chris Lattner
2008-03-09Fix RUN line.Evan Cheng
2008-03-09teach X86InstrInfo::copyRegToReg how to copy into ST(0) from Chris Lattner
2008-03-09Add ScheduleDAG support for copytoreg where the src/dst register areChris Lattner
2008-03-09Remove llvm-upgrade and update tests.Tanya Lattner
2008-03-09reduce this testcase moreChris Lattner
2008-03-09Finish implementing a readme entry: when inserting an i64 variableChris Lattner
2008-03-09Implement a readme entry, compilingChris Lattner
2008-03-09upgrade this testChris Lattner
2008-03-09make this test harderChris Lattner
2008-03-08Teach SD some vector identities, allowing us to compile vec_set-9 into:Chris Lattner
2008-03-08Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ...Evan Cheng
2008-03-08Add support for calls with i128 return values on ppc64.Dan Gohman
2008-03-07Add support for lowering 128-bit shifts on ppc64.Dan Gohman
2008-03-07Fixed a register scavenger bug. If a def is re-defining part of a super regis...Evan Cheng
2008-03-07mark frem as expand for all legal fp types on x86, regardless of whetherChris Lattner
2008-03-06Add testcase.Bill Wendling
2008-03-06some more spelling changesGabor Greif
2008-03-06Constant fold SIGN_EXTEND_INREG with ashr not lshr.Evan Cheng
2008-03-06Refine Cell's i64 constant generation code to cover more constants where theScott Michel
2008-03-05- Expand tabs to spaces.Scott Michel
2008-03-05Fix a coalescer bug wrt how dead copy interval is shortened.Evan Cheng
2008-03-05Generalize FP constant shrinking optimization to apply to any vtChris Lattner
2008-03-05Add a target lowering hook to control whether it's worthwhile to compress fp ...Evan Cheng
2008-03-04Use -enable-ppc-regscavenger flag for these checksBill Wendling
2008-03-04Really fix the test.Evan Cheng
2008-03-04Fix broken test.Evan Cheng
2008-03-04Add PR1501 test case.Evan Cheng