summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/DemoteRegToStack.cpp
Commit message (Expand)AuthorAge
* Fix warning when assertions disabled.Chris Lattner2008-06-21
* Delete dead code.Dan Gohman2008-06-19
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Reg2Mem cleanup and optimizations:Anton Korobeynikov2007-10-21
* Silence warning while compiling with gcc 4.2Anton Korobeynikov2007-09-02
* Adding ability to demote phi to stack. Tanya Lattner2007-07-11
* Fix DemoteRegToStack on an invoke. This fixes PR634.Chris Lattner2005-10-04
* allow demotion to volatile values, add support for invokeChris Lattner2005-09-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-17
* Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llxChris Lattner2004-04-01
* This code was both incredibly complex and incredibly broken. Fix it.Chris Lattner2004-03-16
* DemoteRegToStack got moved from DemoteRegToStack.h to Local.hChris Lattner2004-03-14
* Finegrainify namespacificationChris Lattner2004-01-09
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Various cleanups and efficiency improvementsChris Lattner2003-11-06
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* CleanupChris Lattner2003-10-15
* Minor cleanups, no functional changesChris Lattner2003-09-20
* Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner2003-05-29
* This file implements the function DemoteRegToStack(), which takes aVikram S. Adve2002-12-10