aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/Mem2Reg.cpp
AgeCommit message (Expand)Author
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