Changes For Bug 352
[oota-llvm.git] / include / llvm / CodeGen / MachineBasicBlock.h
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-27 Alkis EvlogimenosAdd MachineBasicBlock2IndexFunctor. This is useful...
2004-07-31 Chris LattnerExpose some helpful methods
2004-07-31 Chris LattnerAdd some machine CFG related stuff
2004-06-08 Brian GaekeAdd a forwarding method pop_front() that allows you...
2004-05-24 Tanya LattnerMoved MachineBasicBlock deconstructor to cpp file and...
2004-05-24 Tanya LattnerAdded MachineFunction parent* to MachineBasicBlock...
2004-05-12 Brian GaekeFix a comment.
2004-05-12 Brian GaekeAdd a Number field w/ accessor method, for function...
2004-05-02 Brian GaekeChris told me to take these assertions out a few days...
2004-05-01 Chris LattnerMove the GraphTraits for MachineBasicBlocks to the...
2004-04-28 Brian GaekeAdd pred./succ. list size methods.
2004-04-28 Brian GaekeMove private methods to end of class decl at Chris...
2004-04-28 Brian GaekeFix thinkos that Chris caught for me.
2004-04-28 Brian GaekeAdd machine-code CFG support: MachineBasicBlocks may...
2004-03-31 Brian GaekeAdd clear() forwarding method.
2004-03-31 Chris LattnerMachineBasicBlock::remove should not change the iterato...
2004-02-23 Alkis EvlogimenosRefactor rewinding code for finding the first terminato...
2004-02-19 Chris LattnerAdd a MachineBasicBlock::getParent() method
2004-02-18 Chris Lattnereliminate a pair of really inefficient methods now...
2004-02-16 Alkis EvlogimenosAdd LeakDetection to MachineInstr.
2004-02-13 Alkis EvlogimenosMark MachineBasicBlock::operator[] deprecated.
2004-02-13 Brian GaekeInclude <iosfwd>.
2004-02-12 Alkis EvlogimenosMove ilist_trairs<MachineInstr> in MachineBasicBlock.
2004-02-12 Alkis EvlogimenosAdd parent pointer to MachineInstr that points to owning
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
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-07-26 Chris LattnerCode generation phases are not allowed to modify the...
2002-12-13 Chris LattnerGet rid of deprecated 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 LattnerRemvoe dead fixme and typedef
2002-10-28 Chris LattnerMachineBasicBlock doesn't need basicblock.h, it needs...
2002-10-28 Chris LattnerInline some methods from .cpp files into .h files,...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-27 Chris LattnerPrune #includes
2002-09-20 Vikram S. AdveAdd erase() method for a single element.
2002-07-08 Vikram S. AdveInterface to class MachineCodeForBasicBlock.