aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning, closing PR2452Chris Lattner2008-06-201-3/+3
* Fix a warning.Chris Lattner2008-06-201-3/+1
* Fix an error handling redefinition of linkonce functions where theChris Lattner2008-06-202-1/+9
* fix a warning.Chris Lattner2008-06-201-4/+2
* Fix PR2471, which is a bug involving an invalid promotion from a conditional ...Chris Lattner2008-06-201-0/+16
* ISD::UNDEF should be expanded recursively / iteratively.Evan Cheng2008-06-191-0/+6
* Modify some ipconstprop tests to also test with invokes.Matthijs Kooijman2008-06-192-2/+13
* Fix a bug with <8 x i16> shuffle lowering on X86 where parts of the Eli Friedman2008-06-191-0/+10
* New test case.Evan Cheng2008-06-191-0/+17
* This also got better (55 - 51 instructions). But doing one more re-materializ...Evan Cheng2008-06-191-1/+1
* This got better.Evan Cheng2008-06-191-1/+1
* Remove this test until the corresponding patch is reapplied because it's caus...Owen Anderson2008-06-181-39/+0
* Add local PRE to GVN. This only operates in cases where it would not increas...Owen Anderson2008-06-181-0/+18
* Rewrite the DeadArgumentElimination pass, to use a more explicit tracking ofMatthijs Kooijman2008-06-181-0/+39
* Reapply r52397 (make IPConstProp promote returned arguments), but fixed thisMatthijs Kooijman2008-06-181-0/+46
* Reapply r52396, it was unrelated to the breakage (that was caused by r52397, myMatthijs Kooijman2008-06-181-9/+30
* implement some simple bswap optimizations, rdar://5992453Chris Lattner2008-06-181-4/+27
* temporarily revert this testcase since its patch was reverted.Chris Lattner2008-06-181-30/+9
* make truncate/sext elimination capable of changing phi's. This Chris Lattner2008-06-181-2/+15
* Preserve dominance frontier while trivially unswitching loop.Devang Patel2008-06-181-0/+22
* Learn IPConstProp to look at individual return values and propagate themMatthijs Kooijman2008-06-171-9/+30
* Do not issue identity copies.Evan Cheng2008-06-161-0/+14
* Refine the change in r52258 for avoiding use-before-def conditionsDan Gohman2008-06-162-3/+31
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-161-0/+15
* Make testcase check for extractvalue instead of extractelement.Matthijs Kooijman2008-06-161-1/+1
* Store the result of multiple identical run lines in a temporary file.Matthijs Kooijman2008-06-161-5/+6
* Fix PR numbers, I accidentally switched two digits.Matthijs Kooijman2008-06-165-5/+5
* If we are checking to see if the result of a call aliases aChris Lattner2008-06-161-0/+23
* this is unneeded now.Chris Lattner2008-06-161-3/+0
* resolve PR2453 by adding a run line.Chris Lattner2008-06-161-2/+3
* Fix PR2434. When scanning for exising binary operator to reuse don't Wojciech Matyjewicz2008-06-151-0/+17
* Teach the spiller to commute instructions in order to fold a reload. This hit...Evan Cheng2008-06-131-0/+42
* Remove unnecessary target lines.Eli Friedman2008-06-131-2/+0
* Remove unnecessary target lines.Eli Friedman2008-06-131-2/+0
* Don't skip over instructions other than loads that might read memory Eli Friedman2008-06-131-0/+19
* Protect ChangeCompareStride from situations in which it is possibleDan Gohman2008-06-131-0/+20
* Make sure SimplifyStoreAtEndOfBlock doesn't mess with loops; the Eli Friedman2008-06-131-0/+22
* Disable some DAG combiner optimizations that may beDuncan Sands2008-06-132-0/+45
* XFAIL some tests that became failing due to the extra error reporting recentl...Matthijs Kooijman2008-06-137-0/+15
* Crash less. The i64 restriction in BinomialCoefficient caused some problemsNick Lewycky2008-06-131-0/+43
* Fix some tests.Evan Cheng2008-06-125-9/+8
* Revert 52223.Evan Cheng2008-06-121-2/+2
* Don't try to compile tests for the ev56 alpha subtarget, which hasn't beenMatthijs Kooijman2008-06-122-3/+0
* Pass -silence-passes to bugpoint in testcases, this makes two out of three bu...Matthijs Kooijman2008-06-123-3/+3
* Add line continuation character so the avoid dup loop header test actually runs.Matthijs Kooijman2008-06-121-1/+1
* Avoid duplicating loop header which leads to unnatural loops (and just seem l...Evan Cheng2008-06-111-0/+27
* Don't send checkpoints to stderr for the vmcore.ml test.Gordon Henriksen2008-06-111-6/+20
* Teach instruction combining about the extractvalue. It can succesfully foldMatthijs Kooijman2008-06-111-0/+24
* Use %link not %llvmgxx (which includes -c) to do the link.Dale Johannesen2008-06-101-1/+1
* Suppress ObjC FE warnings, which cause the test to fail.Dale Johannesen2008-06-101-1/+1