Adjust to new API, add expandCall stub
[oota-llvm.git] / lib / CodeGen / MachineFunction.cpp
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-07-26 Chris LattnerConst correctness fixes
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-04-23 Chris LattnerRemove unneccesary &*
2003-01-16 Chris LattnerPrint machine frame objects with the frame offset intri...
2003-01-13 Chris LattnerAdd support for constant pool
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-28 Chris Lattner Rename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris LattnerRename MachineFrameInfo to TargetFrameInfo.h
2002-12-28 Chris Lattner* A bunch of functionality and data was removed from...
2002-12-25 Chris LattnerRemove dependency on SSARegMap.h by MachineFunction.h
2002-12-15 Chris LattnerImplement printing of MBB arguments
2002-11-20 Misha BrukmanInitialize the SSARegMap.
2002-10-30 Chris LattnerImplement structured machine code printing
2002-10-29 Chris LattnerMake argsize calculation stuff optional, so that Target...
2002-10-29 Chris LattnerRename annotation id
2002-10-28 Misha BrukmanReplaced uses of deprecated `MachineFunction::get(Basic...
2002-10-28 Chris LattnerEliminate unneccesary use of MachineBasicBlock::get
2002-10-28 Chris Lattners/method/function
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerMachineFunction now includes MachineBasicBlock so there...
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Chris LattnerMinor cleanups
2002-10-28 Chris LattnerMove machine code generation/destruction passes out...
2002-10-28 Chris LattnerPrune #includes
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-11 Vikram S. AdveDon't pad variables in stack slots for performance!
2002-09-16 Vikram S. AdveImprove and fix error in allocating stack slots: adjust...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-24 Chris Lattner*** empty log message ***
2002-07-11 Anand Shuklaadded std:: to endl
2002-07-10 Vikram S. AdveFix print of BB name in dump().
2002-07-08 Vikram S. AdveFix printing of BB in dump.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-31 Vikram S. AdveInclude temp. values when computing max. size of stack...
2002-03-24 Vikram S. AdveFix padding for variables allocated on stack.
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
2002-02-24 Chris Lattner* Make it compile with GCC 3.0.4
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-03 Chris LattnerCode pulled out of MAchineInstr.(h|cpp)