Using _MSC_VER there was wrong, better just use the already existing ifdefs for
[oota-llvm.git] / test / Transforms /
2009-12-12 Benjamin KramerFix some CHECK lines which were ignored by accident.
2009-12-11 Bob WilsonRevise scalar replacement to be more flexible about...
2009-12-11 Dan GohmanMake getUniqueExitBlocks's precondition assert more...
2009-12-10 Eric ChristopherAdd a test for the fix in revision 91009.
2009-12-10 Chris LattnerFix PR5744, a case where we were getting the pointer...
2009-12-09 Chris Lattnerfix hte last remaining known (by me) phi translation...
2009-12-09 Chris LattnerAdd a minor optimization: if we haven't changed the...
2009-12-09 Chris Lattnerfix PR5733, a case where we'd replace an add with a...
2009-12-09 Chris Lattnermerge crash-2.ll into crash.ll
2009-12-09 Chris Lattnerthe code in GVN that tries to forward large loads to...
2009-12-09 Chris LattnerSwitch GVN and memdep to use PHITransAddr, which correc...
2009-12-08 Duncan SandsTeach GlobalOpt to delete aliases with internal linkage...
2009-12-06 Chris Lattnerfix PR5698
2009-12-06 Chris Lattnerconstant fold loads from memcpy's from global constants...
2009-12-06 Chris Lattneradd support for forwarding mem intrinsic values to...
2009-12-06 Chris LattnerHandle forwarding local memsets to loads. For example...
2009-12-06 Chris Lattnermerge two tests.
2009-12-05 Nick LewyckyGeneralize this optimization to work on equality compar...
2009-12-04 Chris LattnerFix PR5551 by not ignoring the top level constantexpr...
2009-12-04 Chris LattnerSmall and carefully crafted testcase showing a miscompi...
2009-12-03 Owen AndersonFix this crasher, and add a FIXME for a missed optimiza...
2009-12-03 Chris Lattneradd a failing testcase.
2009-12-03 Chris Lattnerfix PR5673 by being more careful about pointers to...
2009-12-02 Owen AndersonCleanup/remove some parts of the lifetime region handli...
2009-12-02 Chris Lattnermerge sext-2 into sext.ll
2009-12-02 Chris Lattnerrename test
2009-12-02 Chris Lattnerfilecheckize
2009-12-02 Mon P WangFixed an assertion failure for tracking sext of a vecto...
2009-12-01 Chris Lattnerminimize this a bit more.
2009-12-01 Chris Lattnermerge 2009-11-29-ReverseMap.ll into crash.ll
2009-12-01 Chris Lattnerfix PR5640 by tracking whether a block is the header...
2009-11-30 Nick LewyckyAdd a testcase for the current llvm-gcc build failure.
2009-11-29 Nick LewyckyTeach ConstantFolding to do a better job when folding...
2009-11-29 Chris Lattneradd testcases for the foo_with_overflow op xforms added...
2009-11-29 Chris Lattneradd PR#
2009-11-29 Chris LattnerAdd a testcase for:
2009-11-29 Chris Lattneradd a testcase for
2009-11-29 Chris LattnerImplement PR5634.
2009-11-28 Nick LewyckyTeach memdep to look for memory use intrinsics during...
2009-11-28 Chris Lattnerreenable load address insertion in load pre. This...
2009-11-28 Chris Lattnerimplement a FIXME: limit the depth that DecomposeGEPExp...
2009-11-27 Chris Lattnerdisable value insertion for now, I need to figure out how
2009-11-27 Chris LattnerI accidentally implemented this :)
2009-11-27 Chris Lattneradd support for recursive phi translation and phi
2009-11-27 Chris Lattneradd two simple test cases we now optimize (to one load...
2009-11-27 Chris Lattnerfix PR5436 by making the 'simple' case of SRoA not...
2009-11-27 Chris Lattnerfilecheckize
2009-11-27 Chris Lattnerteach GVN's load PRE to insert computations of the...
2009-11-27 Chris Lattneradd some tests for memdep phi translation + PRE.
2009-11-27 Chris Lattnerthis test is failing, and is expected to.
2009-11-27 Chris Lattnerfilecheckize
2009-11-27 Chris Lattnerrename test.
2009-11-27 Chris LattnerFix phi translation in load PRE to agree with the phi
2009-11-27 Chris Lattnerredisable this, my bootstrap worked because it wasn...
2009-11-27 Chris Lattnertry again.
2009-11-27 Chris Lattnerthis is causing buildbot failures, disable for now.
2009-11-27 Chris Lattnerteach phi translation of GEPs to simplify geps like...
2009-11-27 Chris Lattnerteach memdep to do trivial PHI translation of GEPs...
2009-11-26 Chris LattnerTeach memdep to phi translate bitcasts. This allows...
2009-11-26 Chris Lattnerconvert to filecheck
2009-11-26 Chris LattnerFix PR5471 by removing an instcombine xform. Some...
2009-11-25 Edward O'CallaghanReverting patch in revision 89758, initial attempt...
2009-11-24 Edward O'CallaghanFix for PR5373, Credit to Jakub Staszak.
2009-11-23 Dan GohmanMake ConstantFoldConstantExpression recursively visit...
2009-11-23 Dan GohmanFix a use of an invalidated iterator in the case where...
2009-11-23 Nick LewyckyReapply r88830 with a bugfix: this transform only appli...
2009-11-20 Dan GohmanMake Loop::getLoopLatch() work on loops which don't...
2009-11-20 Dan GohmanFix IPSCCP's code for deleting dead blocks to tolerate...
2009-11-20 Benjamin KramerTry to work around grep's "Binary file (standard input...
2009-11-20 Dan GohmanTeach getSmallConstantTripMultiple about Shl operators.
2009-11-19 Dan GohmanExtend CaptureTracking to indicate when a value is...
2009-11-19 Dan GohmanEnable hoisting of loads from constant memory by defaul...
2009-11-17 Evan ChengGeneralize OptimizeLoopTermCond to optimize more loop...
2009-11-15 Nick LewyckyRevert r88830 and r88831 which appear to have caused...
2009-11-15 Nick LewyckyCorrect typo.
2009-11-15 Nick LewyckyTeach instcombine to look for booleans in wider integer...
2009-11-14 Nick LewyckyTeach BasicAA that a constant expression can't alias...
2009-11-12 Gabor Greiftypo
2009-11-12 Chris Lattnerimplement a nice little efficiency hack in the inliner...
2009-11-12 Chris Lattneruse getPredicateOnEdge to fold comparisons through...
2009-11-12 Chris Lattnershould not commit when distracted.
2009-11-12 Chris LattnerWe now thread some impossible condition information...
2009-11-12 Chris Lattnerwith the new code we can thread non-instruction values...
2009-11-12 Chris Lattnermove some stuff into DEBUG's and turn on lazy-value...
2009-11-11 Duncan SandsDon't trivially delete unused calls to llvm.invariant...
2009-11-11 Chris Lattnerremove condprop testcases.
2009-11-11 Chris Lattneroops, didn't mean to commit this, no harm, but add...
2009-11-11 Chris LattnerStub out a new lazy value info pass, which will eventually
2009-11-11 Evan ChengBlock terminator may be a switch.
2009-11-10 Chris Lattnerimplement a TODO by teaching jump threading about ...
2009-11-10 Chris Lattnerfix a crash in SCCP handling extractvalue of an array...
2009-11-10 Chris LattnerMake jump threading eliminate blocks that just contain...
2009-11-10 Evan ChengGeneralize lsr code that optimize loop to count down...
2009-11-10 Dan GohmanOptimize test more.
2009-11-10 Duncan SandsTeach DSE to eliminate useless trampolines.
2009-11-10 Chris Lattneroptimize test
2009-11-10 Chris Lattnerunify the code that determines whether it is a good...
2009-11-10 Nick LewyckyReapply r86359, "Teach dead store elimination that...
2009-11-10 Chris Lattnermake jump threading recursively simplify expressions...
2009-11-10 Dan GohmanTrim a bunch of unneeded code from this testcase.
next