aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Makefile
AgeCommit message (Expand)Author
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