aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineFunction.h
AgeCommit message (Expand)Author
2004-05-12Add a NextMBBNumber field w/ incrementing accessor method, forBrian Gaeke
2004-02-12Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos
2003-12-20Rearrange code, indent for the namespace, add the createMachineFunctionPrinte...Chris Lattner
2003-12-20Remove sparc specific passes from public headersChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-08-13Factory methods for FunctionPasses now return type FunctionPass *.Brian Gaeke
2003-01-14Move annotation to support libraryChris Lattner
2003-01-13* Add a constant pool to hold per-function constants which must be spilled to...Chris Lattner
2002-12-28Rename FunctionFrameInfo to MachineFrameInfoChris Lattner
2002-12-28* Pull a bunch of frame and constant pool state out into a newChris Lattner
2002-12-25Remove dependency on SSARegMap.hChris Lattner
2002-11-22Set SSARegMap to NULL after deleting it.Misha Brukman
2002-11-20SSARegMap -- the mapping between SSARegisters and their RegisterClasses, whichMisha Brukman
2002-10-30Improve comments, add methods for structured printingChris Lattner
2002-10-29Add methodChris Lattner
2002-10-29Remove unneeded #includeChris Lattner
2002-10-28Iterator functions now line up together.Misha Brukman
2002-10-28s/method/functionChris Lattner
2002-10-28Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner
2002-10-28Add BasicBlock list to MchineFunction that will eventually be the onlyChris Lattner
2002-10-28MachineFunction.h now includes MachineBasicBlock.h in preparation forChris Lattner
2002-10-28Add note about state that should be removed when time permitsChris Lattner
2002-10-28Add prototypes for creation/destruction passesChris Lattner
2002-10-28Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman
2002-07-24Non-standard hash classes are not in the std:: namespaceChris Lattner
2002-07-24*** empty log message ***Chris Lattner
2002-04-25Optional args are no longer allocated as they are discovered.Vikram S. Adve
2002-03-31Include temp. values when computing max. size of stack frame!Vikram S. Adve
2002-03-24Fix padding when allocating local variables on stack.Vikram S. Adve
2002-03-23Rename Method to FunctionChris Lattner
2002-03-18Added function computeOffsetforLocalVar to check how big theVikram S. Adve
2002-02-03Code pulled out of MAchineInstr.(h|cpp)Chris Lattner