aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/PromoteMemToReg.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-05-14Remove a stale forward declaration.Andrew Trick
2011-01-17Roll r123609 back in with two changes that fix test failures with expensiveCameron Zwarich
2011-01-17Roll out r123609 due to failures on the llvm-x86_64-linux-checks bot.Cameron Zwarich
2011-01-17Eliminate the use of dominance frontiers in PromoteMemToReg. In addition toCameron Zwarich
2009-11-23Pull LLVMContext out of PromoteMemToReg.Nick Lewycky
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-06"LLVMContext* " --> "LLVMContext *"Owen Anderson
2009-07-05More LLVMContext-ification.Owen Anderson
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-06-07Use DominatorTree instead of ETForest.Devang Patel
2007-04-25Mem2Reg does not need TargetData.Devang Patel
2007-04-25Remove unused function argument.Devang Patel
2007-04-20Move more passes to using ETForest instead of DominatorTree.Owen 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-09-15Add an optional argument to PromoteMemToRegChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-05Change the interface to PromoteMemToReg to also take a DominatorTreeChris Lattner
2003-03-03Change the mem2reg interface to accept a TargetData argumentChris Lattner
2003-02-22Add a new interface file for the PromoteMemToReg interface in the Utils libraryChris Lattner