aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/FunctionUtils.h
AgeCommit message (Expand)Author
2004-04-23Aggregating function arguments is now an option. Default is `no', as before.Misha Brukman
2004-03-18The code extractor needs dominator information, so we provide it.Chris Lattner
2004-03-18Make this header file self-containedChris Lattner
2004-03-02Add prototype for ExtractCodeRegion()Misha Brukman
2004-03-01Add ability to extract a single basic block into a new function.Misha Brukman
2004-02-28New Function-level transformation utils.Misha Brukman