aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix print of BB name in dump().Vikram S. Adve2002-07-101-2/+1
* Fix printing of BB in dump.Vikram S. Adve2002-07-081-2/+3
* MEGAPATCH checkin.Chris Lattner2002-06-251-40/+36
* Optional args are no longer allocated as they are discovered.Vikram S. Adve2002-04-251-51/+22
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-25/+25
* Include temp. values when computing max. size of stack frame!Vikram S. Adve2002-03-311-3/+3
* Fix padding for variables allocated on stack.Vikram S. Adve2002-03-241-13/+18
* Added function computeOffsetforLocalVar to check how big theVikram S. Adve2002-03-181-60/+75
* * Make it compile with GCC 3.0.4Chris Lattner2002-02-241-7/+6
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-6/+7
* Code pulled out of MAchineInstr.(h|cpp)Chris Lattner2002-02-031-0/+300