Reverse a premature commital.
[oota-llvm.git] / lib / Transforms / Utils /
2006-06-08 Owen AndersonUpdate some comments, and expose LCSSAID in preparation...
2006-06-06 Owen AndersonFix some formatting, and use inLoop() when appropriate.
2006-06-06 Owen AndersonStop a memory leak, and update some comments.
2006-06-04 Owen AndersonSome more clean-up, and squash an IDF-Phi related bug.
2006-06-04 Owen AndersonVarious clean-ups suggested by Chris.
2006-06-03 Owen AndersonFix a bug in Phi-noded insertion. Also, update some...
2006-06-02 Chris LattnerForce anything that #includes llvm/Transforms/Utils...
2006-06-01 Chris LattnerRemove dead #include
2006-06-01 Chris LattnerMake the "pruning cloner" smarter. As it propagates...
2006-06-01 Owen AndersonRemove a FIXME that was fixed with my last patch.
2006-06-01 Owen AndersonMore cleanups. Also, add a special case for updating...
2006-05-31 Owen AndersonExtract a huge loop into a helper method. Fix a few...
2006-05-29 Owen AndersonAdd Use replacement. Assuming there is nothing horribl...
2006-05-28 Owen AndersonMajor think-o. Iterate over all live out-of-loop value...
2006-05-27 Owen AndersonMake LCSSA insert proper Phi nodes throughout the rest...
2006-05-27 Chris LattnerFix some regression from the inliner patch I committed...
2006-05-27 Chris LattnerSwitch the inliner over to using CloneAndPruneFunctionI...
2006-05-27 Chris LattnerImplement a new method, CloneAndPruneFunctionInto,...
2006-05-27 Chris LattnerRefactor some code to expose an interface to constant...
2006-05-27 Owen AndersonA few small clean-ups, and the addition of an LCSSA...
2006-05-26 Owen AndersonFix a copy-and-paste-o that would break some compilers.
2006-05-26 Owen AndersonClean up and refactor LCSSA a bunch. It should also...
2006-05-26 Owen AndersonSkeletal LCSSA pass. This is currently non-functional...
2006-05-25 Chris LattnerRevert a patch that is unsafe, due to out of range...
2006-05-24 Chris LattnerPatch for a new instcombine xform, patch contributed...
2006-05-19 Reid SpencerFix a doxygen problem and break lines at 80 columns
2006-05-17 Chris LattnerDeclare that lowerinvoke doesn't interact with other...
2006-05-17 Chris LattnerAdd a CloneModule call that exposes the mapping of...
2006-05-14 Chris Lattnerremove some dead code identified by coverity
2006-05-14 Chris Lattnerremove dead variables
2006-05-09 Chris LattnerPatch to make some xforms preserve each other. Patch...
2006-05-02 Chris LattnerAdd pass ID's for various passes, so they can be AddReq...
2006-04-27 Chris LattnerFix some nondeterminstic behavior in the mem2reg pass...
2006-04-08 Chris LattnerAdd supprot for shufflevector
2006-04-07 Chris LattnerFix inlining of insert/extract element constantexprs
2006-04-02 Chris LattnerAdjust to change in Intrinsics.gen interface.
2006-04-01 Chris Lattneradd valuemapper support for inline asm
2006-03-27 Chris Lattnerteach the inliner to work with packed constants
2006-03-09 Chris Lattneruse autogenerated side-effect information
2006-02-18 Chris LattnerFix Transforms/SimplifyCFG/2006-02-17-InfiniteUnroll.ll
2006-02-14 Chris LattnerCanonicalize inner loops before outer loops. Inner...
2006-02-14 Chris LattnerWhen splitting exit edges to canonicalize loops, make...
2006-02-12 Chris LattnerRevert my last patch. It too breaks stuff
2006-02-11 Chris LattnerFix for my previously reverted patch
2006-02-11 Chris Lattnerrevert my previous change, it exposed other problems.
2006-02-11 Chris LattnerMake this check stricter. Disallow loop exit blocks...
2006-02-11 Chris Lattnerremove dead expr
2006-01-26 Chris Lattnerteach the cloner to handle inline asms
2006-01-24 Chris Lattnerrename method
2006-01-23 Chris LattnerWhen cloning a module, clone the inline asm.
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-19 Robert BocchinoConstantFoldLoadThroughGEPConstantExpr wasn't handling...
2006-01-18 Chris LattnerMake sure that cloning a module clones its target tripl...
2006-01-17 Robert BocchinoConstant folding support for the insertelement operation.
2006-01-16 Reid SpencerFor PR411:
2006-01-14 Chris LattnerTeach the inliner to update the CallGraph itself, and...
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-13 Chris Lattnerit is ok to dce stacksave.
2006-01-13 Chris LattnerIf inlining a call to a function that contains dynamic...
2006-01-13 Chris LattnerUse ClonedCodeInfo to avoid another walk over the inlin...
2006-01-13 Chris LattnerUse the ClonedCodeInfo object to avoid scans of the...
2006-01-13 Chris LattnerRefactor a bunch of invoke handling stuff out into...
2006-01-13 Chris LattnerAllow the code cloning interfaces to capture some impor...
2006-01-13 Chris LattnerFix a bug I noticed by inspection: if the first instruc...
2006-01-11 Chris LattnerPreserve and update ETForest. Patch by Daniel Berlin
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2006-01-09 Chris LattnerTeach loopsimplify to update et-forest. Patch contribu...
2005-12-03 Chris LattnerFix SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
2005-11-18 Chris LattnerImplement a refinement to the mem2reg algorithm for...
2005-11-18 Chris LattnerThis needs proper dominance
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-10-27 Chris LattnerFix #include order
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-24 Chris LattnerOnly build .a file versions of these libraries, instead...
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-10-04 Chris LattnerFix DemoteRegToStack on an invoke. This fixes PR634.
2005-10-03 Chris LattnerClean up the code a bit. Use isInstructionTriviallyDea...
2005-10-01 Jeff CohenFix VC++ warnings.
2005-09-29 Chris LattnerInsert stores after phi nodes in the normal dest. ...
2005-09-28 Chris LattnerConstant fold llvm.sqrt
2005-09-27 Chris Lattneradd a note about a way to improve this code further...
2005-09-27 Chris LattnerAvoid spilling stack slots... to stack slots.
2005-09-27 Chris LattnerCompletely rewrite 'correct' eh support. This changes...
2005-09-27 Chris Lattnerallow demotion to volatile values, add support for...
2005-09-26 Chris LattnerMove the ConstantFoldLoadThroughGEPConstantExpr functio...
2005-09-23 Chris Lattnerremove some debugging code
2005-09-23 Chris LattnerFold two consequtive branches that share a common desti...
2005-09-23 Chris Lattnersimplify some logic further
2005-09-23 Chris Lattnerpull a bunch of logic out of SimplifyCFG into a helper fn
2005-09-20 Chris LattnerStart threading across blocks with code in them, so...
2005-09-20 Chris LattnerImplement merging of blocks with the same condition...
2005-09-19 Chris LattnerReject a case we don't handle yet
2005-09-19 Chris Lattnerremove debugging code :-/
2005-09-19 Chris LattnerImplement SimplifyCFG/branch-phi-thread.ll, the most...
2005-08-13 Chris LattnerTeach SplitCriticalEdge to update LoopInfo if it is...
2005-08-13 Chris Lattnerremove dead code. The exit block list is computed...
2005-08-12 Chris LattnerChange break critical edges to not remove, then insert...
next