Teach BasicAA that a constant expression can't alias memory provably not
[oota-llvm.git] / test / Transforms /
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.
2009-11-09 Dan GohmanDefault-addressspace null pointers don't alias anything...
2009-11-09 Dan GohmanGeneralize LCSSA to handle loops with exits with predec...
2009-11-09 Chris Lattnerif a 'with overflow' intrinsic just has the normal...
2009-11-09 Chris Lattnerenhance PHI slicing to handle the case when a slicable...
2009-11-09 Owen AndersonRevert my previous patch to ABCD and fix things the...
2009-11-08 Chris LattnerTeach an instcombine to not pull trunc instructions...
2009-11-08 Chris Lattnerreapply r8644[3-5] with only the scary part
2009-11-08 Daniel DunbarSpeculatively revert r8644[3-5], they seem to be leadin...
2009-11-08 Chris Lattneranother more interesting test.
2009-11-08 Chris Lattnerfeature test for the new transformation in r86443
2009-11-08 Chris Lattnerteach a couple of instcombine transformations involving...
2009-11-07 Nick LewyckyImprove tail call elimination to handle the switch...
2009-11-07 Chris Lattnermake instcombine only rewrite a chain of computation
2009-11-07 Chris Lattnerremove empty files.
2009-11-07 Chris LattnerRevert r86359, it is breaking the self host on the
2009-11-07 Nick LewyckyTeach dead store elimination that certain intrinsics...
2009-11-07 Chris Lattnerreapply 86289, 86278, 86270, 86267, 86266 & 86264 plus...
2009-11-07 Nick LewyckyOops, FunctionContainsEscapingAllocas is really used...
2009-11-07 Nick LewyckyDust off tail recursion elimination. Fix a fixme by...
2009-11-07 Devang PatelRevert following patches to fix llvmgcc bootstrap.
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Chris LattnerFix a problem discovered on self host.
2009-11-06 Chris LattnerExtend jump threading to support much more general...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Dan GohmanThe introduction of indirectbr meant the introduction of
2009-11-05 Benjamin KramerTeach SimplifyLibCalls to fold memcmp calls with consta...
2009-11-05 Chris Lattnermerge a few crash tests into crash.ll
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-04 Chris Lattnerimprove DSE when TargetData is not around, based on...
2009-11-04 Chris Lattnermove two functions up higher in the file. Delete a...
2009-11-04 Chris Lattnerfilecheckize this test.
2009-11-03 Chris Lattnerreimplement multiple return value handling in IPSCCP...
2009-11-03 Chris Lattnerfix test
2009-11-03 Chris Lattnermerge a test into ipsccp-basic. running llvm-ld to...
2009-11-03 Chris Lattnerfix an IPSCCP bug I introduced when I changed IPSCCP...
2009-11-03 Chris Lattnertestcase for r85903
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-11-02 Chris Lattnermerge 2008-03-10-sret.ll into ipsccp-basic.ll, and...
2009-11-02 Chris Lattnerdisable IPSCCP support for multiple return values,...
2009-11-02 Chris Lattnerimprove IPSCCP to be able to propagate the result of...
2009-11-02 Chris LattnerUse the libanalysis 'ConstantFoldLoadFromConstPtr'...
2009-11-02 Chris Lattnerfix a bug exposed by moving SRoA earlier which caused...
2009-11-02 Chris Lattnerfix instcombine to only do store sinking when the align...
2009-11-02 Chris Lattnermerge a test into store.ll
2009-11-02 Chris Lattnerconvert to filecheck
2009-11-01 Chris Lattnermerge phi-merge.ll into phi.ll
2009-11-01 Chris Lattnerwhen merging two loads, make sure to take the min of...
2009-11-01 Chris Lattnerfix a bug noticed by inspection: when instcombine sinks...
2009-11-01 Chris Lattnerconvert to filecheck.
2009-10-31 Dan GohmanRevert r85667. LoopUnroll currently can't call utility...
2009-10-31 Dan GohmanMerge the enhancements from LoopUnroll's FoldBlockIntoP...
2009-10-30 Dan GohmanAdd a testcase for the recent duplicate PHI elimination...
2009-10-30 Chris Lattnerif basic blocks are destroyed while there are *just...
2009-10-28 Victor HernandezExtend getMallocArraySize() to determine the array...
2009-10-28 Owen AndersonTreat lifetime begin/end markers as allocations/frees...
2009-10-28 Owen AndersonBe more careful about invariance reasoning on "store...
2009-10-28 Owen AndersonAdd trivial support for the invariance intrinsics to...
2009-10-27 Chris LattnerFix a pretty serious misfeature of the inliner: if...
2009-10-27 Chris Lattnerconvert to filecheck.
2009-10-26 Edward O'CallaghanConvert a few tests to FileCheck for PR5307.
2009-10-26 Dan GohmanCode that checks WillNotOverflowSignedAdd before creati...
2009-10-26 Chris Lattnerreapply r85085 with a bugfix to avoid infinite looping.
2009-10-26 Evan ChengRevert 85085. It causes infinite looping during llvm...
2009-10-26 Chris LattnerImplement PR3266 & PR5276, folding:
2009-10-25 Chris Lattnerconvert or.ll to filecheck and merge or2 into it.
2009-10-24 Dan GohmanMake these tests more interesting by using
2009-10-24 Chris Lattnerfix PR5287, a serious regression from my previous patch...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-23 Dan GohmanMake LoopDeletion check the maximum backedge taken...
2009-10-23 Chris Lattnerteach libanalysis to simplify vector loads with bitcast...
2009-10-23 Chris Lattnerenhance FoldReinterpretLoadFromConstPtr to handle loads...
2009-10-23 Chris Lattnerteach libanalysis to fold int and fp loads from almost...
2009-10-22 Chris Lattnerfix PR5262.
2009-10-21 Chris Lattnerrevert r84754, it isn't the right approach. Edwin...
2009-10-21 Victor HernandezMake changes to rev 84292 as requested by Chris Lattner.
2009-10-21 Torok EdwinFix PR5262: when folding select into PHI, make sure...
next