#
e98dd5fc |
| 24-Jul-2002 |
Chris Lattner <sabre@nondot.org> |
*** empty log message ***
llvm-svn: 3056
|
#
3de6fcfd |
| 11-Jul-2002 |
Anand Shukla <ashukla@cs.uiuc.edu> |
added std:: to endl
llvm-svn: 2875
|
#
6a36c8f2 |
| 10-Jul-2002 |
Vikram S. Adve <vadve@cs.uiuc.edu> |
Fix print of BB name in dump().
llvm-svn: 2861
|
#
4180fe41 |
| 08-Jul-2002 |
Vikram S. Adve <vadve@cs.uiuc.edu> |
Fix printing of BB in dump.
llvm-svn: 2830
|
#
7076ff29 |
| 25-Jun-2002 |
Chris Lattner <sabre@nondot.org> |
MEGAPATCH checkin.
For details, See: docs/2002-06-25-MegaPatchInfo.txt
llvm-svn: 2778
|
#
70927724 |
| 25-Apr-2002 |
Vikram S. Adve <vadve@cs.uiuc.edu> |
Optional args are no longer allocated as they are discovered. (This can be improved to avoid making the initial pass over the method.) Also, ensure automatic vars and reg. spills areas are not extend
Optional args are no longer allocated as they are discovered. (This can be improved to avoid making the initial pass over the method.) Also, ensure automatic vars and reg. spills areas are not extended if their sizes are used for computing some other offset.
llvm-svn: 2310
show more ...
|
#
62b7fd13 |
| 07-Apr-2002 |
Chris Lattner <sabre@nondot.org> |
Change references to the Method class to be references to the Function class. The Method class is obsolete (renamed) and all references to it are being converted over to Function.
llvm-svn: 2144
|
#
f434a9ed |
| 31-Mar-2002 |
Vikram S. Adve <vadve@cs.uiuc.edu> |
Include temp. values when computing max. size of stack frame!
llvm-svn: 2070
|
#
377646fc |
| 24-Mar-2002 |
Vikram S. Adve <vadve@cs.uiuc.edu> |
Fix padding for variables allocated on stack.
llvm-svn: 1969
|
#
7446b323 |
| 18-Mar-2002 |
Vikram S. Adve <vadve@cs.uiuc.edu> |
Added function computeOffsetforLocalVar to check how big the offset-from-FP will be before allocating space for a local variable.
llvm-svn: 1905
|
#
7c7930f5 |
| 24-Feb-2002 |
Chris Lattner <sabre@nondot.org> |
* Make it compile with GCC 3.0.4
llvm-svn: 1788
|
#
60a6591d |
| 12-Feb-2002 |
Chris Lattner <sabre@nondot.org> |
Method.h no longer includes BasicBlock.h Method::inst_* is now in llvm/Support/InstIterator.h GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h
llvm-svn: 1746
|
#
eda6bd71 |
| 03-Feb-2002 |
Chris Lattner <sabre@nondot.org> |
Code pulled out of MAchineInstr.(h|cpp)
llvm-svn: 1660
|