summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes...Christopher Lamb2008-03-19
* Upgrade tests.Tanya Lattner2008-03-19
* Upgrade tests.Tanya Lattner2008-03-19
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-19
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-19
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-19
* Fixed a coalescer bug caused by a typo.Evan Cheng2008-03-19
* C and Objective Caml bindings for the various getParent methods of the IR.Gordon Henriksen2008-03-19
* Fix live variables issues:Evan Cheng2008-03-19
* Fix a x86-64 isel lowering bug that's been around forever. A x86-64 varargs f...Evan Cheng2008-03-18
* It might be nice to have this run as x86 on non-x86 platforms...Bill Wendling2008-03-18
* Temporarily revert r48491. It's breaking test/CodeGen/X86/xorl.ll.Bill Wendling2008-03-18
* Fix PR 2160 by making sure arguments to external functions get marked as poin...Daniel Berlin2008-03-18
* Do not pass -g flag when compiling tests, so remove the C.Flags. This only ha...Tanya Lattner2008-03-18
* Make conversions of i8/i16 to ppcf128 work.Dale Johannesen2008-03-18
* Target independent DAG transform to use truncate for field extraction + sign ...Christopher Lamb2008-03-18
* Rewrite code that propagate isDead information after a dead copy is coalesced...Evan Cheng2008-03-18
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-18
* Upgrade tests to not use llvm-upgrade.Tanya Lattner2008-03-18
* ensure we continue matching x86-64 rotates.Chris Lattner2008-03-17
* C and Objective Caml bindings for the TargetData class.Gordon Henriksen2008-03-16
* C and Objective Caml bindings for several scalar transforms.Gordon Henriksen2008-03-16
* All of these tests had out of date syntax and were never even running throughNick Lewycky2008-03-16
* Functions are allowed to return structures. (Note that this test never failed.)Nick Lewycky2008-03-16
* Regressions/ is long gone.Nick Lewycky2008-03-16
* C and Objective Caml bindings for PassManagers.Gordon Henriksen2008-03-16
* Fix PR2138. Apparently any modification to a std::multimap (including remove ...Evan Cheng2008-03-14
* The inst combining of inttoptr into GEP with one index was using the bit size ofBill Wendling2008-03-14
* More APInt-ification.Dan Gohman2008-03-13
* Fix a bug in GVN that Duncan noticed, where we potentially need to insert a Owen Anderson2008-03-13
* Fix error in testing for END. notation.Tanya Lattner2008-03-13
* New test case.Evan Cheng2008-03-13
* A test case I forgot to check in.Evan Cheng2008-03-13
* TwoAddressInstructionPass enhancement. After it converts a two address instru...Evan Cheng2008-03-13
* Experimental scheduler change to schedule / coalesce the copies added for fun...Evan Cheng2008-03-12
* Fix this test on hosts that don't have sse2.Dan Gohman2008-03-12
* 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