aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/PromoteMemToReg.h
AgeCommit message (Expand)Author
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