[C++] Use 'nullptr'. Transforms edition.
[oota-llvm.git] / include / llvm / Transforms / Utils / PromoteMemToReg.h
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2013-08-13 Nick LewyckyRevert r187191, which broke opt -mem2reg on the testcas...
2013-07-28 Chandler CarruthThread DataLayout through the callers and into mem2reg...
2013-07-21 Chandler CarruthMake the mem2reg interface use an ArrayRef as it keeps...
2013-07-20 Chandler CarruthUpdate mem2reg's comments to conform to the new doxygen...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-05-14 Andrew TrickRemove a stale forward declaration.
2011-01-17 Cameron ZwarichRoll r123609 back in with two changes that fix test...
2011-01-17 Cameron ZwarichRoll out r123609 due to failures on the llvm-x86_64...
2011-01-17 Cameron ZwarichEliminate the use of dominance frontiers in PromoteMemT...
2009-11-23 Nick LewyckyPull LLVMContext out of PromoteMemToReg.
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-06 Owen Anderson"LLVMContext* " --> "LLVMContext *"
2009-07-05 Owen AndersonMore LLVMContext-ification.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-04-25 Devang PatelMem2Reg does not need TargetData.
2007-04-25 Devang PatelRemove unused function argument.
2007-04-20 Owen AndersonMove more passes to using ETForest instead of Dominator...
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-09-15 Chris LattnerAdd an optional argument to PromoteMemToReg
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-05 Chris LattnerChange the interface to PromoteMemToReg to also take...
2003-03-03 Chris LattnerChange the mem2reg interface to accept a TargetData...
2003-02-22 Chris LattnerAdd a new interface file for the PromoteMemToReg interf...