[PM/AA] Clean up and homogenize comments throughout basic-aa.
[oota-llvm.git] / lib / Analysis / Interval.cpp
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-07-15 Chris LattnerFixes for PR341
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2002-07-31 Chris Lattner*** empty log message ***
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-06-24 Chris LattnerIntervalPartition & IntervalIterator classes have been...
2001-06-24 Chris LattnerPrepare for split between Interval, IntervalIterator...
2001-06-22 Chris LattnerInterval::HeaderNode is now accessed thorugh an accesso...
2001-06-21 Chris LattnerImplement the new Interval::isLoop method
2001-06-20 Chris LattnerAdd capability to build a derived interval graph
2001-06-20 Chris LattnerInitial Checking of Interval handling code