aboutsummaryrefslogtreecommitdiff
path: root/tools/driver/Makefile
AgeCommit message (Expand)Author
2013-03-26Manually specify the link dependencies. Turns out that all the work onChandler Carruth
2012-12-13Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky
2012-11-27Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola
2012-09-01Tweak link order to hopefully resolve a buildbot failure.Ted Kremenek
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth
2012-06-20Structured comment parsing, first step.Dmitri Gribenko
2012-04-13Kill the last vestiges of clangIndexDouglas Gregor
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne
2011-10-04Rip out flags for controlling C++ "production mode" separately.Bob Wilson
2011-06-28Revert unintentional commit.Eli Friedman
2011-06-27Merge some calls to FoldingSetNodeID::AddInteger; assuming my measurements ar...Eli Friedman
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall
2011-04-21Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky
2011-02-14[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis
2011-01-10Revert r123160. There are linking dependency problems.Zhongxing Xu
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: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis
2010-09-16build: Add support for a CLANG_ORDER_FILE build variable to specify the path toDaniel Dunbar
2010-09-10Driver: Set TOOL_NO_EXPORTS when building a "production" compiler, we don'tDaniel Dunbar
2010-08-24Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne
2010-08-20Another step in the process of making the parser depend on Sema:John McCall
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-07-19Reapply r108617.Zhongxing Xu
2010-07-17Revert r108617, it broke the build.Benjamin Kramer
2010-07-17Prepare the analyzer for the callee in another translation unit:Zhongxing Xu
2010-07-15build/Darwin: Enable version information for clang executable.Daniel Dunbar
2010-07-10Clang do so have plugins, we can't prune exports. Fixes plugin support.Nick Lewycky
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-06-07Frontend: Add CodeGenAction support for handling LLVM IR. - This magically e...Daniel Dunbar
2010-04-01Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar
2010-03-12Allow users to set CPPFLAGS and CXXFLAGS on the make command line.Jeffrey Yasskin
2010-01-29Fix linking problem on Linux.Zhongxing Xu
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2010-01-24-fno-rtti is now the default.Chris Lattner
2010-01-18Don't build/install clang++ in CLANG_IS_PRODUCTION build mode yet.Daniel Dunbar
2009-12-11Implement clang -cc1.Daniel Dunbar
2009-11-30Put CompilerInvocation testing code in clang-cc instead of clang for now, I c...Daniel Dunbar
2009-11-19Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation.Daniel Dunbar
2009-11-19Use TOOLALIAS so that clang++ gets 'built'.Daniel Dunbar
2009-09-22Push "clang-is-production" logic up to tools/driver, and make it hittable byDaniel Dunbar
2009-03-24Rename clang-driver to clang.Daniel Dunbar
2009-03-24Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar
2009-03-18Driver: Use custom diag printer to drop dependency on libFrontend andDaniel Dunbar