Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx
[oota-llvm.git] / lib / Transforms / Utils / UnifyFunctionExitNodes.cpp
2003-11-21 Chris LattnerMinor cleanups and simplifications
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-10 Chris LattnerExpand the pass to unify all of the unwind blocks as...
2003-05-22 Chris LattnerRemove using declarations
2003-03-31 Chris Lattner* We now preserve the no-critical-edge pass (because...
2002-09-12 Chris LattnerFix bug I introduced with one of my previous changes.
2002-09-10 Chris LattnerFix bugs in previous checkins
2002-09-10 Chris LattnerFix minor problems in previous checkin
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris Lattner*** empty log message ***
2002-06-25 Chris Lattner*** empty log message ***
2002-05-07 Chris LattnerGive the unified exit node a name
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerCleanup implementation a bit
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-04-27 Chris Lattners/Method/Function
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-01 Chris LattnerGeneral cleanup
2002-01-31 Chris LattnerEliminate SimplifyCFG.h file, pull everything into...
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-06 Chris LattnerAdd method to unify all exit nodes of a method