summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make helper functions static. NFC.Benjamin Kramer2019-03-281-3/+4
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+6
* Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-0/+1
* Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-1/+0
* [Remarks] Add -foptimization-record-passes to filter remark emissionFrancis Visoiu Mistrih2019-03-121-0/+1
* Remove esan.Nico Weber2019-03-111-20/+0
* [PGO] Clang part of change for context-sensitive PGO (part1)Rong Xu2019-03-041-12/+65
* Enable coroutines under -std=c++2a.Richard Smith2019-02-231-1/+1
* [NewPM] Add other sanitizers at O0Leonard Chan2019-02-201-0/+8
* Fix for asan botsLeonard Chan2019-02-141-9/+12
* [NewPM] Second attempt at porting ASanLeonard Chan2019-02-131-3/+43
* [NewPM][MSan] Add Options HandlingPhilip Pfaffe2019-02-041-2/+3
* [NewPM] Add support for new-PM plugins to clangPhilip Pfaffe2019-02-021-0/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NewPM] Add -fsanitize={memory,thread} handling to clangPhilip Pfaffe2019-01-171-0/+11
* [NewPM][TSan] Reiterate the TSan portPhilip Pfaffe2019-01-161-2/+3
* [LTO] Add option to enable LTOUnit splitting, and disable unless neededTeresa Johnson2019-01-111-10/+20
* Revert r350648: "Fix clang for r350647: Missed a function rename"Florian Hahn2019-01-091-3/+2
* Fix clang for r350647: Missed a function renamePhilip Pfaffe2019-01-081-2/+3
* [ThinLTO] Clang changes to utilize new pass to handle chains of aliasesTeresa Johnson2019-01-041-2/+7
* [NewPM] Port MsanPhilip Pfaffe2019-01-031-1/+2
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+1
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-1/+1
* [asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka2018-12-051-2/+4
* [ThinLTO] Allow importing of multiple symbols with same GUIDTeresa Johnson2018-11-291-9/+8
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-171-0/+2
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-171-0/+1
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-141-2/+3
* Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet2018-11-121-2/+0
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-121-0/+2
* Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passe...Leonard Chan2018-10-261-11/+0
* [PassManager/Sanitizer] Enable usage of ported AddressSanitizer passes with -...Leonard Chan2018-10-171-0/+11
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-101-5/+10
* [MSan] add KMSAN support to Clang driverAlexander Potapenko2018-09-071-3/+21
* [LTO] Fix -save-temps with LTO and unnamed globals.Eli Friedman2018-08-241-2/+4
* [AArch64] Add Tiny Code Model for AArch64David Green2018-08-221-0/+1
* [InstrProf] Use atomic profile counter updates for TSanVedant Kumar2018-08-161-0/+5
* Re-land r337333, "Teach Clang to emit address-significance tables.",Peter Collingbourne2018-07-181-0/+1
* Revert r337333, "Teach Clang to emit address-significance tables."Peter Collingbourne2018-07-171-1/+0
* Teach Clang to emit address-significance tables.Peter Collingbourne2018-07-171-0/+1
* Restore "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson2018-07-161-3/+2
* Revert "[ThinLTO] Ensure we always select the same function copy to import"Teresa Johnson2018-07-141-2/+3
* [ThinLTO] Ensure we always select the same function copy to importTeresa Johnson2018-07-131-3/+2
* Re-land "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-221-12/+31
* Revert "[LTO] Enable module summary emission by default for regular LTO"Tobias Edler von Koch2018-06-211-28/+10
* [LTO] Enable module summary emission by default for regular LTOTobias Edler von Koch2018-06-211-10/+28
* Use SmallPtrSet instead of SmallSet in places where we iterate over the set.Craig Topper2018-06-091-1/+1
* IRGen: Write .dwo files when -split-dwarf-file is used together with -fthinlt...Peter Collingbourne2018-05-311-0/+1
* Reland r332885, "CodeGen, Driver: Start using direct split dwarf emission in ...Peter Collingbourne2018-05-221-26/+49
* Revert "CodeGen, Driver: Start using direct split dwarf emission in clang."Amara Emerson2018-05-221-48/+26
OpenPOWER on IntegriCloud