| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil... | Calixte Denizet | 2018-11-17 | 1 | -0/+2 |
| * | Sink BuryPointer from Clang into LLVM for reuse there | David Blaikie | 2018-11-17 | 1 | -0/+1 |
| * | [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt... | George Rimar | 2018-11-14 | 1 | -2/+3 |
| * | Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c... | Calixte Denizet | 2018-11-12 | 1 | -2/+0 |
| * | [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil... | Calixte Denizet | 2018-11-12 | 1 | -0/+2 |
| * | Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passe... | Leonard Chan | 2018-10-26 | 1 | -11/+0 |
| * | [PassManager/Sanitizer] Enable usage of ported AddressSanitizer passes with -... | Leonard Chan | 2018-10-17 | 1 | -0/+11 |
| * | Add a flag to remap manglings when reading profile data information. | Richard Smith | 2018-10-10 | 1 | -5/+10 |
| * | [MSan] add KMSAN support to Clang driver | Alexander Potapenko | 2018-09-07 | 1 | -3/+21 |
| * | [LTO] Fix -save-temps with LTO and unnamed globals. | Eli Friedman | 2018-08-24 | 1 | -2/+4 |
| * | [AArch64] Add Tiny Code Model for AArch64 | David Green | 2018-08-22 | 1 | -0/+1 |
| * | [InstrProf] Use atomic profile counter updates for TSan | Vedant Kumar | 2018-08-16 | 1 | -0/+5 |
| * | Re-land r337333, "Teach Clang to emit address-significance tables.", | Peter Collingbourne | 2018-07-18 | 1 | -0/+1 |
| * | Revert r337333, "Teach Clang to emit address-significance tables." | Peter Collingbourne | 2018-07-17 | 1 | -1/+0 |
| * | Teach Clang to emit address-significance tables. | Peter Collingbourne | 2018-07-17 | 1 | -0/+1 |
| * | Restore "[ThinLTO] Ensure we always select the same function copy to import" | Teresa Johnson | 2018-07-16 | 1 | -3/+2 |
| * | Revert "[ThinLTO] Ensure we always select the same function copy to import" | Teresa Johnson | 2018-07-14 | 1 | -2/+3 |
| * | [ThinLTO] Ensure we always select the same function copy to import | Teresa Johnson | 2018-07-13 | 1 | -3/+2 |
| * | Re-land "[LTO] Enable module summary emission by default for regular LTO" | Tobias Edler von Koch | 2018-06-22 | 1 | -12/+31 |
| * | Revert "[LTO] Enable module summary emission by default for regular LTO" | Tobias Edler von Koch | 2018-06-21 | 1 | -28/+10 |
| * | [LTO] Enable module summary emission by default for regular LTO | Tobias Edler von Koch | 2018-06-21 | 1 | -10/+28 |
| * | Use SmallPtrSet instead of SmallSet in places where we iterate over the set. | Craig Topper | 2018-06-09 | 1 | -1/+1 |
| * | IRGen: Write .dwo files when -split-dwarf-file is used together with -fthinlt... | Peter Collingbourne | 2018-05-31 | 1 | -0/+1 |
| * | Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ... | Peter Collingbourne | 2018-05-22 | 1 | -26/+49 |
| * | Revert "CodeGen, Driver: Start using direct split dwarf emission in clang." | Amara Emerson | 2018-05-22 | 1 | -48/+26 |
| * | Revert "Fix another make_unique ambiguity." | Amara Emerson | 2018-05-22 | 1 | -2/+1 |
| * | Fix another make_unique ambiguity. | Peter Collingbourne | 2018-05-21 | 1 | -1/+2 |
| * | CodeGen, Driver: Start using direct split dwarf emission in clang. | Peter Collingbourne | 2018-05-21 | 1 | -26/+48 |
| * | CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up... | Peter Collingbourne | 2018-05-21 | 1 | -1/+1 |
| * | [ThinLTO] Support opt remarks options with distributed ThinLTO backends | Teresa Johnson | 2018-05-05 | 1 | -1/+3 |
| * | Fix build break due to content moving from Scalar.h to InstCombine.h in LLVM | David Blaikie | 2018-04-24 | 1 | -0/+1 |
| * | Use special new Clang flag 'FrontendTimesIsEnabled' instead of 'llvm::TimePas... | Andrew V. Tischenko | 2018-04-23 | 1 | -2/+2 |
| * | [ThinLTO] Pass -save-temps to LTO backend for distributed ThinLTO builds | Teresa Johnson | 2018-04-17 | 1 | -0/+9 |
| * | hwasan: add -fsanitize=kernel-hwaddress flag | Andrey Konovalov | 2018-04-13 | 1 | -5/+17 |
| * | Remove -cc1 option "-backend-option". | Eli Friedman | 2018-04-12 | 1 | -2/+0 |
| * | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -1/+1 |
| * | [Coroutines] Schedule coro-split before asan | Brian Gesiak | 2018-04-01 | 1 | -3/+3 |
| * | Fix for LLVM header changes | David Blaikie | 2018-03-28 | 1 | -0/+1 |
| * | Change for an LLVM header file move | David Blaikie | 2018-03-23 | 1 | -1/+1 |
| * | [Driver] Pass -f[no-]emulated-tls and set up ExplicitEmulatedTLS | Chih-Hung Hsieh | 2018-03-01 | 1 | -0/+1 |
| * | [ThinLTO] Allow indexing to request backend to ignore the module | Vitaly Buka | 2018-02-16 | 1 | -5/+17 |
| * | [ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is set | Vitaly Buka | 2018-02-16 | 1 | -5/+11 |
| * | Update for llvm change. NFC. | Rafael Espindola | 2018-02-14 | 1 | -2/+2 |
| * | NewPM: Improve/fix GCOV - which needs to run early in the pass pipeline. | David Blaikie | 2018-01-23 | 1 | -3/+7 |
| * | Use an enum value instead of a string. | Rafael Espindola | 2018-01-18 | 1 | -17/+2 |
| * | Wire up GCOV to the new pass manager | David Blaikie | 2018-01-09 | 1 | -15/+24 |
| * | [Driver] Add flag enabling the function stack size section that was added in ... | Sean Eveson | 2018-01-08 | 1 | -0/+1 |
| * | [hwasan] Implement -fsanitize-recover=hwaddress. | Evgeniy Stepanov | 2017-12-20 | 1 | -1/+5 |
| * | Hardware-assisted AddressSanitizer (clang part). | Evgeniy Stepanov | 2017-12-09 | 1 | -0/+12 |
| * | Toolchain: Normalize dwarf, sjlj and seh eh | Martell Malone | 2017-11-29 | 1 | -0/+4 |