1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  3. 1ff1ff7 Fixes for PR341 by Chris Lattner · 20 years ago
  4. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  5. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  6. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  7. 1b0a63f *** empty log message *** by Chris Lattner · 22 years ago
  8. a59cbb2 * Standardize how analysis results/passes as printed with the print() virtual by Chris Lattner · 22 years ago
  9. 1b7f7dc Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes by Chris Lattner · 22 years ago
  10. 455889a * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 23 years ago
  11. f0604b8 Pull predecessor and successor iterators out of the CFG*.h files, and plop them into by Chris Lattner · 23 years ago
  12. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 23 years ago
  13. 107109c IntervalPartition & IntervalIterator classes have been split out into by Chris Lattner · 23 years ago
  14. a0eb461 Prepare for split between Interval, IntervalIterator, and IntervalIPartition by Chris Lattner · 23 years ago
  15. a4ef933 Interval::HeaderNode is now accessed thorugh an accessor function by Chris Lattner · 23 years ago
  16. 1c54f1d Implement the new Interval::isLoop method Implement destructor to free memory by Chris Lattner · 23 years ago
  17. ed465bc Add capability to build a derived interval graph by Chris Lattner · 23 years ago
  18. 2275c1d Initial Checking of Interval handling code by Chris Lattner · 23 years ago