aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Makefile
AgeCommit message (Expand)Author
2010-07-18BUILD_ARCHIVE is the default for libraries, no need to set it.Chris Lattner
2010-06-08Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-01-24-fno-rtti is now the default.Chris Lattner
2010-01-22Move version string generation (e.g., "clang 1.1 ...") to libBasic/Version.cp...Ted Kremenek
2009-10-09Allow customization for the version line.Mike Stump
2009-10-08Installation of Clang libraries and headers, from Axel Naumann!Douglas Gregor
2009-10-07Revert r83443.Ted Kremenek
2009-10-07Fixup pathnames.Mike Stump
2009-10-05Provide a common set of routines in Version.h that return SubversionDouglas Gregor
2009-08-23Don't install Clang libraries.Douglas Gregor
2009-06-01Fix rare failure of .ver-svn creation, it has a dependency that the outputDaniel Dunbar
2009-03-26Remove dead code.Mike Stump
2009-03-20strictly evaluate SVN_REVISION so that svnversion is run once instead of 4 ti...Chris Lattner
2009-03-18Make -j8 safe.Mike Stump
2009-03-18Move generated file to ObjDir.Mike Stump
2009-03-18Add revision information.Mike Stump
2009-03-18Improve version number.Mike Stump
2009-03-16Build system changes to use TableGen to generate the variousDouglas Gregor
2009-03-02Stub out some structure for C++ driver.Daniel Dunbar
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar
2008-08-05add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber