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
/
lib
/
LTO
/
LTO.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LTO] Don't internalize declarations
Bob Haarman
2018-07-27
1
-1
/
+2
*
[LTO] Handle __imp_ (dllimport) symbols consistently with lld
Teresa Johnson
2018-07-23
1
-1
/
+8
*
Restore "[ThinLTO] Ensure we always select the same function copy to import"
Teresa Johnson
2018-07-16
1
-2
/
+2
*
Revert "[ThinLTO] Ensure we always select the same function copy to import"
Teresa Johnson
2018-07-14
1
-2
/
+2
*
[ThinLTO] Ensure we always select the same function copy to import
Teresa Johnson
2018-07-13
1
-2
/
+2
*
[ThinLTO] Use std::map to get determistic imports files
Teresa Johnson
2018-07-10
1
-1
/
+2
*
[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)
Teresa Johnson
2018-06-06
1
-1
/
+1
*
[LTO] Allow pass remarks with hotness to be set when emitting to stderr
Teresa Johnson
2018-05-04
1
-2
/
+2
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[LTO] Add stats-file option to LTO/Config.h.
Florian Hahn
2018-04-20
1
-3
/
+21
*
Enable debug fission for thinLTO linked via gold-plugin
Yunlian Jiang
2018-04-13
1
-0
/
+1
*
Revert "[LTO] Support filtering by hotness threshold"
Bob Haarman
2018-03-08
1
-6
/
+4
*
[LTO] Support filtering by hotness threshold
Adam Nemet
2018-02-26
1
-4
/
+6
*
[ThinLTO] Always create linked objects file for --thinlto-index-only=
Vitaly Buka
2018-02-22
1
-20
/
+8
*
[ThinLTO] Add GraphTraits for FunctionSummaries
Charles Saternos
2018-02-19
1
-0
/
+7
*
Revert: [llvm] r325448 - [ThinLTO] Add GraphTraits for FunctionSummaries
Simon Pilgrim
2018-02-18
1
-7
/
+0
*
[ThinLTO] Add GraphTraits for FunctionSummaries
Charles Saternos
2018-02-17
1
-0
/
+7
*
Revert "[ThinLTO] Add GraphTraits for FunctionSummaries"
Volodymyr Sapsai
2018-02-12
1
-7
/
+0
*
[ThinLTO] Add GraphTraits for FunctionSummaries
Charles Saternos
2018-02-11
1
-0
/
+7
*
LTO: Include live bit in ThinLTO cache key.
Peter Collingbourne
2018-02-09
1
-0
/
+1
*
LTO: Also include dso-local bit for calls in ThinLTO cache key.
Peter Collingbourne
2018-02-05
1
-1
/
+3
*
LTO: Include dso-local bit in ThinLTO cache key.
Peter Collingbourne
2018-02-05
1
-1
/
+3
*
[ThinLTO/gold] Write empty imports even for modules with symbols
Vitaly Buka
2018-01-30
1
-7
/
+15
*
[ThinLTO] - Stop internalizing and drop non-prevailing symbols.
George Rimar
2018-01-29
1
-4
/
+31
*
[LTO] - Introduce GlobalResolution::Prevailing flag.
George Rimar
2018-01-25
1
-15
/
+9
*
Simplify. NFC.
Rafael Espindola
2018-01-24
1
-1
/
+1
*
[ThinLTO] Re-commit of dot dumper after test fix
Eugene Leviant
2018-01-22
1
-1
/
+2
*
Temporarily revert r323062 to investigate buildbot failures
Eugene Leviant
2018-01-21
1
-2
/
+1
*
[ThinLTO] Implement summary visualizer
Eugene Leviant
2018-01-21
1
-1
/
+2
*
Don't drop dso_local in LTO.
Rafael Espindola
2018-01-18
1
-1
/
+2
*
[LTO] Make processing of combined module more consistent
Vitaly Buka
2017-12-16
1
-24
/
+12
*
[ThinLTO] Disallow multiple prevailing defs
Eugene Leviant
2017-12-15
1
-2
/
+2
*
[LLVMgold] Don't set undefined symbol as prevailing
Eugene Leviant
2017-12-15
1
-1
/
+4
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-04
1
-5
/
+16
*
Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."
Sean Fertile
2017-11-04
1
-16
/
+5
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-03
1
-5
/
+16
*
LTO: Apply global DCE to ThinLTO modules at LTO opt level 0.
Peter Collingbourne
2017-11-01
1
-31
/
+34
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-2
/
+2
*
LowerTypeTests: Add import/export support for targets without absolute symbol...
Peter Collingbourne
2017-09-11
1
-0
/
+5
*
WholeProgramDevirt: Add import/export support for targets without absolute sy...
Peter Collingbourne
2017-09-11
1
-0
/
+2
*
Fix thinlto cache key computation for cfi-icall.
Evgeniy Stepanov
2017-08-09
1
-18
/
+55
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-1
/
+4
*
LTO: Export functions referenced by the CFI jump table.
Peter Collingbourne
2017-07-19
1
-0
/
+6
*
Use DenseMap instead std::map for GVSummaryMapTy.
Dehao Chen
2017-07-10
1
-1
/
+1
*
[LTO] Fix the interaction between linker redefined symbols and ThinLTO
Davide Italiano
2017-07-06
1
-0
/
+9
*
[ORE] Unify spelling as "diagnostics hotness"
Brian Gesiak
2017-06-30
1
-1
/
+1
*
[LTO] Remove values from non-prevailing comdats
Teresa Johnson
2017-06-30
1
-0
/
+36
*
Silence warning with assertions disabled.
Peter Collingbourne
2017-06-15
1
-0
/
+1
*
Apply summary-based dead stripping to regular LTO modules with summaries.
Peter Collingbourne
2017-06-15
1
-78
/
+121
*
Object: Factor out the code for creating the irsymtab for an arbitrary bitcod...
Peter Collingbourne
2017-06-08
1
-45
/
+12
[next]