Parse the %*# constraint modifiers
[oota-llvm.git] / lib / Transforms / Utils /
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...
2005-08-10 Chris Lattnerremove some trickiness that broke yacr2 and some other...
2005-08-10 Chris LattnerMake loop-simplify produce better loops by turning...
2005-08-05 Chris LattnerThis code can handle non-dominating instructions
2005-08-04 Nate BegemanFix a fixme in CondPropagate.cpp by moving a PhiNode...
2005-08-03 Chris LattnerThe correct fix for PR612, which also fixes
2005-08-03 Chris LattnerWhen inserting code, make sure not to insert it before...
2005-08-03 Chris LattnerFix Transforms/SimplifyCFG/2005-08-03-PHIFactorCrash...
2005-08-03 Chris LattnerFinally, add the required constraint checks to fix...
2005-08-03 Chris LattnerSimplify some code, add the correct pred checks
2005-08-03 Chris LattnerRefactor code out of PropagatePredecessorsForPHIs,...
2005-08-03 Chris Lattneruse splice instead of remove/insert to avoid some symta...
2005-08-03 Chris Lattnermove two functions up in the file, use SafeToMergeTermi...
2005-08-03 Chris LattnerRip some code out of the main SimplifyCFG function...
2005-08-02 Chris LattnerDisable this patch:
2005-08-02 Chris LattnerChange a place to use an arbitrary value instead of...
2005-08-02 Chris LattnerThis code was very close, but not quite right. It...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-06-30 Chris LattnerFix PR590 and Transforms/Mem2Reg/2005-06-30-ReadBeforeW...
2005-06-19 Andrew Lenharthprevent DCE of vaarg intrinsics. This should take...
2005-06-17 Chris LattnerDon't crash on: X = phi (X, X).
2005-06-09 Chris LattnerFix a 64-bit problem, passing (int)0 through ... instea...
2005-05-20 Chris LattnerFix Transforms/SimplifyCFG/switch-simplify-crash.ll
2005-05-14 Chris LattnerMake sure to preserve the calling convention when chang...
2005-05-13 Chris LattnerWhen lowering invokes to calls, amke sure to preserve...
2005-05-13 Chris LattnerPrefer int 0 instead of long 0 for GEP arguments.
2005-05-09 Chris Lattnerwrap long lines, preserve calling conventions when...
2005-05-06 Chris LattnerBAD typeo which caused many testsuite failures last...
2005-05-06 Chris LattnerPreserve tail marker
2005-05-06 Chris LattnerImplement Transforms/Inline/inline-tail.ll
2005-05-06 Chris LattnerDCE intrinsic instructions without side effects.
2005-05-02 John CriswellFixed a comment.
2005-04-29 Reid SpencerRemove optimizations that don't require both operands...
2005-04-28 Reid Spencer* Add constant folding for additional floating point...
2005-04-23 Jeff CohenEliminate tabs and trailing spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris LattnerImprove doxygen documentation, patch contributed by...
2005-04-21 Chris LattnerTeach simplifycfg that setcc is cheap and non-trapping...
2005-04-12 Chris LattnerGet rid of this for_each loop
2005-03-28 Alkis EvlogimenosRename createPromoteMemoryToRegister() to
next