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
/
llvm
/
tools
/
gold
/
gold-plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[gold-plugin] Fix a bunch of build warnings
Mandeep Singh Grang
2018-11-01
1
-3
/
+2
*
Silence -Wimplicit-fallthrough in gold plugin
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[gold] -thinlto-object-suffix-replace: don't append new suffix if path does n...
Fangrui Song
2018-08-22
1
-7
/
+3
*
[gold-plugin] Disable section ordering for relocatable links
Bill Wendling
2018-07-12
1
-3
/
+5
*
Temporarily reverting.
Bill Wendling
2018-07-11
1
-5
/
+3
*
gold: Add ability to toggle function/data sections
Bill Wendling
2018-07-11
1
-3
/
+5
*
Set the code model when specified.
Bill Wendling
2018-06-13
1
-0
/
+1
*
Try to fix build.
Zachary Turner
2018-06-07
1
-1
/
+1
*
[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)
Teresa Johnson
2018-06-06
1
-1
/
+1
*
LTO: Replace split dwarf implementation that uses objcopy with one that uses ...
Peter Collingbourne
2018-05-21
1
-6
/
+0
*
[LTO] Add stats-file option to LTO/Config.h.
Florian Hahn
2018-04-20
1
-0
/
+5
*
[gold/ThinLTO] Invoke llvm_shutdown when exiting after ThinLTO indexing
Teresa Johnson
2018-04-19
1
-2
/
+1
*
[gold] Add support for optimization remarks
Teresa Johnson
2018-04-18
1
-0
/
+12
*
Enable debug fission for thinLTO linked via gold-plugin
Yunlian Jiang
2018-04-13
1
-0
/
+12
*
Rename *CommandFlags.def to *CommandFlags.inc
David Blaikie
2018-04-11
1
-1
/
+1
*
Revert r324557, "gold-plugin: Do not set codegen opt level based on LTO opt l...
Peter Collingbourne
2018-04-06
1
-0
/
+15
*
[gold] Add debug-pass-manager option, and use it to test new-pass-manager
Teresa Johnson
2018-04-05
1
-0
/
+6
*
[LTO/gold] Fix workaround for old plugin-api.h in --wrap support
Teresa Johnson
2018-03-14
1
-1
/
+1
*
[LTO/gold] Support --wrap
Teresa Johnson
2018-03-14
1
-0
/
+48
*
Revert "[LTO/gold] Support --wrap"
Teresa Johnson
2018-03-13
1
-35
/
+0
*
[LTO/gold] Support --wrap
Teresa Johnson
2018-03-13
1
-0
/
+35
*
[ThinLTO/gold] Perform cache pruning when cache directory specified
Teresa Johnson
2018-02-22
1
-1
/
+1
*
[ThinLTO] Always create linked objects file for --thinlto-index-only=
Vitaly Buka
2018-02-22
1
-7
/
+29
*
[gold] Extract runLTO to avoid exit(0) from function with non-trivial objects...
Vitaly Buka
2018-02-22
1
-17
/
+23
*
[LTO] Remove unused Path parameter to AddBufferFn
Teresa Johnson
2018-02-20
1
-2
/
+1
*
[ThinLTO/gold] Avoid race with cache pruner by copying to temp files
Teresa Johnson
2018-02-20
1
-3
/
+1
*
[ThinLTO] Allow indexing to request backend to ignore the module
Vitaly Buka
2018-02-16
1
-3
/
+19
*
Pass a reference to a module to the bitcode writer.
Rafael Espindola
2018-02-14
1
-1
/
+1
*
gold-plugin: Do not set codegen opt level based on LTO opt level.
Peter Collingbourne
2018-02-08
1
-15
/
+0
*
[ThinLTO/gold] Write empty imports even for modules with symbols
Vitaly Buka
2018-01-30
1
-18
/
+23
*
[LLVMgold] Don't set undefined symbol as prevailing
Eugene Leviant
2017-12-15
1
-3
/
+7
*
Rename CommandFlags.h -> CommandFlags.def
David Blaikie
2017-11-27
1
-1
/
+1
*
Enabling new pass manager in LTO (and thinLTO) link step.
Sean Fertile
2017-10-05
1
-0
/
+7
*
[gold-plugin] - Fix compilation after LLVM update (r314883). NFC.
George Rimar
2017-10-04
1
-8
/
+3
*
[ThinLTO/gold] Implement ThinLTO cache pruning support
Yi Kong
2017-09-18
1
-0
/
+11
*
LTO: Try to open cache files before renaming them.
Peter Collingbourne
2017-09-05
1
-2
/
+3
*
[gold-plugin] Use more StringRef. No functionality change intended.
Benjamin Kramer
2017-08-10
1
-14
/
+10
*
[gold-plugin] Avoid race condition when creating temporary files.
Benjamin Kramer
2017-08-10
1
-11
/
+12
*
[gold] Enable data-sections by default for the gold-plugin.
Davide Italiano
2017-07-26
1
-1
/
+2
*
[gold] Enable function-sections by default.
Davide Italiano
2017-07-25
1
-0
/
+3
*
[LTO] Prevent dead stripping and internalization of symbols with sections
Teresa Johnson
2017-07-25
1
-1
/
+24
*
Use emplace_back to replace size() and resize().
Dehao Chen
2017-07-10
1
-1
/
+1
*
Infer relocation model from module flags in relocatable LTO link.
Evgeniy Stepanov
2017-05-22
1
-2
/
+4
*
Re-apply r299168 and r299169 now that the libdeps are fixed.
Peter Collingbourne
2017-03-31
1
-2
/
+2
*
Revert r299168 and r299169 due to library dependency issues.
Peter Collingbourne
2017-03-31
1
-2
/
+2
*
LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu...
Peter Collingbourne
2017-03-31
1
-2
/
+2
*
More accurate header inclusions. NFC.
Peter Collingbourne
2017-03-28
1
-0
/
+2
*
LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC.
Peter Collingbourne
2017-03-28
1
-6
/
+4
*
[ThinLTO] Add support for emitting minimized bitcode for thin link
Teresa Johnson
2017-03-23
1
-4
/
+55
*
LTO: Fix a potential race condition in the caching API.
Peter Collingbourne
2017-03-17
1
-2
/
+6
[next]