* Wrap some comments to 80 cols
[oota-llvm.git] / include / llvm / CodeGen / MachineFunction.h
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Alkis EvlogimenosAdd getLastBlock member. This is useful when growing...
2004-08-18 Chris LattnerAll targets are now allowed to have their own MachineFu...
2004-08-17 Misha BrukmanUltra-doxygenify some function header comments.
2004-08-16 Chris LattnerFit into 80 lines, add a gross hack for MachineFunctionInfo
2004-07-08 Alkis EvlogimenosAdd viewCFG() and viewCFGOnly() APIs.
2004-07-01 Chris LattnerChange the implementation of the autonumbering for...
2004-06-04 Misha BrukmanClarify documentation and use correct doxygen comment...
2004-05-24 Tanya LattnerMoved MachineBasicBlock deconstructor to cpp file and...
2004-05-24 Tanya LattnerAdded MachineFunction parent* to MachineBasicBlock...
2004-05-12 Brian GaekeAdd a NextMBBNumber field w/ incrementing accessor...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
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)