| Commit message (Expand) | Author | Age | Files | Lines |
* | [Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp... | Alexandre Ganea | 2020-03-13 | 1 | -7/+15 |
* | [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error... | Alexandre Ganea | 2020-02-12 | 2 | -2/+4 |
* | Clang] Fix expansion of response files in -Wp after integrated-cc1 change | Alexandre Ganea | 2020-01-23 | 1 | -9/+13 |
* | Replace CLANG_SPAWN_CC1 env var with a driver mode flag | Nico Weber | 2020-01-16 | 1 | -24/+23 |
* | [Clang][Driver] Re-use the calling process instead of creating a new process ... | Alexandre Ganea | 2020-01-13 | 1 | -6/+37 |
* | Generalize the pass registration mechanism used by Polly to any third-party tool | serge_sans_paille | 2020-01-02 | 2 | -15/+0 |
* | [Support] Add TimeTraceScope constructor without detail arg | Russell Gallop | 2019-12-11 | 1 | -1/+1 |
* | [Support] Add ProcName to TimeTraceProfiler | Russell Gallop | 2019-12-03 | 1 | -1/+1 |
* | [NFC] Add SUPPORT_PLUGINS to add_llvm_executable() | David Tenty | 2019-11-06 | 1 | -3/+3 |
* | Revert "[NFC] Rename LLVM_NO_DEAD_STRIP" | David Tenty | 2019-10-30 | 1 | -2/+2 |
* | [NFC] Rename LLVM_NO_DEAD_STRIP | David Tenty | 2019-10-25 | 1 | -2/+2 |
* | [Mips] Use appropriate private label prefix based on Mips ABI | Mirko Brkusanin | 2019-10-23 | 1 | -2/+3 |
* | Remove rest of time-trace message as it is inconsistent style | Russell Gallop | 2019-10-10 | 1 | -2/+0 |
* | Add missing null pointer check in -ftime-trace code | Reid Kleckner | 2019-10-04 | 1 | -13/+14 |
* | Decrease the verbosity of the -ftime-trace option | Sylvestre Ledru | 2019-10-01 | 1 | -3/+0 |
* | [Timers] Fix printing some `-ftime-report` sections twice. Fixes PR40328. | Volodymyr Sapsai | 2019-09-18 | 3 | -0/+3 |
* | [Driver] Use shared singleton instance of DriverOptTable | Ilya Biryukov | 2019-09-04 | 2 | -12/+11 |
* | ArrayRef'ized CompilerInvocation::CreateFromArgs | Dmitri Gribenko | 2019-08-27 | 1 | -2/+2 |
* | Improve behavior in the case of stack exhaustion. | Richard Smith | 2019-08-26 | 1 | -0/+2 |
* | [Clang] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-14 | 2 | -6/+6 |
* | [clang] Add no-warn support for Wa | Brian Cain | 2019-08-08 | 1 | -0/+5 |
* | [llvm-mc] Add reportWarning() to MCContext | Brian Cain | 2019-08-08 | 1 | -2/+2 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -1/+1 |
* | [Support] Fix `-ftime-trace-granularity` option | Anton Afanasyev | 2019-07-24 | 1 | -3/+4 |
* | cmake: Add CLANG_LINK_CLANG_DYLIB option | Tom Stellard | 2019-07-03 | 1 | -1/+1 |
* | [Driver] Fix style issues of --print-supported-cpus after D63105 | Fangrui Song | 2019-06-29 | 1 | -5/+4 |
* | [Clang] Rename -split-dwarf-file to -split-dwarf-output | Aaron Puchert | 2019-06-15 | 1 | -6/+6 |
* | Add --print-supported-cpus flag for clang. | Ziang Wan | 2019-06-14 | 1 | -0/+25 |
* | Make sure a test from r363036 does not write into a working directory | Ilya Biryukov | 2019-06-11 | 1 | -0/+2 |
* | [Support][Test] Time profiler: add regression test | Anton Afanasyev | 2019-06-11 | 1 | -0/+5 |
* | Revert "[Support][Test] Time profiler: add regression test" | Anton Afanasyev | 2019-06-07 | 1 | -5/+0 |
* | [Support][Test] Time profiler: add regression test | Anton Afanasyev | 2019-06-07 | 1 | -0/+5 |
* | Revert rL362792 : [Support][Test] Time profiler: add regression test | Simon Pilgrim | 2019-06-07 | 1 | -5/+0 |
* | [Support][Test] Time profiler: add regression test | Anton Afanasyev | 2019-06-07 | 1 | -0/+5 |
* | Temporarily revert "Change -gz and -Wa,--compress-debug-sections to use gABI ... | Eric Christopher | 2019-05-14 | 1 | -1/+2 |
* | Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM... | Fangrui Song | 2019-05-10 | 1 | -2/+1 |
* | Time profiler: small fixes and optimizations | Anton Afanasyev | 2019-04-15 | 1 | -1/+1 |
* | Range-style std::find{,_if} -> llvm::find{,_if}. NFC | Fangrui Song | 2019-03-31 | 1 | -1/+1 |
* | Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c... | Anton Afanasyev | 2019-03-30 | 1 | -1/+23 |
* | [RISCV] Pass -target-abi to -cc1as | Roger Ferrer Ibanez | 2019-03-26 | 1 | -4/+9 |
* | [build] Rename clang-headers to clang-resource-headers | Shoaib Meenai | 2019-03-04 | 1 | -1/+1 |
* | [DWARF] Make -g with empty assembler source work better. | Paul Robinson | 2019-03-01 | 1 | -1/+10 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 4 | -16/+12 |
* | [Driver] Add support for -fembed-bitcode for assembly file | Steven Wu | 2018-12-12 | 1 | -0/+23 |
* | Add explicit dependency on clangSerialization for a bunch of components to fi... | Fangrui Song | 2018-12-12 | 1 | -0/+1 |
* | Sink BuryPointer from Clang into LLVM for reuse there | David Blaikie | 2018-11-17 | 1 | -3/+4 |
* | Lift VFS from clang to llvm (NFC) | Jonas Devlieghere | 2018-10-10 | 1 | -1/+1 |
* | [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit " [options] file..." | Fangrui Song | 2018-10-10 | 1 | -1/+2 |
* | win: Omit ".exe" from clang and clang-cl driver-level diagnostics. | Nico Weber | 2018-08-22 | 1 | -3/+3 |
* | cc1_main: fix -Wsign-compare on FreeBSD | Fangrui Song | 2018-07-25 | 1 | -2/+4 |