1. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
  2. 3687a5d Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cpp, getClangFullVendorVersion(). by Ted Kremenek · 15 years ago
  3. 5b8cdb5 Allow customization for the version line. by Mike Stump · 15 years ago
  4. 14ea569 Installation of Clang libraries and headers, from Axel Naumann! by Douglas Gregor · 15 years ago
  5. 55bac53 Revert r83443. by Ted Kremenek · 15 years ago
  6. 44da821 Fixup pathnames. by Mike Stump · 15 years ago
  7. b8d1191 Provide a common set of routines in Version.h that return Subversion by Douglas Gregor · 15 years ago
  8. 7ebe971 Don't install Clang libraries. by Douglas Gregor · 15 years ago
  9. af97937 Fix rare failure of .ver-svn creation, it has a dependency that the output by Daniel Dunbar · 15 years ago
  10. a44ae13 Remove dead code. by Mike Stump · 15 years ago
  11. 71061bf strictly evaluate SVN_REVISION so that svnversion is run once instead of 4 times. by Chris Lattner · 15 years ago
  12. c8ea24e Make -j8 safe. by Mike Stump · 15 years ago
  13. 8f12e27 Move generated file to ObjDir. by Mike Stump · 15 years ago
  14. 8944c38 Add revision information. by Mike Stump · 15 years ago
  15. 5d023c3 Improve version number. by Mike Stump · 15 years ago
  16. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  17. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 15 years ago
  18. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 15 years ago
  19. fd54ebc add a libDriver, for now only move the text diangostics stuff from Driver to there by Nico Weber · 16 years ago