summaryrefslogtreecommitdiff
path: root/tools/driver
AgeCommit message (Expand)Author
2018-01-03Update clang cc1as for createMCAsmBackend change in r321692Alex Bradbury
2017-12-06[clang] Use PRIVATE in target_link_librariesShoaib Meenai
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-10-11Update cc1as_main for MCCodeEmitter ownership change in r315531.Lang Hames
2017-10-11Update cc1as_main for MCAsmBackend ownership change in r315410.Lang Hames
2017-09-20Put target deduced from executable name at the start of argument listSerge Pavlov
2017-08-29Use class to pass information about executable nameSerge Pavlov
2017-08-02Update for llvm change.Rafael Espindola
2017-07-26Update after LLVM change r309087George Rimar
2017-06-30[Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer
2017-06-23Revert "Revert r305164/5/7."Saleem Abdulrasool
2017-06-16[Driver] Do a PATH lookup if needed when using -no-canonical-prefixesPetr Hosek
2017-06-12Revert r305164/5/7.Daniel Jasper
2017-06-11Driver: add support for `-gz` and `-gz=`Saleem Abdulrasool
2017-06-09Represent debug information compression type fullySaleem Abdulrasool
2017-05-24Driver must return non-zero code on errors in command lineSerge Pavlov
2017-05-11Reverted r302775Serge Pavlov
2017-05-11Driver must return non-zero code on errors in command lineSerge Pavlov
2017-04-19Fix a leak in tools/driver/cc1as_main.cppKostya Serebryany
2017-04-12[Driver] Add compiler option to generate a reproducerBruno Cardoso Lopes
2017-03-16Create msbuild only when using MSVCReid Kleckner
2017-02-18Cleanup: use range-based for rather than separate calls to begin and end.Richard Smith
2017-01-09[clang] Enable using --section-ordering-file option of ld.goldAlexander Shaposhnikov
2016-12-06[clang] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang
2016-12-01[clang] Implement support for -defsym assembler optionMandeep Singh Grang
2016-11-19[CMake] Fixing clang standalone buildChris Bieneman
2016-11-18[CMake] clang depends on intrinsics_genChris Bieneman
2016-11-18[CMake] Fixing variable names that were mistypedChris Bieneman
2016-11-03Remove the unused POLLY_LINK_LIBS for linking polly into clangHongbin Zheng
2016-10-15Disable a silly GCC diagnostic for combining a scanf length specifier with theRichard Smith
2016-10-14[linux] When pre-reserving stack pages to work around broken address spaceRichard Smith
2016-10-02[cmake] Install 'clang-cpp' symlinkMichal Gorny
2016-09-06[clang-cl] Check that we are in clang cl mode before enabling support for the...Pierre Gousseau
2016-08-23driver: Support checking for rlimits via cmake (when bootstrapping)Chris Bieneman
2016-08-19[Driver] Remove unused #include of llvm/Support/config.hVedant Kumar
2016-08-18Use __has_include rather than a configure-time macro to determine ifRichard Smith
2016-08-18Revert "[Driver] Use llvm-config.h, not config.h to unbreak out-of-tree builds"Vedant Kumar
2016-08-18[Driver] Use llvm-config.h, not config.h to unbreak out-of-tree buildsVedant Kumar
2016-08-17Add missing close brace to fix Windows bots. Oops :(Richard Smith
2016-08-17If possible, set the stack rlimit to at least 8MiB on cc1 startup, and workRichard Smith
2016-08-16[CMake] Fixing typo in Info.plist generationChris Bieneman
2016-08-11[Order Files] Don't use empty order filesChris Bieneman
2016-07-25[cc1as] Add MCTargetOptions argument to createAsmBackendJoel Jones
2016-07-18[NFC] Header cleanupMehdi Amini
2016-06-15cc1_main: Do not print statistics twice in -disable_free mode.Matthias Braun
2016-06-09Update to match LLVM r272232.Richard Smith
2016-05-29Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola
2016-05-27Update for following LLVM commit.George Rimar
2016-05-18Update for llvm change.Rafael Espindola
2016-04-25driver: Add a `--rsp-quoting` flag to pick response file quoting.Nico Weber