Rename getEntryNode -> getEntryBlock()
[oota-llvm.git] / include / llvm / Transforms / Utils /
2003-09-20 Chris LattnerCleanup header file
2003-09-10 Chris LattnerExpand the pass to unify all of the unwind blocks as...
2003-08-31 Chris LattnerFix an FLAT OUT WRONG comment
2003-08-24 Chris LattnerAdd versions of InlineFunction which work on Invoke...
2003-05-31 Tanya LattnerFixed comment width, changed arg to be const, fixed...
2003-05-30 Tanya LattnerSorry, correcting small typo.
2003-05-30 Tanya LattnerAdded support for cloning a trace.
2003-05-29 Chris LattnerDoxygenify comments
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-04-18 Chris LattnerAdd prototype for new CloneBasicBlock function
2003-03-31 Chris LattnerAdd getAnalysisUsage method
2003-03-03 Chris LattnerChange the mem2reg interface to accept a TargetData...
2003-02-22 Chris LattnerAdd a new interface file for the PromoteMemToReg interf...
2002-12-10 Vikram S. AdveThis file provides the function DemoteRegToStack()...
2002-11-20 Chris LattnerCloning stuff doesn't modify the source module
2002-11-19 Chris LattnerMinor changes to cloning interface
2002-11-19 Chris LattnerExtend function cloning interface to support inlining
2002-11-19 Chris LattnerThis file is supersumed by Utils/Cloning.h
2002-11-19 Chris LattnerMerge cloning and inlining utilities
2002-09-24 Chris Lattner - Do not expose Critical Edge breaking mechanics...
2002-09-06 Chris Lattner- Rename BreakCriticalEdge to the slightly more standar...
2002-09-06 Chris Lattner* Doxygenize API
2002-09-02 Chris LattnerRemove duplicate #include
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-29 Chris LattnerImplement a new RemoveSuccessor function
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-26 Chris LattnerSimplify the interface to local dce and constprop
2002-05-21 Chris LattnerSimplify interface to ConstantFoldTerminator
2002-05-07 Chris LattnerCheckin headers for Utils library
2002-05-07 Chris LattnerCleanup implementation a bit + comments
2002-05-07 Chris LattnerUpdate header after moving file
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-29 Chris LattnerCheckin new useful routine
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
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-10-28 Chris LattnerRemove unneccesary function prototypes
2001-10-28 Vikram S. AdveAdd support for name mangling.
2001-10-13 Chris LattnerNew module linking functionality prototype