aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
AgeCommit message (Expand)Author
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall
2011-06-02Reverts the Tooling changes as requested by Chris.Manuel Klimek
2011-04-30Add lib/Tooling to the Makefile build.Nico Weber
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek
2010-12-23Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis
2010-08-24Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl
2010-06-30Move lib/Runtime to runtime/, and build after everything else.Daniel Dunbar
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2010-01-19Initial cut at integrating compiler-rt (on Darwin) w/ clang build.Daniel Dunbar
2009-07-05Introduce the 'Index' library.Argyrios Kyrtzidis
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
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner