1. 62462c2 remove use of compat_iterator. by Chris Lattner · 21 years ago
  2. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  3. 597555f Be compatible with IA64 by Chris Lattner · 21 years ago
  4. f6118db Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  5. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  6. 7b0368ee Add two missing returns, which caused us to be very pessimistic about the by Chris Lattner · 22 years ago
  7. ce74c2f getNodes() is gone, use node_begin/end instead by Chris Lattner · 22 years ago
  8. 9e87655 Fine-grainify namespaces for this library by Chris Lattner · 22 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. 6e739d0 Use std::string::size_type for for ColonPos to stop gcc from giving a warning by Alkis Evlogimenos · 22 years ago
  12. 1cde34a Fix another minor bug by Chris Lattner · 22 years ago
  13. d504c33 Dont' try to parse the colon by Chris Lattner · 22 years ago
  14. 39e89fe Add a more general check-flags which can be used to ensure arbitrary flags are set by Chris Lattner · 22 years ago
  15. 992abda Add support for ensuring that nodes are not incomplete by Chris Lattner · 22 years ago
  16. 0aca3e7 Add print method to not get silly warning from analyze by Chris Lattner · 22 years ago
  17. 5da440b New pass which is useful for writing regression tests by Chris Lattner · 22 years ago