aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Scalar.h
AgeCommit message (Expand)Author
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-12Rename loop preheaders pass to loop simplifyChris Lattner
2003-10-05Add new prototype for createLowerInvokePass(). Make simplifycfg be aChris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-09-20Expose the TCE passChris Lattner
2003-09-10Fix spell-o'sChris Lattner
2003-09-01Add RPR prototype hereChris Lattner
2003-09-01Change the RaiseAllocations pass from being a BasicBlockPass to being a PassChris Lattner
2003-08-14Factory methods for function passes now return type FunctionPass *.Brian Gaeke
2003-08-13Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke
2003-06-22Add prototype for tail-dup passChris Lattner
2003-05-27Expose proto for SRoA pass.Chris Lattner
2003-05-20Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman
2003-04-23Add stub to create lowerSwitches passChris Lattner
2002-10-08Expose isCriticalEdge & SplitCriticalEdge methods from crit-edges passChris Lattner
2002-09-26Checkin new loop-preheader insertion pass.Chris Lattner
2002-09-25Change LowerAllocations pass to 'require' TargetData instead of it beingChris Lattner
2002-09-24Expose passinfo from BreakCriticalEdges pass so that it may be "Required" byChris Lattner
2002-09-24Add new BreakCriticalEdges passChris Lattner
2002-09-16Allow transformation DecomposeArrayRef(GetElementPtrInst* GEP) toVikram S. Adve
2002-09-06Include stub for correlated expression elimination passChris Lattner
2002-07-23Merge the contents of ChangeAllocations.h into Scalar.hChris Lattner
2002-05-21Expose CFG simplification passChris Lattner
2002-05-10Add prototype for LICM passChris Lattner
2002-05-10Add prototype for the PiNodeInserter passChris Lattner
2002-05-08Add expr reassociation pass prototypeChris Lattner
2002-05-07Spell aggressive rightChris Lattner
2002-05-07New header file to replace all of the Scalar/*.h files.Chris Lattner