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