summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* This file is empty.Duncan Sands2008-06-21
* Turn off llvm-gcc warnings when running "make check".Duncan Sands2008-06-21
* Support for load/store of expanded float types. IDuncan Sands2008-06-21
* Undo spill weight tweak. Need to investigate the performance regressions.Evan Cheng2008-06-21
* Back out Matthijs' DAE patches. It's miscompiling gcc driver.Evan Cheng2008-06-21
* Add testcase that checks that DeadArgElim doesn't touch stuff it shouldn't to...Matthijs Kooijman2008-06-20
* Recommit r52459, rewriting of the dead argument elimination pass.Matthijs Kooijman2008-06-20
* Fix a warning, closing PR2452Chris Lattner2008-06-20
* Fix a warning.Chris Lattner2008-06-20
* Fix an error handling redefinition of linkonce functions where theChris Lattner2008-06-20
* fix a warning.Chris Lattner2008-06-20
* Fix PR2471, which is a bug involving an invalid promotion from a conditional ...Chris Lattner2008-06-20
* ISD::UNDEF should be expanded recursively / iteratively.Evan Cheng2008-06-19
* Modify some ipconstprop tests to also test with invokes.Matthijs Kooijman2008-06-19
* Fix a bug with <8 x i16> shuffle lowering on X86 where parts of the Eli Friedman2008-06-19
* New test case.Evan Cheng2008-06-19
* This also got better (55 - 51 instructions). But doing one more re-materializ...Evan Cheng2008-06-19
* This got better.Evan Cheng2008-06-19
* Remove this test until the corresponding patch is reapplied because it's caus...Owen Anderson2008-06-18
* Add local PRE to GVN. This only operates in cases where it would not increas...Owen Anderson2008-06-18
* Rewrite the DeadArgumentElimination pass, to use a more explicit tracking ofMatthijs Kooijman2008-06-18
* Reapply r52397 (make IPConstProp promote returned arguments), but fixed thisMatthijs Kooijman2008-06-18
* Reapply r52396, it was unrelated to the breakage (that was caused by r52397, myMatthijs Kooijman2008-06-18
* implement some simple bswap optimizations, rdar://5992453Chris Lattner2008-06-18
* temporarily revert this testcase since its patch was reverted.Chris Lattner2008-06-18
* make truncate/sext elimination capable of changing phi's. This Chris Lattner2008-06-18
* Preserve dominance frontier while trivially unswitching loop.Devang Patel2008-06-18
* Learn IPConstProp to look at individual return values and propagate themMatthijs Kooijman2008-06-17
* Do not issue identity copies.Evan Cheng2008-06-16
* Refine the change in r52258 for avoiding use-before-def conditionsDan Gohman2008-06-16
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-16
* Make testcase check for extractvalue instead of extractelement.Matthijs Kooijman2008-06-16
* Store the result of multiple identical run lines in a temporary file.Matthijs Kooijman2008-06-16
* Fix PR numbers, I accidentally switched two digits.Matthijs Kooijman2008-06-16
* If we are checking to see if the result of a call aliases aChris Lattner2008-06-16
* this is unneeded now.Chris Lattner2008-06-16
* resolve PR2453 by adding a run line.Chris Lattner2008-06-16
* Fix PR2434. When scanning for exising binary operator to reuse don't Wojciech Matyjewicz2008-06-15
* Teach the spiller to commute instructions in order to fold a reload. This hit...Evan Cheng2008-06-13
* Remove unnecessary target lines.Eli Friedman2008-06-13
* Remove unnecessary target lines.Eli Friedman2008-06-13
* Don't skip over instructions other than loads that might read memory Eli Friedman2008-06-13
* Protect ChangeCompareStride from situations in which it is possibleDan Gohman2008-06-13
* Make sure SimplifyStoreAtEndOfBlock doesn't mess with loops; the Eli Friedman2008-06-13
* Disable some DAG combiner optimizations that may beDuncan Sands2008-06-13
* XFAIL some tests that became failing due to the extra error reporting recentl...Matthijs Kooijman2008-06-13
* Crash less. The i64 restriction in BinomialCoefficient caused some problemsNick Lewycky2008-06-13
* Fix some tests.Evan Cheng2008-06-12
* Revert 52223.Evan Cheng2008-06-12
* Don't try to compile tests for the ev56 alpha subtarget, which hasn't beenMatthijs Kooijman2008-06-12