We don't really care about correct register liveness information after the
[oota-llvm.git] / lib / Transforms / Scalar /
2010-03-05 Evan ChengSafely turn memset_chk etc. to non-chk variant if the...
2010-03-05 Chris Lattnerfix a nice subtle reassociate bug which would only...
2010-03-05 Eric ChristopherMove GetStringLength and helper from SimplifyLibCalls...
2010-03-03 Dan GohmanMake SCEVExpander and LSR more aggressive about hoistin...
2010-03-02 Dan GohmanNon-affine post-inc SCEV expansions have more code...
2010-03-02 Bob WilsonDon't attempt load PRE when there is no real redundancy...
2010-03-01 Bob WilsonWhen GVN needs to split critical edges for load PRE...
2010-03-01 Evan ChengMemoryDepAnalysis is not used if redundant load process...
2010-03-01 Dan GohmanSpelling fixes.
2010-02-28 Bob WilsonRevert r97245 which seems to be causing performance...
2010-02-27 Chris Lattnerfix grammaro's pointed out by daniel
2010-02-27 Chris Lattnerfix PR6414, a nondeterminism issue in IPSCCP which...
2010-02-26 Bob WilsonMove the EnableFullLoadPRE flag from a separate command...
2010-02-26 Bob WilsonRemove unused "NoPRE" parameter in GVN and createGVNPass().
2010-02-25 Dan GohmanMake LoopSimplify change conditional branches in loop...
2010-02-24 Daniel DunbarReapply r97010, the speculative revert failed.
2010-02-24 Daniel DunbarSpeculatively revert r97010, "Add an argument to PHITra...
2010-02-24 Bob WilsonAdd an argument to PHITranslateValue to specify the...
2010-02-23 Bob WilsonUpdate memdep when load PRE inserts a new load, and...
2010-02-22 Bob WilsonErase deleted instructions from GVN's ValueTable. ...
2010-02-22 Dan GohmanRemove unused variables and parameters.
2010-02-22 Dan GohmanWhen emitting an instruction which depends on both...
2010-02-22 Dan GohmanThis cast<Instruction> is unnecessary.
2010-02-19 Dan GohmanRename getSDiv to getExactSDiv to reflect its behavior...
2010-02-19 Dan GohmanCheck for overflow when scaling up an add or an addrec for
2010-02-19 Dale Johannesenrecommit 96626, evidence that it broke things appears
2010-02-19 Dale JohannesenRevert 96626, which causes build failure on ppc Darwin.
2010-02-19 Dan GohmanWhen determining the set of interesting reuse factors...
2010-02-18 Dan GohmanIndvars needs to explicitly notify ScalarEvolution...
2010-02-18 Dan GohmanHoist this loop-invariant logic out of the loop.
2010-02-17 Dan GohmanDelete some unneeded casts.
2010-02-17 Dan GohmanDon't attempt to divide INT_MIN by -1; consider such...
2010-02-16 Bob WilsonRename SuccessorNumber to GetSuccessorNumber.
2010-02-16 Dan GohmanRefactor rewriting for PHI nodes into a separate function.
2010-02-16 Bob WilsonSplit critical edges as needed for load PRE.
2010-02-16 Bob WilsonRefactor to share code to find the position of a basic...
2010-02-16 Dan GohmanFix whitespace.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-16 Dan GohmanSplit the main for-each-use loop again, this time for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-14 Dan GohmanFix whitespace.
2010-02-14 Dan GohmanFix a comment.
2010-02-14 Dan GohmanWhen complicated expressions are broken down into subex...
2010-02-14 Dan GohmanActually, this code doesn't have to be quite so conserv...
2010-02-14 Dan GohmanDon't attempt aggressive post-inc uses if TargetLowerin...
2010-02-13 John McCallMake LSR not crash if invoked without target lowering...
2010-02-13 Chris Lattnerremove dead code.
2010-02-13 Chris LattnerSplit some code out to a helper function (FindReusableP...
2010-02-13 Chris Lattnerspeed up CGP a bit by scanning predecessors through...
2010-02-13 Dan GohmanFix a pruning heuristic which implicitly assumed that...
2010-02-12 Dan GohmanReapply 95979, a compile-time speedup, now that the...
2010-02-12 Dan GohmanFix this code to avoid dereferencing an end() iterator in
2010-02-12 Daniel DunbarRevert "Reverse the order for collecting the parts...
2010-02-12 Dan GohmanReverse the order for collecting the parts of an addrec...
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-11 Chris LattnerMake DSE only scan blocks that are reachable from the...
2010-02-11 Chris LattnerMake jump threading honor x|undef -> true and x&undef...
2010-02-11 Devang PatelIgnore dbg info intrinsics.
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-09 Eric ChristopherPull these back out, they're a little too aggressive...
2010-02-09 Eric ChristopherAdd file in here too.
2010-02-09 Eric ChristopherAdd a new pass to do llvm.objsize lowering using SCEV.
2010-02-05 Jakob Stoklund OlesenDon't unroll loops containing function calls.
2010-02-05 Jakob Stoklund OlesenTeach SimplifyCFG about magic pointer constants.
2010-02-05 Dan GohmanImplement releaseMemory in CodeGenPrepare and free...
2010-02-04 Bob WilsonDo not reassociate expressions with i1 type. SimplifyC...
2010-02-03 Bob WilsonAdjust the heuristics used to decide when SROA is likel...
2010-02-03 Evan ChengRevert 94937 and move the noreturn check to codegen.
2010-02-03 Bob WilsonFix some comment typos.
2010-02-03 Eric ChristopherRecommit this, looks like it wasn't the cause.
2010-02-02 Eric ChristopherHopefully temporarily revert this.
2010-02-02 Eric ChristopherRe-add strcmp and known size object size checking optim...
2010-02-02 Chris Lattnerfix a crash in loop unswitch on a loop invariant vector...
2010-02-02 Eric ChristopherDon't need to check the last argument since it'll alway...
2010-02-02 Eric ChristopherMore indentation/tabification fixes.
2010-02-02 Eric ChristopherUntabify previous commit.
2010-02-01 Eric ChristopherFormatting.
2010-02-01 Bob WilsonAdd an option to GVN to remove all partially redundant...
2010-01-31 Evan ChengDo not mark no-return calls tail calls. It'll screw...
2010-01-30 Bob WilsonCheck alignment of loads when deciding whether it is...
2010-01-29 Eric ChristopherRevert my last couple of patches. They appear to have...
2010-01-29 Bob WilsonImprove isSafeToLoadUnconditionally to recognize that...
2010-01-29 Eric ChristopherMake strcpy_chk lower to strcpy if we have a safe size.
2010-01-29 Bill WendlingGeneric reformatting and comment fixing. No functionali...
2010-01-29 Bill WendlingAdd newline to debugging output, and fix some grammar...
2010-01-27 Benjamin KramerUse the less expensive getName function instead of...
2010-01-25 Bob WilsonRemove check for an impossible condition: the condition...
2010-01-25 Bob WilsonChange Value::getUnderlyingObject to have the MaxLookup...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
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-23 Eric ChristopherReapply 94059 while fixing the calling convention setup
2010-01-22 Bob WilsonRevert 94059. It is breaking the MultiSource/Benchmark...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Dan GohmanRevert LoopStrengthReduce.cpp to pre-r94061 for now.
2010-01-21 Victor HernandezDbgInfoIntrinsics no longer appear in an instruction...
2010-01-21 Dan GohmanWhen inserting expressions for post-increment users...
2010-01-21 Dan GohmanInclude IVUsers information in LSR's debug output.
2010-01-21 Dan GohmanPrune the search for candidate formulae if the number...
next