1. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  2. 91ce36c 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 · 13 years ago
  3. 721cffd Fix a typo 'iff' => 'if' by Sylvestre Ledru · 13 years ago
  4. 1362602 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  5. b25de3f eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  6. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  7. 01808ca Remove trailing whitespace by Misha Brukman · 21 years ago
  8. 3c42077 Fixes for PR341 by Chris Lattner · 21 years ago
  9. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  10. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  11. 44d2c35 Regularize header file comments by Chris Lattner · 22 years ago
  12. be4826e *** empty log message *** by Chris Lattner · 23 years ago
  13. 2675007 * Standardize how analysis results/passes as printed with the print() virtual by Chris Lattner · 23 years ago
  14. 78dd56f Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes by Chris Lattner · 24 years ago
  15. 83d485b * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 24 years ago
  16. ba1c1f2 Pull predecessor and successor iterators out of the CFG*.h files, and plop them into by Chris Lattner · 24 years ago
  17. bb09a10 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
  18. dec727e IntervalPartition & IntervalIterator classes have been split out into by Chris Lattner · 24 years ago
  19. 4c16155 Prepare for split between Interval, IntervalIterator, and IntervalIPartition by Chris Lattner · 24 years ago
  20. 34b62a0 Interval::HeaderNode is now accessed thorugh an accessor function by Chris Lattner · 24 years ago
  21. d79faa3 Implement the new Interval::isLoop method Implement destructor to free memory by Chris Lattner · 24 years ago
  22. 5035efa Add capability to build a derived interval graph by Chris Lattner · 24 years ago
  23. 28ae5cb Initial Checking of Interval handling code by Chris Lattner · 24 years ago