summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[clang][NewPM] Fix broken profile test"Leonard Chan2019-06-291-6/+0
* [Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarfAaron Puchert2019-06-261-6/+3
* [CC1Option] Add the option to enable the debug entry valuesDjordje Todorovic2019-06-261-0/+1
* [clang][NewPM] Move EntryExitInstrumenterPass to the start of the pipelineLeonard Chan2019-06-201-0/+6
* [Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih2019-06-171-0/+1
* [Clang] Harmonize Split DWARF options with llcAaron Puchert2019-06-151-2/+3
* [Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert2019-06-151-6/+6
* [clang][NewPM] Fix split debug testLeonard Chan2019-06-131-1/+2
* [clang][NewPM] Fix broken profile testLeonard Chan2019-06-131-0/+6
* [clang][NewPM] Fix broken -O0 test from the AlwaysInlinerLeonard Chan2019-06-131-2/+4
* Initial support for vectorization using MASSV (IBM MASS vector library)Nemanja Ivanovic2019-06-051-0/+3
* [NewPassManager] Add tuning option: LoopUnrolling [clang-change]Alina Sbirlea2019-05-241-0/+1
* [NewPassManager] Add tuning option: SLPVectorization [clang-change]Alina Sbirlea2019-05-231-1/+8
* [NewPM] Port HWASan and Kernel HWASanLeonard Chan2019-05-141-2/+32
* [NewPM] Setup Passes for KASan and KMSanPetr Hosek2019-05-091-8/+20
* [Clang][NewPM] Don't bail out if the target machine is emptyPetr Hosek2019-05-061-6/+8
* Set LoopInterleaved in the PassManagerBuilder.Alina Sbirlea2019-04-301-0/+3
* [PGO] Enable InstrProf lowering for Clang PGO instrumentation in the new pass...Rong Xu2019-04-251-10/+27
* [ThinLTO] Pass down opt level to LTO backend and handle -O0 LTO in new PMTeresa Johnson2019-04-231-0/+1
* Update to use PipelineTuningOptions. Corresponds to llvm change: D59723.Alina Sbirlea2019-04-191-1/+1
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+4
* 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
OpenPOWER on IntegriCloud