summaryrefslogtreecommitdiffstats
path: root/tools/driver
Commit message (Expand)AuthorAgeFilesLines
* [Driver] Statically link tools into clang executableNikolai Kosjar2018-05-022-0/+18
* Update clang cc1as for createMCAsmBackend change in r321692Alex Bradbury2018-01-031-3/+2
* [clang] Use PRIVATE in target_link_librariesShoaib Meenai2017-12-061-1/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+3
* Update cc1as_main for MCCodeEmitter ownership change in r315531.Lang Hames2017-10-111-1/+1
* Update cc1as_main for MCAsmBackend ownership change in r315410.Lang Hames2017-10-111-2/+2
* Put target deduced from executable name at the start of argument listSerge Pavlov2017-09-201-2/+9
* Use class to pass information about executable nameSerge Pavlov2017-08-291-18/+12
* Update for llvm change.Rafael Espindola2017-08-021-1/+1
* Update after LLVM change r309087George Rimar2017-07-261-1/+2
* [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