1. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  2. 94c2271 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767 by Sylvestre Ledru · 12 years ago
  3. 7e2c793 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 12 years ago
  4. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 15 years ago
  5. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 15 years ago
  6. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  7. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  8. 1ff1ff7 Fixes for PR341 by Chris Lattner · 20 years ago
  9. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  10. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  11. cf3056d Regularize header file comments by Chris Lattner · 21 years ago
  12. 1b0a63f *** empty log message *** by Chris Lattner · 22 years ago
  13. a59cbb2 * Standardize how analysis results/passes as printed with the print() virtual by Chris Lattner · 22 years ago
  14. 1b7f7dc Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes by Chris Lattner · 22 years ago
  15. 455889a * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 23 years ago
  16. f0604b8 Pull predecessor and successor iterators out of the CFG*.h files, and plop them into by Chris Lattner · 23 years ago
  17. 3ff4387 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 23 years ago
  18. 107109c IntervalPartition & IntervalIterator classes have been split out into by Chris Lattner · 23 years ago
  19. a0eb461 Prepare for split between Interval, IntervalIterator, and IntervalIPartition by Chris Lattner · 23 years ago
  20. a4ef933 Interval::HeaderNode is now accessed thorugh an accessor function by Chris Lattner · 23 years ago
  21. 1c54f1d Implement the new Interval::isLoop method Implement destructor to free memory by Chris Lattner · 23 years ago
  22. ed465bc Add capability to build a derived interval graph by Chris Lattner · 23 years ago
  23. 2275c1d Initial Checking of Interval handling code by Chris Lattner · 23 years ago