summaryrefslogtreecommitdiffstats
path: root/lib/Driver/Makefile
Commit message (Expand)AuthorAgeFilesLines
* BUILD_ARCHIVE is the default for libraries, no need to set it.Chris Lattner2010-07-181-1/+0
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-081-2/+0
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-2/+2
* -fno-rtti is now the default.Chris Lattner2010-01-241-1/+0
* Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp...Ted Kremenek2010-01-221-3/+0
* Allow customization for the version line.Mike Stump2009-10-091-0/+3
* Installation of Clang libraries and headers, from Axel Naumann!Douglas Gregor2009-10-081-3/+0
* Revert r83443.Ted Kremenek2009-10-071-2/+2
* Fixup pathnames.Mike Stump2009-10-071-2/+2
* Provide a common set of routines in Version.h that return SubversionDouglas Gregor2009-10-051-12/+2
* Don't install Clang libraries.Douglas Gregor2009-08-231-0/+2
* Fix rare failure of .ver-svn creation, it has a dependency that the outputDaniel Dunbar2009-06-011-1/+1
* Remove dead code.Mike Stump2009-03-261-1/+1
* strictly evaluate SVN_REVISION so that svnversion is run once instead of 4 ti...Chris Lattner2009-03-201-3/+5
* Make -j8 safe.Mike Stump2009-03-181-1/+1
* Move generated file to ObjDir.Mike Stump2009-03-181-4/+4
* Add revision information.Mike Stump2009-03-181-1/+9
* Improve version number.Mike Stump2009-03-181-1/+1
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-161-1/+1
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-021-0/+18
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-22/+0
* add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber2008-08-051-0/+22