aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/Local.h
AgeCommit message (Expand)Author
2004-04-13Add new interfacesChris Lattner
2004-03-17cleanup commentChris Lattner
2004-03-14Move DemoteRegToStack prototype out of DemoteRegToStack.h to this file.Chris Lattner
2004-01-12llvm::ConstantFoldInstructionChris Lattner
2003-12-19Add new functionChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-05-20Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman
2002-09-24 - Do not expose Critical Edge breaking mechanics outside the BCE pass, thusChris Lattner
2002-09-06- Rename BreakCriticalEdge to the slightly more standard SplitCriticalEdgeChris Lattner
2002-09-06* Doxygenize APIChris Lattner
2002-09-02Remove duplicate #includeChris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-26Simplify the interface to local dce and constpropChris Lattner
2002-05-21Simplify interface to ConstantFoldTerminatorChris Lattner
2002-05-07Checkin headers for Utils libraryChris Lattner