Fix an issue where the ordering of blocks within a function could lead to different...
[oota-llvm.git] / test / Transforms /
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...
2009-10-20 Chris Lattneradd a real testcase for PR4313
2009-10-20 Chris Lattneradd a test similar to that needed for PR4313, but that...
2009-10-20 Chris Lattnerthe date on this testcase is wrong, it is unreduced...
2009-10-20 Chris Lattnermerge and filecheckize
2009-10-20 Chris Lattnermerge two tests and convert to filecheck.
2009-10-20 Chris Lattneralternate fix for PR5258 which avoids worklist problems...
2009-10-20 Torok EdwinFix PR5258, jump-threading creating invalid PHIs.
2009-10-20 Torok EdwinFix PR4313: IPSCCP was not setting the lattice value...
2009-10-19 Dan GohmanFix SplitBlockPredecessors' LoopInfo updating code...
2009-10-18 Chris Lattnerremove a now-pointless regtest
2009-10-18 Chris Lattnerremove testcase for dead pass
2009-10-17 Chris LattnerTeach vm core to more aggressively fold 'trunc' constan...
2009-10-17 Chris Lattnerremove # uses from FileCheck lines.
2009-10-17 Chris Lattnerrename test
2009-10-17 Chris LattnerSimplify some code (first hunk) and fix PR5208 (second...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-16 Victor HernandezHeapAllocSRoA also needs to check if malloc array size...
2009-10-16 Victor HernandezInvert isSafeToGetMallocArraySize check because we...
2009-10-16 Duncan SandsCheck that GVN performs this transform even if the...
2009-10-14 Chris Lattnermake instcombine's instruction sinking more aggressive...
2009-10-13 Chris Lattnerchange simplifycfg to not duplicate 'unwind' instructio...
2009-10-13 Chris Lattnerconvert to filecheck
2009-10-13 Chris Lattnerrename test
2009-10-13 Victor HernandezMemory dependence analysis was incorrectly stopping...
2009-10-12 Edward O'CallaghanMissing CHECK: lines makes test exit abnormally.
2009-10-12 Edward O'CallaghanFileCheck not CheckFile, oops.
2009-10-12 Edward O'CallaghanConvert InstCombine/call.ll to CheckFile.
2009-10-12 Edward O'CallaghanConvert the rest of the InstCombine tests from notcast...
2009-10-12 Nick LewyckyRemove this part of the test, it never actually tested...
next