Rearrange code, indent for the namespace, add the createMachineFunctionPrinterPass
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
2003-12-20 Chris LattnerRearrange code, indent for the namespace, add the creat...
2003-12-20 Chris LattnerRemove sparc specific passes from public headers
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-01-14 Chris LattnerMove annotation to support library
2003-01-13 Chris Lattner* Add a constant pool to hold per-function constants...
2002-12-28 Chris LattnerRename FunctionFrameInfo to MachineFrameInfo
2002-12-28 Chris Lattner* Pull a bunch of frame and constant pool state out...
2002-12-25 Chris LattnerRemove dependency on SSARegMap.h
2002-11-22 Misha BrukmanSet SSARegMap to NULL after deleting it.
2002-11-20 Misha BrukmanSSARegMap -- the mapping between SSARegisters and their...
2002-10-30 Chris LattnerImprove comments, add methods for structured printing
2002-10-29 Chris LattnerAdd method
2002-10-29 Chris LattnerRemove unneeded #include
2002-10-28 Misha BrukmanIterator functions now line up together.
2002-10-28 Chris Lattners/method/function
2002-10-28 Chris LattnerChange MachineBasicBlock's to not be Annotations, inste...
2002-10-28 Chris LattnerAdd BasicBlock list to MchineFunction that will eventua...
2002-10-28 Chris LattnerMachineFunction.h now includes MachineBasicBlock.h...
2002-10-28 Chris LattnerAdd note about state that should be removed when time...
2002-10-28 Chris LattnerAdd prototypes for creation/destruction passes
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-07-24 Chris Lattner*** empty log message ***
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
2002-03-31 Vikram S. AdveInclude temp. values when computing max. size of stack...
2002-03-24 Vikram S. AdveFix padding when allocating local variables on stack.
2002-03-23 Chris LattnerRename Method to Function
2002-03-18 Vikram S. AdveAdded function computeOffsetforLocalVar to check how...
2002-02-03 Chris LattnerCode pulled out of MAchineInstr.(h|cpp)