1. 94a8d77 slightly more useful error message by Andrew Lenharth · 19 years ago
  2. 6d79623 implement some prototypes by Chris Lattner · 20 years ago
  3. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  4. 84b80a2 remove use of compat_iterator. by Chris Lattner · 20 years ago
  5. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  6. f99947c Be compatible with IA64 by Chris Lattner · 21 years ago
  7. 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 21 years ago
  8. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  9. 4e46e32 Add two missing returns, which caused us to be very pessimistic about the by Chris Lattner · 21 years ago
  10. e92e764 getNodes() is gone, use node_begin/end instead by Chris Lattner · 21 years ago
  11. 9a92729 Fine-grainify namespaces for this library by Chris Lattner · 22 years ago
  12. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  13. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  14. b5c1af4 Use std::string::size_type for for ColonPos to stop gcc from giving a warning by Alkis Evlogimenos · 22 years ago
  15. 1f2bbaa Fix another minor bug by Chris Lattner · 22 years ago
  16. e7e221a Dont' try to parse the colon by Chris Lattner · 22 years ago
  17. f2d0134 Add a more general check-flags which can be used to ensure arbitrary flags are set by Chris Lattner · 22 years ago
  18. 919ffbf Add support for ensuring that nodes are not incomplete by Chris Lattner · 22 years ago
  19. 889fb9d Add print method to not get silly warning from analyze by Chris Lattner · 22 years ago
  20. 5100dbb New pass which is useful for writing regression tests by Chris Lattner · 22 years ago