aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Handle getresult instructions in different basic blocksDan Gohman2008-03-211-0/+15
* Add support for calls that return two FP values inChris Lattner2008-03-211-0/+39
* disable a bogus assertion.Chris Lattner2008-03-211-0/+10
* Enable support for returning two long-double values in ST(0)/ST(1).Chris Lattner2008-03-211-0/+11
* Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng2008-03-211-2/+2
* Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ...Evan Cheng2008-03-201-0/+14
* Add more patterns to match in the integer comparison test harnesses.Scott Michel2008-03-203-7/+26
* Add intrinsics to match mmx shift builtin's with immediate operand.Evan Cheng2008-03-191-0/+20
* Add support for multiple return values for the PPC target byDan Gohman2008-03-191-0/+17
* Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes...Christopher Lamb2008-03-191-1/+0
* Fixed a coalescer bug caused by a typo.Evan Cheng2008-03-191-0/+51
* Fix live variables issues:Evan Cheng2008-03-192-0/+14
* Fix a x86-64 isel lowering bug that's been around forever. A x86-64 varargs f...Evan Cheng2008-03-181-0/+11
* It might be nice to have this run as x86 on non-x86 platforms...Bill Wendling2008-03-181-1/+1
* Temporarily revert r48491. It's breaking test/CodeGen/X86/xorl.ll.Bill Wendling2008-03-182-1/+87
* Make conversions of i8/i16 to ppcf128 work.Dale Johannesen2008-03-181-0/+32
* Target independent DAG transform to use truncate for field extraction + sign ...Christopher Lamb2008-03-181-0/+39
* Rewrite code that propagate isDead information after a dead copy is coalesced...Evan Cheng2008-03-181-0/+31
* ensure we continue matching x86-64 rotates.Chris Lattner2008-03-171-0/+19
* Fix PR2138. Apparently any modification to a std::multimap (including remove ...Evan Cheng2008-03-141-0/+48
* More APInt-ification.Dan Gohman2008-03-131-0/+14
* 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
* 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