aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Handle getresult instructions in different basic blocksDan Gohman2008-03-211-0/+15
* Testcase for PR2160.Duncan Sands2008-03-211-0/+12
* 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
* Teach masked value is zero about add and sub, and use MVIZ toChris Lattner2008-03-211-0/+7
* 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
* Keep track of analysis information inherited from Module pass manager.Devang Patel2008-03-201-0/+58
* 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
* Upgrade tests.Tanya Lattner2008-03-1948-2357/+2209
* Upgrade tests.Tanya Lattner2008-03-1926-723/+610
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-1923-273/+288
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-1923-480/+421
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-1925-434/+333
* Fixed a coalescer bug caused by a typo.Evan Cheng2008-03-191-0/+51
* C and Objective Caml bindings for the various getParent methods of the IR.Gordon Henriksen2008-03-191-11/+34
* 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
* Fix PR 2160 by making sure arguments to external functions get marked as poin...Daniel Berlin2008-03-181-0/+14
* Do not pass -g flag when compiling tests, so remove the C.Flags. This only ha...Tanya Lattner2008-03-181-1/+1
* 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
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-1823-377/+336
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-1826-605/+564
* ensure we continue matching x86-64 rotates.Chris Lattner2008-03-171-0/+19
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-162-3/+60
* C and Objective Caml bindings for several scalar transforms.Gordon Henriksen2008-03-161-0/+50
* All of these tests had out of date syntax and were never even running throughNick Lewycky2008-03-167-28/+26
* Functions are allowed to return structures. (Note that this test never failed.)Nick Lewycky2008-03-161-7/+0
* Regressions/ is long gone.Nick Lewycky2008-03-161-1/+1
* C and Objective Caml bindings for PassManagers.Gordon Henriksen2008-03-161-2/+28
* 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