summaryrefslogtreecommitdiff
path: root/tools/driver/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-5/+2
* CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=Justin Bogner2014-04-181-1/+1
* clang/tools/driver/Makefile: Quick fix corresponding to r205181.NAKAMURA Takumi2014-03-311-1/+1
* Replace CLANG_IS_PRODUCTION with CLANG_PLUGIN_SUPPORT.Rafael Espindola2014-03-101-9/+8
* Set NO_DEAD_STRIP for clang after llvm r198087.Nico Weber2013-12-271-0/+3
* Add ObjCARCOpts to LINK_COMPONENTS.NAKAMURA Takumi2013-12-101-1/+2
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+1
* Manually specify the link dependencies. Turns out that all the work onChandler Carruth2013-03-261-1/+1
* Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2012-12-131-6/+16
* Remove some dead code. CLANG_IS_PRODUCTION is now just a build flag andRafael Espindola2012-11-271-5/+0
* Tweak link order to hopefully resolve a buildbot failure.Ted Kremenek2012-09-011-1/+1
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+2
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-201-1/+1
* Structured comment parsing, first step.Dmitri Gribenko2012-06-201-1/+1
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-131-1/+1
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-061-1/+1
* Add support for lazily linking bitcode files (using a newPeter Collingbourne2011-10-301-1/+1
* Rip out flags for controlling C++ "production mode" separately.Bob Wilson2011-10-041-9/+0
* Revert unintentional commit.Eli Friedman2011-06-281-0/+8
* Merge some calls to FoldingSetNodeID::AddInteger; assuming my measurements ar...Eli Friedman2011-06-271-8/+0
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-151-1/+1
* Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (atNick Lewycky2011-04-211-1/+1
* [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...Argyrios Kyrtzidis2011-02-141-1/+2
* Revert r123160. There are linking dependency problems.Zhongxing Xu2011-01-101-1/+2
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-231-1/+1
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-231-1/+1
* [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own libr...Argyrios Kyrtzidis2010-12-221-1/+1
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-221-1/+1
* build: Add support for a CLANG_ORDER_FILE build variable to specify the path toDaniel Dunbar2010-09-161-0/+4
* Driver: Set TOOL_NO_EXPORTS when building a "production" compiler, we don'tDaniel Dunbar2010-09-101-0/+6
* Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne2010-08-241-3/+4
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-2/+2
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-3/+3
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-3/+3
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-3/+3
* Reapply r108617.Zhongxing Xu2010-07-191-2/+2
* Revert r108617, it broke the build.Benjamin Kramer2010-07-171-2/+2
* Prepare the analyzer for the callee in another translation unit:Zhongxing Xu2010-07-171-2/+2
* build/Darwin: Enable version information for clang executable.Daniel Dunbar2010-07-151-0/+26
* Clang do so have plugins, we can't prune exports. Fixes plugin support.Nick Lewycky2010-07-101-3/+0
* Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar2010-06-081-1/+0
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-081-3/+3
* Frontend: Add CodeGenAction support for handling LLVM IR. - This magically e...Daniel Dunbar2010-06-071-1/+2
* Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enableDaniel Dunbar2010-04-011-1/+7
* Allow users to set CPPFLAGS and CXXFLAGS on the make command line.Jeffrey Yasskin2010-03-121-1/+1
* Fix linking problem on Linux.Zhongxing Xu2010-01-291-2/+2
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-3/+3
* -fno-rtti is now the default.Chris Lattner2010-01-241-1/+0
* Don't build/install clang++ in CLANG_IS_PRODUCTION build mode yet.Daniel Dunbar2010-01-181-0/+2
* Implement clang -cc1.Daniel Dunbar2009-12-111-8/+13