summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver
Commit message (Expand)AuthorAgeFilesLines
...
* Link to AggressiveInstCombine in a few places. Unbreaks build for me.Roman Lebedev2018-04-241-0/+1
* Use InitLLVM in clang as well.Rui Ueyama2018-04-131-15/+4
* Recommit r329442: Generate Libclang invocation reproducers using a newAlex Lorenz2018-04-073-0/+201
* Revert r329442 "Generate Libclang invocation reproducers using a newAlex Lorenz2018-04-063-201/+0
* Generate Libclang invocation reproducers using a new -cc1gen-reproducerAlex Lorenz2018-04-063-0/+201
* [Driver] Avoid invalidated iterator in insertTargetAndModeArgsSerge Pavlov2018-03-191-4/+5
* [Driver] Suggest valid integrated toolsBrian Gesiak2018-01-151-1/+2
* [Driver] Add "did you mean?" suggestions to -cc1asBrian Gesiak2018-01-131-1/+7
* 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
OpenPOWER on IntegriCloud