aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/FunctionUtils.h
AgeCommit message (Expand)Author
2007-04-07Completely purge DomSet. This is the (hopefully) final patch for PR1171.Owen Anderson
2007-04-07Expunge DomSet from CodeExtractor. This is part of the continuing workOwen Anderson
2006-11-05Unbreak VC++ build.Jeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
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