Pull LLVMContext out of PromoteMemToReg.
[oota-llvm.git] / include / llvm / Transforms / Utils / FunctionUtils.h
2009-07-13 Dan GohmanForward-declare Loop and LoopInfo instead of #including...
2008-05-29 Dan GohmanPrune and tidy #includes.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-14 Owen AndersonStart the process of making MachineLoopInfo possible...
2007-06-07 Devang PatelDo not use ETForest as well as DomiantorTree. Dominato...
2007-04-07 Owen AndersonCompletely purge DomSet. This is the (hopefully) final...
2007-04-07 Owen AndersonExpunge DomSet from CodeExtractor. This is part of...
2006-11-05 Jeff CohenUnbreak VC++ build.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-04-23 Misha BrukmanAggregating function arguments is now an option. Defaul...
2004-03-18 Chris LattnerThe code extractor needs dominator information, so...
2004-03-18 Chris LattnerMake this header file self-contained
2004-03-02 Misha BrukmanAdd prototype for ExtractCodeRegion()
2004-03-01 Misha BrukmanAdd ability to extract a single basic block into a...
2004-02-28 Misha BrukmanNew Function-level transformation utils.