Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Support / CFG.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-11 Chris LattnerAdd a new use_iterator::atEnd() method, which allows...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-01 Chris LattnerSwitch from using an ilist for uses to using a custom...
2004-09-01 Reid SpencerChanges For Bug 352
2004-05-21 Chris LattnerStarting an identifier with an _ is not legal C/C+...
2004-05-01 Chris LattnerMove the GraphTraits for MachineBasicBlocks to the...
2004-04-29 Brian GaekeAdd machine-CFG graph traits specializations.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-10 Chris LattnerNo really, I'm not on crack
2003-11-10 Chris LattnerHelper method
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-26 Chris LattnerRevert last checkin. Note that PHI nodes can use basic...
2003-04-25 Chris LattnerRemove long-dead obsolete cruft
2002-10-10 Chris LattnerExpose API to graph library to allow iteration over...
2002-10-07 Chris LattnerFix bug in last checkin
2002-10-07 Chris LattnerImplement operator= for SuccIterators
2002-07-24 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...