summaryrefslogtreecommitdiffstats
path: root/tools/driver
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer2017-06-301-1/+1
* Revert "Revert r305164/5/7."Saleem Abdulrasool2017-06-231-3/+16
* [Driver] Do a PATH lookup if needed when using -no-canonical-prefixesPetr Hosek2017-06-161-2/+9
* Revert r305164/5/7.Daniel Jasper2017-06-121-16/+3
* Driver: add support for `-gz` and `-gz=`Saleem Abdulrasool2017-06-111-3/+16
* Represent debug information compression type fullySaleem Abdulrasool2017-06-091-4/+6
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-241-27/+28
* Reverted r302775Serge Pavlov2017-05-111-28/+27
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-111-27/+28
* Fix a leak in tools/driver/cc1as_main.cppKostya Serebryany2017-04-191-2/+2
* [Driver] Add compiler option to generate a reproducerBruno Cardoso Lopes2017-04-121-2/+3
* Create msbuild only when using MSVCReid Kleckner2017-03-161-1/+1
* Cleanup: use range-based for rather than separate calls to begin and end.Richard Smith2017-02-181-6/+4
* [clang] Enable using --section-ordering-file option of ld.goldAlexander Shaposhnikov2017-01-091-8/+12
* [clang] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang2016-12-061-4/+7
* [clang] Implement support for -defsym assembler optionMandeep Singh Grang2016-12-011-0/+12
* [CMake] Fixing clang standalone buildChris Bieneman2016-11-191-1/+5
* [CMake] clang depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* [CMake] Fixing variable names that were mistypedChris Bieneman2016-11-181-1/+1
* Remove the unused POLLY_LINK_LIBS for linking polly into clangHongbin Zheng2016-11-031-5/+0
* Disable a silly GCC diagnostic for combining a scanf length specifier with theRichard Smith2016-10-151-0/+10
* [linux] When pre-reserving stack pages to work around broken address spaceRichard Smith2016-10-141-7/+35
* [cmake] Install 'clang-cpp' symlinkMichal Gorny2016-10-021-1/+1
* [clang-cl] Check that we are in clang cl mode before enabling support for the...Pierre Gousseau2016-09-061-1/+1
* driver: Support checking for rlimits via cmake (when bootstrapping)Chris Bieneman2016-08-231-5/+3
* [Driver] Remove unused #include of llvm/Support/config.hVedant Kumar2016-08-191-1/+0
* Use __has_include rather than a configure-time macro to determine ifRichard Smith2016-08-181-2/+7
* Revert "[Driver] Use llvm-config.h, not config.h to unbreak out-of-tree builds"Vedant Kumar2016-08-181-1/+1
* [Driver] Use llvm-config.h, not config.h to unbreak out-of-tree buildsVedant Kumar2016-08-181-1/+1
* Add missing close brace to fix Windows bots. Oops :(Richard Smith2016-08-171-1/+1
* If possible, set the stack rlimit to at least 8MiB on cc1 startup, and workRichard Smith2016-08-171-0/+65
* [CMake] Fixing typo in Info.plist generationChris Bieneman2016-08-161-1/+1
* [Order Files] Don't use empty order filesChris Bieneman2016-08-111-2/+9
* [cc1as] Add MCTargetOptions argument to createAsmBackendJoel Jones2016-07-251-2/+4
* [NFC] Header cleanupMehdi Amini2016-07-181-3/+1
* cc1_main: Do not print statistics twice in -disable_free mode.Matthias Braun2016-06-151-2/+0
* Update to match LLVM r272232.Richard Smith2016-06-093-14/+2
* Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola2016-05-291-0/+4
* Update for following LLVM commit.George Rimar2016-05-271-1/+1
* Update for llvm change.Rafael Espindola2016-05-181-6/+5
* driver: Add a `--rsp-quoting` flag to pick response file quoting.Nico Weber2016-04-251-5/+12
* MarkEOLs should only be true for clang-cl.exe.Stephen Hines2016-04-201-5/+13
* cc1as: Don't crash when CIE is requested and no DWARF version is specified.Adrian Prantl2016-04-191-1/+1
* [Perf-Training] Reworked workflow improvements for order-file generationChris Bieneman2016-04-081-2/+19
* [Order Files] Fix order file usageChris Bieneman2016-03-291-1/+1
* [cmake] Revert r260742 (and r260744) to improve order file support.Chandler Carruth2016-02-171-18/+2
* Reduce the number of implicit StringRef->std::string conversions by threading...Benjamin Kramer2016-02-131-1/+1
* [CMake] Improve the clang order-file generation workflowChris Bieneman2016-02-121-2/+18
* [CMake] One more try to make CMake clean up after itselfChris Bieneman2016-02-051-1/+1
* Revert "[CMake] Improve the clang order-file generation workflow"Chris Bieneman2016-02-051-5/+1