aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/FunctionUtils.h
Commit message (Expand)AuthorAgeFilesLines
* Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.Dan Gohman2009-07-131-1/+1
* Prune and tidy #includes.Dan Gohman2008-05-291-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Start the process of making MachineLoopInfo possible by templating Loop.Owen Anderson2007-11-141-2/+2
* Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.Devang Patel2007-06-071-2/+2
* Completely purge DomSet. This is the (hopefully) final patch for PR1171.Owen Anderson2007-04-071-1/+0
* Expunge DomSet from CodeExtractor. This is part of the continuing workOwen Anderson2007-04-071-2/+3
* Unbreak VC++ build.Jeff Cohen2006-11-051-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-1/+1
* Aggregating function arguments is now an option. Default is `no', as before.Misha Brukman2004-04-231-3/+5
* The code extractor needs dominator information, so we provide it.Chris Lattner2004-03-181-16/+16
* Make this header file self-containedChris Lattner2004-03-181-0/+3
* Add prototype for ExtractCodeRegion()Misha Brukman2004-03-021-1/+5
* Add ability to extract a single basic block into a new function.Misha Brukman2004-03-011-0/+4
* New Function-level transformation utils.Misha Brukman2004-02-281-0/+28