summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Remove the ability for ADCE to remove unreachable blocks in loop nests, becau...Owen Anderson2008-07-03
* Add support to ADCE for pruning unreachable blocks. This addresses the finalOwen Anderson2008-07-02
* A better fix for PR2503 that doesn't pessimize GVN in the presence of unreach...Owen Anderson2008-07-02
* Considering predecessors of exit blocks getsDale Johannesen2008-07-01
* Implement split and scalarize for SELECT_CC, fixing PR2504Chris Lattner2008-06-30
* Regression test for PR2443.Duncan Sands2008-06-27
* Use the c modifier to tell llvm-ar not to issue aDuncan Sands2008-06-27
* test doesn't need eh infoChris Lattner2008-06-27
* when linking globals, make sure to preserve the address space of the global.Chris Lattner2008-06-27
* XFAIL for now.Evan Cheng2008-06-26
* Use the -enable-pre flag so this test doesn't fail.Owen Anderson2008-06-26
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-26
* Allow for rounding up of stack frame.Dale Johannesen2008-06-26
* when we know the signbit of an input to uint_to_fp is zero,Chris Lattner2008-06-26
* - Fix a x86 vector isel bug: illegal transformation of a vector_shuffle into aEvan Cheng2008-06-25
* simplify shell syntax to work better on solaris, patch byChris Lattner2008-06-25
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-25
* Fix PR2488, a case where we deleted stack restores too aggressively.Chris Lattner2008-06-25
* Enable two-address remat by default.Evan Cheng2008-06-25
* v2f32 is now a valid (MMX) type which breaks thisDale Johannesen2008-06-24
* Revert 52645, the loop unroller changes. It caused a regression in 252.eon.Dan Gohman2008-06-24
* Commit the new DeadArgElim pass again, this time with the gcc bootstrap failu...Matthijs Kooijman2008-06-24
* If it's determined safe, remat MOV32r0 (i.e. xor r, r) and others as it is in...Evan Cheng2008-06-24
* This situation can occur:Bill Wendling2008-06-23
* Revamp the loop unroller, extending it to correctly update PHI nodesDan Gohman2008-06-23
* Make test work on non-x86 machines (like my G4 PPC).Bill Wendling2008-06-23
* Improve LSR's dead-phi detection to handle use-def cyclesDan Gohman2008-06-22
* Fix PR2369 by making scalarrepl more careful about promoting Chris Lattner2008-06-22
* Fix for PR2479: correctly optimize expressions like (a > 13) & (a == Eli Friedman2008-06-21
* 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