aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/Mem2Reg.cpp
AgeCommit message (Expand)Author
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos
2004-09-20Prototype these functions more accuratelyChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-05Change the interface to PromoteMemToReg to also take a DominatorTreeChris Lattner
2003-09-20Rename Function::getEntryNode -> getEntryBlockChris Lattner
2003-06-25Fix bug: Mem2Reg/2003-06-26-IterativePromote.llChris Lattner
2003-04-23Remove unnecesary &*'sChris Lattner
2003-03-03Change the mem2reg interface to accept a TargetData argumentChris Lattner
2003-02-22Split mem2reg promotion into two parts: a function which does the work, andChris Lattner