summaryrefslogtreecommitdiff
path: root/tools/driver
Commit message (Expand)AuthorAgeFilesLines
* Remove rest of time-trace message as it is inconsistent styleRussell Gallop2019-10-101-2/+0
* Add missing null pointer check in -ftime-trace codeReid Kleckner2019-10-041-13/+14
* Decrease the verbosity of the -ftime-trace optionSylvestre Ledru2019-10-011-3/+0
* [Timers] Fix printing some `-ftime-report` sections twice. Fixes PR40328.Volodymyr Sapsai2019-09-183-0/+3
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-042-12/+11
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-2/+2
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-0/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-6/+6
* [clang] Add no-warn support for WaBrian Cain2019-08-081-0/+5
* [llvm-mc] Add reportWarning() to MCContextBrian Cain2019-08-081-2/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [Support] Fix `-ftime-trace-granularity` optionAnton Afanasyev2019-07-241-3/+4
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [Driver] Fix style issues of --print-supported-cpus after D63105Fangrui Song2019-06-291-5/+4
* [Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert2019-06-151-6/+6
* Add --print-supported-cpus flag for clang.Ziang Wan2019-06-141-0/+25
* Make sure a test from r363036 does not write into a working directoryIlya Biryukov2019-06-111-0/+2
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-111-0/+5
* Revert "[Support][Test] Time profiler: add regression test"Anton Afanasyev2019-06-071-5/+0
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-071-0/+5
* Revert rL362792 : [Support][Test] Time profiler: add regression testSimon Pilgrim2019-06-071-5/+0
* [Support][Test] Time profiler: add regression testAnton Afanasyev2019-06-071-0/+5
* Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI ...Eric Christopher2019-05-141-1/+2
* Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM...Fangrui Song2019-05-101-2/+1
* Time profiler: small fixes and optimizationsAnton Afanasyev2019-04-151-1/+1
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-1/+1
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-1/+23
* [RISCV] Pass -target-abi to -cc1asRoger Ferrer Ibanez2019-03-261-4/+9
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* [DWARF] Make -g with empty assembler source work better.Paul Robinson2019-03-011-1/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* [Driver] Add support for -fembed-bitcode for assembly fileSteven Wu2018-12-121-0/+23
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-171-3/+4
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-1/+1
* [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..."Fangrui Song2018-10-101-1/+2
* win: Omit ".exe" from clang and clang-cl driver-level diagnostics.Nico Weber2018-08-221-3/+3
* 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