index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
BackendUtil.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Pass down opt level to LTO backend and handle -O0 LTO in new PM
Teresa Johnson
2019-04-23
1
-0
/
+1
*
Update to use PipelineTuningOptions. Corresponds to llvm change: D59723.
Alina Sbirlea
2019-04-19
1
-1
/
+1
*
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...
Anton Afanasyev
2019-03-30
1
-0
/
+4
*
Make helper functions static. NFC.
Benjamin Kramer
2019-03-28
1
-3
/
+4
*
Add XCOFF triple object format type for AIX
Jason Liu
2019-03-12
1
-0
/
+6
*
Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+1
*
Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"
Francis Visoiu Mistrih
2019-03-12
1
-1
/
+0
*
[Remarks] Add -foptimization-record-passes to filter remark emission
Francis Visoiu Mistrih
2019-03-12
1
-0
/
+1
*
Remove esan.
Nico Weber
2019-03-11
1
-20
/
+0
*
[PGO] Clang part of change for context-sensitive PGO (part1)
Rong Xu
2019-03-04
1
-12
/
+65
*
Enable coroutines under -std=c++2a.
Richard Smith
2019-02-23
1
-1
/
+1
*
[NewPM] Add other sanitizers at O0
Leonard Chan
2019-02-20
1
-0
/
+8
*
Fix for asan bots
Leonard Chan
2019-02-14
1
-9
/
+12
*
[NewPM] Second attempt at porting ASan
Leonard Chan
2019-02-13
1
-3
/
+43
*
[NewPM][MSan] Add Options Handling
Philip Pfaffe
2019-02-04
1
-2
/
+3
*
[NewPM] Add support for new-PM plugins to clang
Philip Pfaffe
2019-02-02
1
-0
/
+12
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NewPM] Add -fsanitize={memory,thread} handling to clang
Philip Pfaffe
2019-01-17
1
-0
/
+11
*
[NewPM][TSan] Reiterate the TSan port
Philip Pfaffe
2019-01-16
1
-2
/
+3
*
[LTO] Add option to enable LTOUnit splitting, and disable unless needed
Teresa Johnson
2019-01-11
1
-10
/
+20
*
Revert r350648: "Fix clang for r350647: Missed a function rename"
Florian Hahn
2019-01-09
1
-3
/
+2
*
Fix clang for r350647: Missed a function rename
Philip Pfaffe
2019-01-08
1
-2
/
+3
*
[ThinLTO] Clang changes to utilize new pass to handle chains of aliases
Teresa Johnson
2019-01-04
1
-2
/
+7
*
[NewPM] Port Msan
Philip Pfaffe
2019-01-03
1
-1
/
+2
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[asan] Add clang flag -fsanitize-address-use-odr-indicator
Vitaly Buka
2018-12-05
1
-2
/
+4
*
[ThinLTO] Allow importing of multiple symbols with same GUID
Teresa Johnson
2018-11-29
1
-9
/
+8
*
[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
[next]