aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
AgeCommit message (Expand)Author
2002-04-27s/Method/FunctionChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-02-01General cleanupChris Lattner
2002-01-31Eliminate SimplifyCFG.h file, pull everything into the UnifyMethodExitNodes c...Chris Lattner
2002-01-31Convert analyses to new pass structureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-07-06Add method to unify all exit nodes of a methodChris Lattner