History log of /llvm-project/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp (Results 51 – 64 of 64)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 16cd356f 27-Sep-2005 Chris Lattner <sabre@nondot.org>

allow demotion to volatile values, add support for invoke

llvm-svn: 23473


Revision tags: llvmorg-1.5.0
# b1c9317b 21-Apr-2005 Misha Brukman <brukman+llvm@gmail.com>

Remove trailing whitespace

llvm-svn: 21427


# 7b9020a0 17-Mar-2005 Chris Lattner <sabre@nondot.org>

Fix the missing symbols problem Bill was hitting. Patch contributed by
Bill Wendling!!

llvm-svn: 20649


Revision tags: llvmorg-1.4.0, llvmorg-1.3.0
# c24019c8 01-Apr-2004 Chris Lattner <sabre@nondot.org>

Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx

llvm-svn: 12597


Revision tags: llvmorg-1.2.0
# bb1a2cc7 16-Mar-2004 Chris Lattner <sabre@nondot.org>

This code was both incredibly complex and incredibly broken. Fix it.

llvm-svn: 12456


# 8eebc498 14-Mar-2004 Chris Lattner <sabre@nondot.org>

DemoteRegToStack got moved from DemoteRegToStack.h to Local.h

llvm-svn: 12368


# df3c342a 09-Jan-2004 Chris Lattner <sabre@nondot.org>

Finegrainify namespacification

llvm-svn: 10727


Revision tags: llvmorg-1.1.0
# 960707c3 11-Nov-2003 Brian Gaeke <gaeke@uiuc.edu>

Put all LLVM code into the llvm namespace, as per bug 109.

llvm-svn: 9903


# 38cd27e4 06-Nov-2003 Chris Lattner <sabre@nondot.org>

Various cleanups and efficiency improvements

llvm-svn: 9753


Revision tags: llvmorg-1.0.0
# 482202a6 20-Oct-2003 John Criswell <criswell@uiuc.edu>

Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.

llvm-svn: 9298


# f77a856f 15-Oct-2003 Chris Lattner <sabre@nondot.org>

Cleanup

llvm-svn: 9133


# 4413e436 20-Sep-2003 Chris Lattner <sabre@nondot.org>

Minor cleanups, no functional changes
Rename Function::getEntryNode -> getEntryBlock

llvm-svn: 8623


# f789f29a 29-May-2003 Chris Lattner <sabre@nondot.org>

Eliminate unnecessary ->get calls that are now automatically handled.

llvm-svn: 6397


# c864ab1e 10-Dec-2002 Vikram S. Adve <vadve@cs.uiuc.edu>

This file implements the function DemoteRegToStack(), which takes a
virtual register computed by an Instruction& X and replaces it with
a slot in the stack frame, allocated via alloca.

llvm-svn: 4964


123