clean up some testcases.
[oota-llvm.git] / lib / Transforms /
2010-03-02 Dan GohmanNon-affine post-inc SCEV expansions have more code...
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
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 GohmanAdd some debug output to LoopSimplify.
2010-03-01 Dan GohmanSpelling fixes.
2010-03-01 Dan GohmanPrune #includes.
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 Chris LattnerFix rdar://7694996 a miscompile of 183.equake from...
2010-02-26 Chris Lattnerremove dead code, by this point all uses of CI are...
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-26 Chris Lattnerfix PR6435 another bug from the MallocInst elimination...
2010-02-25 Chris Lattnerrewrite OptimizeGlobalAddressOfMalloc to fix PR6422...
2010-02-25 Dan GohmanMake LoopSimplify change conditional branches in loop...
2010-02-25 Nick LewyckyModernize comment.
2010-02-25 Nick LewyckyCorrect whitespace.
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 Dan GohmanFix indentation.
2010-02-24 Bob WilsonAdd an argument to PHITranslateValue to specify the...
2010-02-23 Dan GohmanDon't do (X != Y) ? X : Y -> X for floating-point...
2010-02-23 Bob WilsonUpdate memdep when load PRE inserts a new load, and...
2010-02-22 Evan ChengInstcombine constant folding can normalize gep with...
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 Chris Lattnerfix PR6305 by handling BlockAddress in a helper function
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 Eric ChristopherFix a problem where we had bitcasted operands that...
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 codegen prepare from 3.58s to 0.488s.
2010-02-13 Chris LattnerPHINode::getBasicBlockIndex is O(n) in the number of...
2010-02-13 Chris Lattneriterate over preds using PHI information when available...
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-13 Jakob Stoklund OlesenEnable the inlinehint attribute in the Inliner.
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 Chris Lattner1. modernize the constantmerge pass, using densemap...
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 Eric ChristopherMake sure that ConstantExpr offsets also aren't off...
2010-02-11 Chris LattnerRename ValueRequiresCast to ShouldOptimizeCast, to...
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 Eric ChristopherAdd ConstantExpr handling to Intrinsic::objectsize...
2010-02-11 Devang PatelIgnore dbg info intrinsics.
2010-02-10 Devang PatelStrip new llvm.dbg.value intrinsic.
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-09 Eric ChristopherMove Intrinsic::objectsize lowering back to InstCombine...
2010-02-09 Eric ChristopherPull these back out, they're a little too aggressive...
2010-02-09 Chris Lattnersimplify this code, duh.
2010-02-09 Chris Lattnerfix PR6193, only considering sign extensions *from...
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-08 Chris Lattnerfix some problems handling large vectors reported in...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
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 Chris Lattnerfix logical-select to invoke filecheck right, and fix...
2010-02-05 Dan GohmanImplement releaseMemory in CodeGenPrepare and free...
2010-02-05 Dan GohmanUse a SmallSetVector instead of a SetVector; this code...
2010-02-05 Eric ChristopherRemove this code for now. I have a better idea and...
2010-02-04 Bob WilsonDo not reassociate expressions with i1 type. SimplifyC...
2010-02-04 Jakob Stoklund OlesenIncrease inliner thresholds by 25.
2010-02-04 Eric ChristopherTemporarily revert this since it appears to have caused...
2010-02-04 Eric ChristopherRework constant expr and array handling for objectsize...
2010-02-03 Eric ChristopherIf we're dealing with a zero-length array, don't lower...
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.
next