aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-12-23Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin1-1/+1
2010-06-16remove trailing whitespaceJim Grosbach1-11/+11
2009-07-15Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson1-8/+6
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson1-6/+10
2008-06-21Fix warning when assertions disabled.Chris Lattner1-1/+1
2008-06-19Delete dead code.Dan Gohman1-4/+0
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-10-21Reg2Mem cleanup and optimizations:Anton Korobeynikov1-12/+26
2007-09-02Silence warning while compiling with gcc 4.2Anton Korobeynikov1-1/+2
2007-07-11Adding ability to demote phi to stack. Tanya Lattner1-0/+38
2005-10-04Fix DemoteRegToStack on an invoke. This fixes PR634.Chris Lattner1-1/+2
2005-09-27allow demotion to volatile values, add support for invokeChris Lattner1-12/+15
2005-04-21Remove trailing whitespaceMisha Brukman1-3/+3
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner1-0/+1
2004-04-01Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llxChris Lattner1-5/+12
2004-03-16This code was both incredibly complex and incredibly broken. Fix it.Chris Lattner1-137/+57
2004-03-14DemoteRegToStack got moved from DemoteRegToStack.h to Local.hChris Lattner1-1/+1
2004-01-09Finegrainify namespacificationChris Lattner1-7/+4
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-11-06Various cleanups and efficiency improvementsChris Lattner1-38/+24
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell1-0/+7
2003-10-15CleanupChris Lattner1-5/+2
2003-09-20Minor cleanups, no functional changesChris Lattner1-89/+70
2003-05-29Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner1-10/+8
2002-12-10This file implements the function DemoteRegToStack(), which takes aVikram S. Adve1-0/+193