aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Implement split and scalarize for SELECT_CC, fixing PR2504Chris Lattner2008-06-301-0/+9
* Regression test for PR2443.Duncan Sands2008-06-273-1/+25
* Use the c modifier to tell llvm-ar not to issue aDuncan Sands2008-06-271-2/+2
* test doesn't need eh infoChris Lattner2008-06-271-2/+2
* when linking globals, make sure to preserve the address space of the global.Chris Lattner2008-06-271-0/+9
* XFAIL for now.Evan Cheng2008-06-261-0/+1
* Use the -enable-pre flag so this test doesn't fail.Owen Anderson2008-06-261-1/+1
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-261-1/+1
* Allow for rounding up of stack frame.Dale Johannesen2008-06-261-1/+1
* when we know the signbit of an input to uint_to_fp is zero,Chris Lattner2008-06-261-0/+13
* - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into aEvan Cheng2008-06-251-0/+9
* simplify shell syntax to work better on solaris, patch byChris Lattner2008-06-251-1/+1
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-253-19/+19
* Fix PR2488, a case where we deleted stack restores too aggressively.Chris Lattner2008-06-251-0/+39
* Enable two-address remat by default.Evan Cheng2008-06-252-1/+68
* v2f32 is now a valid (MMX) type which breaks thisDale Johannesen2008-06-241-3/+3
* Revert 52645, the loop unroller changes. It caused a regression in 252.eon.Dan Gohman2008-06-242-72/+0
* Commit the new DeadArgElim pass again, this time with the gcc bootstrap failu...Matthijs Kooijman2008-06-243-1/+89
* If it's determined safe, remat MOV32r0 (i.e. xor r, r) and others as it is in...Evan Cheng2008-06-241-0/+45
* This situation can occur:Bill Wendling2008-06-231-0/+25
* Revamp the loop unroller, extending it to correctly update PHI nodesDan Gohman2008-06-232-0/+72
* Make test work on non-x86 machines (like my G4 PPC).Bill Wendling2008-06-231-2/+2
* Improve LSR's dead-phi detection to handle use-def cyclesDan Gohman2008-06-221-0/+21
* Fix PR2369 by making scalarrepl more careful about promoting Chris Lattner2008-06-221-0/+18
* Fix for PR2479: correctly optimize expressions like (a > 13) & (a == Eli Friedman2008-06-211-0/+11
* This file is empty.Duncan Sands2008-06-211-0/+0
* Turn off llvm-gcc warnings when running "make check".Duncan Sands2008-06-211-2/+2
* Support for load/store of expanded float types. IDuncan Sands2008-06-211-0/+10
* Undo spill weight tweak. Need to investigate the performance regressions.Evan Cheng2008-06-213-3/+3
* Back out Matthijs' DAE patches. It's miscompiling gcc driver.Evan Cheng2008-06-211-39/+0
* Add testcase that checks that DeadArgElim doesn't touch stuff it shouldn't to...Matthijs Kooijman2008-06-201-0/+36
* Recommit r52459, rewriting of the dead argument elimination pass.Matthijs Kooijman2008-06-201-0/+39
* 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