summaryrefslogtreecommitdiffstats
path: root/tools/driver
Commit message (Expand)AuthorAgeFilesLines
* cc1_main: fix -Wsign-compare on FreeBSDFangrui Song2018-07-251-2/+4
* Rewrite the VS integration scripts.Zachary Turner2018-07-201-4/+0
* Support -fdebug-prefix-map for assembler source (pass to cc1as). ThisPaul Robinson2018-07-101-0/+7
* Factor out Clang's desired 8MB stack size constant from the variousRichard Smith2018-07-031-14/+8
* [cmake] Add linker detection for Apple platformsShoaib Meenai2018-06-141-2/+2
* [cmake] Support LLD for CLANG_ORDER_FILEShoaib Meenai2018-06-021-2/+5
* [cmake] Use LLVM's check_linker_flagShoaib Meenai2018-06-021-8/+1
* Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ...Peter Collingbourne2018-05-221-14/+23
* Revert "CodeGen, Driver: Start using direct split dwarf emission in clang."Amara Emerson2018-05-221-23/+14
* CodeGen, Driver: Start using direct split dwarf emission in clang.Peter Collingbourne2018-05-211-14/+23
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-2/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-0/+3
* IWYU for llvm-config.h in clang. See r331124 for details.Nico Weber2018-04-302-1/+1
* s/LLVM_ON_WIN32/_WIN32/, clangNico Weber2018-04-271-2/+2
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-271-3/+0
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-0/+3
* [MC] Modify MCAsmStreamer to always build MCAssembler. NFCI.Nirav Dave2018-04-271-13/+18
* 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