1. 48666a6 [Analysis] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  2. aa20915 Apply clang-tidy's modernize-loop-convert to lib/Analysis. by Benjamin Kramer · 9 years ago
  3. 6c99015 Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges." by Duncan P. N. Exon Smith · 11 years ago
  4. d11beff [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges. by Manuel Jacob · 11 years ago
  5. 1305dc3 [Modules] Move CFG.h to the IR library as it defines graph traits over IR types. by Chandler Carruth · 12 years ago
  6. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  7. 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
  8. 721cffd Fix a typo 'iff' => 'if' by Sylvestre Ledru · 13 years ago
  9. 1362602 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  10. b25de3f eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  11. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  12. 01808ca Remove trailing whitespace by Misha Brukman · 20 years ago
  13. 3c42077 Fixes for PR341 by Chris Lattner · 21 years ago
  14. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  15. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  16. 44d2c35 Regularize header file comments by Chris Lattner · 22 years ago
  17. be4826e *** empty log message *** by Chris Lattner · 23 years ago
  18. 2675007 * Standardize how analysis results/passes as printed with the print() virtual by Chris Lattner · 23 years ago
  19. 78dd56f Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes by Chris Lattner · 23 years ago
  20. 83d485b * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into by Chris Lattner · 24 years ago
  21. ba1c1f2 Pull predecessor and successor iterators out of the CFG*.h files, and plop them into by Chris Lattner · 24 years ago
  22. bb09a10 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
  23. dec727e IntervalPartition & IntervalIterator classes have been split out into by Chris Lattner · 24 years ago
  24. 4c16155 Prepare for split between Interval, IntervalIterator, and IntervalIPartition by Chris Lattner · 24 years ago
  25. 34b62a0 Interval::HeaderNode is now accessed thorugh an accessor function by Chris Lattner · 24 years ago
  26. d79faa3 Implement the new Interval::isLoop method Implement destructor to free memory by Chris Lattner · 24 years ago
  27. 5035efa Add capability to build a derived interval graph by Chris Lattner · 24 years ago
  28. 28ae5cb Initial Checking of Interval handling code by Chris Lattner · 24 years ago