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
*
[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
*
Revert "Toolchain: Normalize dwarf, sjlj and seh eh"
Martell Malone
2017-11-29
1
-4
/
+0
*
Toolchain: Normalize dwarf, sjlj and seh eh
Martell Malone
2017-11-29
1
-0
/
+4
*
Update for layering fix in LLVM CodeGen<>Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[NewPassManager] Pass the -fdebug-pass-manager flag setting into the Analysis...
Craig Topper
2017-11-14
1
-4
/
+4
*
[PM] Wire up support for the bounds checking sanitizer with the new PM.
Chandler Carruth
2017-11-14
1
-0
/
+14
*
[PM] Add a missing header that I had in the next commit but was needed
Chandler Carruth
2017-11-14
1
-0
/
+1
*
[PM] Port BoundsChecking to the new PM.
Chandler Carruth
2017-11-14
1
-1
/
+1
*
[ThinLTO] Handle -fdebug-pass-manager for backend invocations via clang
Teresa Johnson
2017-11-13
1
-0
/
+1
*
Revert "[ThinLTO] Handle -fdebug-pass-manager for backend invocations via clang"
Teresa Johnson
2017-11-11
1
-1
/
+0
*
[ThinLTO] Handle -fdebug-pass-manager for backend invocations via clang
Teresa Johnson
2017-11-10
1
-0
/
+1
*
[SanitizerCoverage] Add stack depth tracing instrumentation.
Matt Morehouse
2017-08-18
1
-0
/
+1
*
Update for llvm change.
Rafael Espindola
2017-08-03
1
-10
/
+12
*
[sanitizer-coverage] clang flags pumbing for -fsanitize-coverage=pc-table
Kostya Serebryany
2017-07-28
1
-0
/
+1
*
Make new PM honor -fdebug-info-for-profiling (clang side)
Dehao Chen
2017-07-27
1
-22
/
+21
*
[PM] Setup TargetLibraryInfo correctly for the new pass manager.
Chandler Carruth
2017-07-25
1
-0
/
+8
*
Use DenseMap instead std::map for GVSummaryMapTy
Dehao Chen
2017-07-10
1
-1
/
+1
*
Changed Opts.EABIVersion type string to llvm::EABI enum class
Yuka Takahashi
2017-07-01
1
-5
/
+1
*
Remove Clang support for '-fvectorize-slp-aggressive' which used LLVM's
Chandler Carruth
2017-06-30
1
-1
/
+0
*
[PM] Add support for sample PGO in the new pass manager (clang-side)
Dehao Chen
2017-06-29
1
-1
/
+5
*
[NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing debug information.
Tim Shen
2017-06-29
1
-4
/
+7
*
[ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.
Tim Shen
2017-06-29
1
-4
/
+16
*
Apply summary-based dead stripping to regular LTO modules with summaries.
Peter Collingbourne
2017-06-15
1
-4
/
+4
*
Represent debug information compression type fully
Saleem Abdulrasool
2017-06-09
1
-1
/
+1
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-08
1
-0
/
+1
*
Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...
Renato Golin
2017-06-05
1
-1
/
+0
*
[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...
Kostya Serebryany
2017-06-03
1
-0
/
+1
*
[ThinLTO] Wire up ThinLTO and new PM
Tim Shen
2017-06-01
1
-3
/
+21
*
Remove ignore-empty-index-file option
Teresa Johnson
2017-05-12
1
-1
/
+2
*
[asan] A clang flag to enable ELF globals-gc.
Evgeniy Stepanov
2017-05-09
1
-0
/
+2
*
[sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...
Kostya Serebryany
2017-05-05
1
-0
/
+1
*
Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...
Peter Collingbourne
2017-05-04
1
-2
/
+6
*
Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...
Eric Liu
2017-05-04
1
-2
/
+2
*
IR: Use pointers instead of GUIDs to represent edges in the module summary. N...
Peter Collingbourne
2017-05-04
1
-2
/
+2
*
Object: Remove ModuleSummaryIndexObjectFile class.
Peter Collingbourne
2017-05-01
1
-1
/
+0
*
[asan] Unconditionally enable GC of globals on COFF.
Evgeniy Stepanov
2017-04-26
1
-2
/
+1
*
[asan] Disable ASan global-GC depending on the target and compiler flags.
Evgeniy Stepanov
2017-04-24
1
-6
/
+30
*
Move Split DWARF handling to an MC option/command line argument rather than u...
David Blaikie
2017-04-21
1
-0
/
+2
*
Don't pass FPOpFusion::Strict to the backend
Adam Nemet
2017-04-20
1
-1
/
+3
*
Parse backend options during thinlto backend compile actions
David Blaikie
2017-04-19
1
-6
/
+5
[next]