aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/BasicBlockUtils.h
AgeCommit message (Expand)Author
2006-05-14This is a proper fix for the compiler warning. A termination condition isChris Lattner
2006-05-13Fix an infinite loop bug that Vladimir Prus identified.Reid Spencer
2006-02-10Remove a level of indirection.Chris Lattner
2005-08-17add a helperChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-10Include forms of SplitCriticalEdge which work correctly with pred/succ iteratorsChris Lattner
2003-11-10Move isCriticalEdge & SplitCritical into this file. While we're at it, changeChris Lattner
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2002-07-29Implement a new RemoveSuccessor functionChris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-07Checkin headers for Utils libraryChris Lattner