summaryrefslogtreecommitdiffstats
path: root/clang/tools/driver
Commit message (Expand)AuthorAgeFilesLines
* [Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...Alexandre Ganea2020-03-131-7/+15
* [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea2020-02-122-2/+4
* Clang] Fix expansion of response files in -Wp after integrated-cc1 changeAlexandre Ganea2020-01-231-9/+13
* Replace CLANG_SPAWN_CC1 env var with a driver mode flagNico Weber2020-01-161-24/+23
* [Clang][Driver] Re-use the calling process instead of creating a new process ...Alexandre Ganea2020-01-131-6/+37
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-022-15/+0
* [Support] Add TimeTraceScope constructor without detail argRussell Gallop2019-12-111-1/+1
* [Support] Add ProcName to TimeTraceProfilerRussell Gallop2019-12-031-1/+1
* [NFC] Add SUPPORT_PLUGINS to add_llvm_executable()David Tenty2019-11-061-3/+3
* Revert "[NFC] Rename LLVM_NO_DEAD_STRIP"David Tenty2019-10-301-2/+2
* [NFC] Rename LLVM_NO_DEAD_STRIPDavid Tenty2019-10-251-2/+2
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+3
* 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
OpenPOWER on IntegriCloud