Chris Lattner
|
c24019c825
|
Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx
llvm-svn: 12597
|
2004-04-01 20:28:45 +00:00 |
Chris Lattner
|
bb1a2cc7ab
|
This code was both incredibly complex and incredibly broken. Fix it.
llvm-svn: 12456
|
2004-03-16 23:23:11 +00:00 |
Chris Lattner
|
8eebc49884
|
DemoteRegToStack got moved from DemoteRegToStack.h to Local.h
llvm-svn: 12368
|
2004-03-14 02:13:38 +00:00 |
Chris Lattner
|
df3c342a4c
|
Finegrainify namespacification
llvm-svn: 10727
|
2004-01-09 06:12:26 +00:00 |
Brian Gaeke
|
960707c335
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
Chris Lattner
|
38cd27e450
|
Various cleanups and efficiency improvements
llvm-svn: 9753
|
2003-11-06 19:46:29 +00:00 |
John Criswell
|
482202a601
|
Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.
llvm-svn: 9298
|
2003-10-20 19:43:21 +00:00 |
Chris Lattner
|
f77a856f3b
|
Cleanup
llvm-svn: 9133
|
2003-10-15 16:42:21 +00:00 |
Chris Lattner
|
4413e4362c
|
Minor cleanups, no functional changes
Rename Function::getEntryNode -> getEntryBlock
llvm-svn: 8623
|
2003-09-20 14:36:23 +00:00 |
Chris Lattner
|
f789f29aaa
|
Eliminate unnecessary ->get calls that are now automatically handled.
llvm-svn: 6397
|
2003-05-29 15:12:27 +00:00 |
Vikram S. Adve
|
c864ab1e33
|
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
|
2002-12-10 13:07:58 +00:00 |