summaryrefslogtreecommitdiff
path: root/tools/driver
Commit message (Expand)AuthorAge
* Refer to error_code with the std prefix.Rafael Espindola2014-06-12
* Include system_error directly.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-08
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* cc1as: invert return bool to indicate failureAlp Toker2014-05-31
* cc1as: fix a potential leak and unremoved output file in error conditionsAlp Toker2014-05-31
* Pass -gdwarf-N options to integrated assemblerOliver Stannard2014-05-19
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-15
* Update for llvm api change.Rafael Espindola2014-05-07
* Update Target::createMCAsmParser calls for the LLVM interface change.Evgeniy Stepanov2014-04-23
* CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=Justin Bogner2014-04-18
* Comment necessity of early initializationDavid Blaikie2014-03-31
* DebugInfo compression: Enable compression before any sections are created.David Blaikie2014-03-31
* clang/tools/driver/Makefile: Quick fix corresponding to r205181.NAKAMURA Takumi2014-03-31
* Support for -Wa,-compress-debug-sections.David Blaikie2014-03-27
* static link pollySebastian Pop2014-03-14
* Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner2014-03-12
* CodeGen: Use a binary format for instrumentation based profilingJustin Bogner2014-03-12
* Check for LLVM_ON_WIN32 instead of _WIN32.Hans Wennborg2014-03-12
* Be case sensitive when determining driver mode based on argv[0] except on Win...Hans Wennborg2014-03-11
* Replace CLANG_IS_PRODUCTION with CLANG_PLUGIN_SUPPORT.Rafael Espindola2014-03-10
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Add an option to disable plugins in clang.Rafael Espindola2014-03-08
* Revert "Add an option to disable plugins in clang."Rafael Espindola2014-03-08
* Add an option to disable plugins in clang.Rafael Espindola2014-03-08
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-07
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Update for llvm api change.Rafael Espindola2014-02-24
* Remove support for the QA_OVERRIDE_GCC3_OPTIONS environment variable.Bob Wilson2014-02-23
* Update for llvm api change.Rafael Espindola2014-02-05
* [CMake] clang doesn't care whether CLANG_ENABLE_*(s) were set or not.NAKAMURA Takumi2014-01-31
* Update for llvm api change.Rafael Espindola2014-01-26
* [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi2014-01-19
* Rename QA_OVERRIDE_GCC3_OPTIONS to CCC_OVERRIDE_OPTIONS. <rdar://14578381>Bob Wilson2014-01-15
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* CMake separate projects: finish output-directory changes.Douglas Gregor2014-01-02
* CMake: Unbreak separated LLVM/Clang project builds for Xcode.Douglas Gregor2014-01-02
* Port r198088 (set NO_DEAD_STRIP for clang) from make to cmake.Nico Weber2013-12-30
* Set NO_DEAD_STRIP for clang after llvm r198087.Nico Weber2013-12-27
* Bury leaked pointers in a global array to silence a leak detector in --disabl...Kostya Serebryany2013-12-27
* [CMake] Introduce CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi2013-12-16
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* Add ObjCARCOpts to LINK_COMPONENTS.NAKAMURA Takumi2013-12-10
* This patch modified ExeBasename as clang-cl.exe to match the preceding comment.Yaron Keren2013-11-06
* Driver: Use the canonical command line arguments.David Majnemer2013-10-07
* Fix up fallout from r187156.Bob Wilson2013-09-26
* Fix the MCTargetAsmParser API change.Joey Gouly2013-09-12
* Update to the new API interface which requires the MCRegisterInfo object. <rd...Bill Wendling2013-09-09