aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/DemoteRegToStack.cpp
AgeCommit message (Expand)Author
2004-04-01Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llxChris Lattner
2004-03-16This code was both incredibly complex and incredibly broken. Fix it.Chris Lattner
2004-03-14DemoteRegToStack got moved from DemoteRegToStack.h to Local.hChris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-06Various cleanups and efficiency improvementsChris Lattner
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-15CleanupChris Lattner
2003-09-20Minor cleanups, no functional changesChris Lattner
2003-05-29Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner
2002-12-10This file implements the function DemoteRegToStack(), which takes aVikram S. Adve