allow demotion to volatile values
[oota-llvm.git] / include / llvm / Transforms / Utils / UnifyFunctionExitNodes.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-16 Chris LattnerAdd support for the unreachable instruction
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-10 Chris LattnerExpand the pass to unify all of the unwind blocks as...
2003-03-31 Chris LattnerAdd getAnalysisUsage method
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-06-25 Chris Lattner*** empty log message ***
2002-05-07 Chris LattnerCleanup implementation a bit + comments
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-27 Chris Lattners/Method/Function in classname
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-03-23 Chris LattnerRename Method to Function
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-01 Chris LattnerAdd constructor for addition to opt program
2002-01-31 Chris LattnerEliminate SimplifyCFG.h file, pull everything into...
2002-01-30 Chris LattnerConvert xforms over to use new pass structure