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