summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* - SSE4.1 extractfps extracts a f32 into a gr32 register. Very useful! Not. Fi...Evan Cheng2008-03-24
* Add incoming value from header only if phi node has any use inside the loop.Devang Patel2008-03-24
* Fix test name.Devang Patel2008-03-24
* apparently tclsh doesn't lex like bash. Weird.Chris Lattner2008-03-24
* pass the option so this test tests the right thing.Chris Lattner2008-03-24
* Add new test.Devang Patel2008-03-24
* Remove incorrect comment.Devang Patel2008-03-24
* APIntify SelectionDAG's EXTRACT_ELEMENT code.Dan Gohman2008-03-24
* Transform (zext (or (icmp), (icmp))) to (or (zext (cimp), (zext icmp))) if at...Evan Cheng2008-03-24
* Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen2008-03-23
* New testcase.Bill Wendling2008-03-22
* Use normal naming convention for test.Owen Anderson2008-03-22
* Add testcase for prev. commit. Minor fixesAnton Korobeynikov2008-03-22
* Support chained aliases for LLVM IR printing. This fixes PR2145Anton Korobeynikov2008-03-22
* implement an initial hack at a straight-line store -> memset optimization.Chris Lattner2008-03-22
* Teach DAG combiner to commute commutable binary nodes in order to achieve sdi...Evan Cheng2008-03-22
* Handle getresult instructions in different basic blocksDan Gohman2008-03-21
* Testcase for PR2160.Duncan Sands2008-03-21
* Add support for calls that return two FP values inChris Lattner2008-03-21
* disable a bogus assertion.Chris Lattner2008-03-21
* Enable support for returning two long-double values in ST(0)/ST(1).Chris Lattner2008-03-21
* Teach masked value is zero about add and sub, and use MVIZ toChris Lattner2008-03-21
* Undo 48570. Correctly match mmx shift instructions with an immediate operand.Evan Cheng2008-03-21
* Fix this xform: (sra (shl X, m), result_size) -> (sign_extend (trunc (shl X, ...Evan Cheng2008-03-20
* Keep track of analysis information inherited from Module pass manager.Devang Patel2008-03-20
* Add more patterns to match in the integer comparison test harnesses.Scott Michel2008-03-20
* Add intrinsics to match mmx shift builtin's with immediate operand.Evan Cheng2008-03-19
* Add support for multiple return values for the PPC target byDan Gohman2008-03-19
* 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