SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / Transforms / JumpThreading /
2015-01-04 David MajnemerValueTracking: ComputeNumSignBits should tolerate missh...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-11-25 Hans WennborgLazyValueInfo: Actually re-visit partially solved block...
2014-10-20 Chandler CarruthFix a somewhat subtle pair of issues with JumpThreading...
2014-10-14 Hal Finkel[LVI] Check for @llvm.assume dominating the edge branch
2014-10-03 James MolloyRevert r215343.
2014-09-07 Hal FinkelMake use of @llvm.assume from LazyValueInfo
2014-08-11 Jiangning LiuIn LVI(Lazy Value Info), originally value on a BB can...
2014-06-17 Dinesh DwivediFixed jump threading going to infinite loop.
2014-05-27 Arnaud A. de Grand... No need for those tests to go thru llvm-as and/or llvm...
2013-10-21 Bill WendlingDon't eliminate a partially redundant load if it's...
2013-10-19 Bill WendlingPerform an intelligent splice of the predecessor with...
2013-09-27 Manman RenTBAA: handle scalar TBAA format and struct-path aware...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-07 Benjamin KramerJumpThreading: Turn a select instruction into branching...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-11-01 Chandler CarruthAdd a test case for PR14233.
2012-09-05 Manman RenJumpThreading: when default destination is the destinat...
2012-07-20 Richard OsborneFix assertion in jump threading (PR13405).
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-05-10 Joel Jonesformatting change: strip debug info from test
2012-05-10 Joel JonesFix a problem with incomplete equality testing of PHINo...
2012-03-13 Chris Lattnerenhance jump threading to preserve TBAA information...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-04-14 Owen AndersonFix an infinite alternation in JumpThreading where...
2011-04-02 Eli FriedmanPR9446: RecursivelyDeleteTriviallyDeadInstructions...
2011-03-08 Duncan SandsFix PR9331. Simplified version of a patch by Jakub...
2011-02-18 Chris Lattnerprevent jump threading from merging blocks when their...
2011-02-10 Nick LewyckyTolerate degenerate phi nodes that can occur in the...
2011-01-29 Evan ChengRe-apply r124518 with fix. Watch out for invalidated...
2011-01-29 Evan ChengRevert r124518. It broke Linux self-host.
2011-01-29 Evan ChengRe-commit r124462 with fixes. Tail recursion elim will...
2011-01-28 Evan ChengRevert r124462. There are a few big regressions that...
2011-01-28 Evan Cheng- Stop simplifycfg from duplicating "ret" instructions...
2010-12-15 Frits van BommelTeach jump threading to "look through" a select when...
2010-12-06 Frits van BommelImplement jump threading of 'indirectbr' by keeping...
2010-09-29 Owen AndersonFix PR8247: JumpThreading can cause a block to become...
2010-09-14 Owen AndersonRemove dead option from tests.
2010-08-31 Owen AndersonMerge 2010-08-31-InfiniteRecursion.ll into crash.ll.
2010-08-31 Owen AndersonAdd a test for the duplicated-conditional situation...
2010-08-31 Owen AndersonManually reduce this testcase.
2010-08-31 Owen AndersonAdd a micro-test for the transforms I added to JumpThre...
2010-08-31 Owen AndersonMore Chris-inspired JumpThreading fixes: use ConstantEx...
2010-08-27 Owen AndersonUse LVI to eliminate conditional branches where we...
2010-08-26 Owen AndersonMake JumpThreading smart enough to properly thread...
2010-08-25 Owen AndersonIn the default address space, any GEP off of null resul...
2010-08-18 Chris LattnerFix PR7755: knowing something about an inval for a...
2010-07-26 Owen AndersonFix a test with malformed IR. Not sure why this didn...
2010-07-15 Chris LattnerFix PR7647, handling the case when 'To' ends up being
2010-07-12 Chris Lattnerif jump threading is able to infer interesting values...
2010-06-14 Chris Lattnerjump threading can't split a critical edge from an...
2010-04-10 Chris Lattnerfix PR6743, a case where we'd delete an instruction...
2010-02-15 Chris Lattnerfix PR6305 by handling BlockAddress in a helper function
2010-02-11 Chris LattnerMake jump threading honor x|undef -> true and x&undef...
2010-01-23 Chris Lattnerthird bug from PR6119: the xor dupe extension allows
2010-01-23 Chris Lattneradd an early out to ProcessBranchOnXOR to speed it up,
2010-01-23 Chris Lattnerfix a crash in jump threading, PR6119
2010-01-12 Chris Lattner1) Use the new SimplifyInstructionsInBlock routine...
2010-01-12 Chris LattnerTeach jump threading to duplicate small blocks when...
2009-12-06 Chris Lattnerfix PR5698
2009-12-01 Chris Lattnerfix PR5640 by tracking whether a block is the header...
2009-11-12 Gabor Greiftypo
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 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-10 Chris Lattnerimplement a TODO by teaching jump threading about ...
2009-11-10 Chris LattnerMake jump threading eliminate blocks that just contain...
2009-11-10 Chris Lattnermake jump threading recursively simplify expressions...
2009-11-07 Chris Lattnerreapply 86289, 86278, 86270, 86267, 86266 & 86264 plus...
2009-11-07 Devang PatelRevert following patches to fix llvmgcc bootstrap.
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-05 Chris Lattnermerge a few crash tests into crash.ll
2009-10-24 Dan GohmanMake these tests more interesting by using
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-11 Chris Lattnerwhen folding duplicate conditions, delete the
2009-10-11 Chris Lattnerimplement a transformation in jump threading that is...
2009-10-11 Chris Lattneranother testcase jump threading shouldn't crash on.
2009-10-11 Chris Lattnerrename a file, remove a poorly reduced testcase.
2009-10-11 Chris Lattnermake jump threading on a phi with undef inputs happen.
2009-10-11 Chris Lattnermerge two tests.
2009-10-11 Chris Lattnersimplify some run lines, convert a test to filecheck.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
next