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
/
Analysis
/
ModuleSummaryAnalysis.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Add option to dump per-module summary dot graph
Teresa Johnson
2019-01-28
1
-0
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "[ThinLTO] Add summary entries for index-based WPD"
Teresa Johnson
2019-01-17
1
-111
/
+4
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-01-17
1
-4
/
+111
*
[LTO] Record whether LTOUnit splitting is enabled in index
Teresa Johnson
2019-01-11
1
-1
/
+5
*
[ThinLTO] Compute synthetic function entry count
Easwaran Raman
2018-12-13
1
-5
/
+6
*
[ThinLTO] Allow importing of functions with var args
Teresa Johnson
2018-12-01
1
-9
/
+2
*
[ProfileSummary] Standardize methods and fix comment
Vedant Kumar
2018-11-19
1
-2
/
+2
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-16
1
-17
/
+58
*
[ThinLTO] Update handling of vararg functions to match inliner
Teresa Johnson
2018-11-14
1
-2
/
+7
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
1
-58
/
+17
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
1
-17
/
+58
*
[ThinLTO] Split NotEligibleToImport into legality and inlinability flags
Teresa Johnson
2018-11-06
1
-10
/
+9
*
[ThinLTO] Don't import GV which contains blockaddress
Eugene Leviant
2018-10-12
1
-3
/
+16
*
[WPD] Fix incorrect devirtualization after indirect call promotion
Teresa Johnson
2018-09-27
1
-11
/
+12
*
[ThinLTO] Add string saver onto index for value names
Teresa Johnson
2018-06-26
1
-2
/
+2
*
[ThinLTO] Compute GUID directly from GV when building per-module index
Teresa Johnson
2018-06-26
1
-6
/
+6
*
[ThinLTO] Rename index IsAnalysis flag to HaveGVs (NFC)
Teresa Johnson
2018-06-06
1
-1
/
+1
*
[ThinLTO] Add an option to force summary call edges cold for debugging
Teresa Johnson
2018-03-31
1
-1
/
+18
*
[ThinLTO] Add funtions in callees metadata to CallGraphEdges
Taewook Oh
2018-03-13
1
-0
/
+12
*
[ThinLTO] Represent relative BF using a scaled representation .
Easwaran Raman
2018-02-22
1
-11
/
+3
*
Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...
Easwaran Raman
2018-01-25
1
-3
/
+18
*
Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...
Easwaran Raman
2018-01-24
1
-18
/
+3
*
[ThinLTO] Add call edges' relative block frequency to per-module summary.
Easwaran Raman
2018-01-24
1
-3
/
+18
*
[ThinLTO] Re-commit of dot dumper after test fix
Eugene Leviant
2018-01-22
1
-1
/
+1
*
Temporarily revert r323062 to investigate buildbot failures
Eugene Leviant
2018-01-21
1
-1
/
+1
*
[ThinLTO] Implement summary visualizer
Eugene Leviant
2018-01-21
1
-1
/
+1
*
[ThinLTO] Don't import functions with noinline attribute
Eugene Leviant
2017-12-25
1
-1
/
+3
*
Add hasProfileData() to check if a function has profile data. NFC.
Easwaran Raman
2017-12-22
1
-1
/
+1
*
[ThinLTO] Remove too aggressive assertion in building function call graph.
Volodymyr Sapsai
2017-11-17
1
-2
/
+3
*
[ThinLTO] Fix missing call graph edges for calls with bitcasts.
Volodymyr Sapsai
2017-11-10
1
-3
/
+7
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-04
1
-4
/
+5
*
Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."
Sean Fertile
2017-11-04
1
-5
/
+4
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-03
1
-4
/
+5
*
[ThinLTO] AliasSummary should not have any references
Teresa Johnson
2017-09-13
1
-1
/
+1
*
ModuleSummaryAnalysis: Correctly handle all function operand references.
Peter Collingbourne
2017-09-07
1
-7
/
+5
*
ModuleSummaryAnalysis: Correctly handle refs from function inline asm to modu...
Peter Collingbourne
2017-09-01
1
-54
/
+56
*
[lib/Analysis] - Mark personality functions as live.
George Rimar
2017-08-22
1
-0
/
+6
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-08-16
1
-4
/
+29
*
[ThinLTO] Add FunctionAttrs to ThinLTO index
Charles Saternos
2017-08-04
1
-6
/
+17
*
Increase the import-threshold for crtical functions.
Dehao Chen
2017-07-07
1
-1
/
+1
*
Write summaries for merged modules when splitting modules for ThinLTO.
Peter Collingbourne
2017-06-08
1
-0
/
+10
*
(NFC) Track global summary liveness in GVFlags.
Evgeniy Stepanov
2017-06-01
1
-6
/
+6
*
Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builder
Teresa Johnson
2017-05-10
1
-0
/
+1
*
[ProfileSummary] Make getProfileCount a non-static member function.
Easwaran Raman
2017-05-09
1
-1
/
+1
*
Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...
Peter Collingbourne
2017-05-04
1
-20
/
+23
*
Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...
Eric Liu
2017-05-04
1
-23
/
+20
*
IR: Use pointers instead of GUIDs to represent edges in the module summary. N...
Peter Collingbourne
2017-05-04
1
-20
/
+23
*
Revert r295861, "[ModuleSummaryAnalysis] Don't crash when referencing unnamed...
Peter Collingbourne
2017-05-03
1
-6
/
+0
*
ModuleSummaryAnalysis: Use a more precise #include. NFC.
Peter Collingbourne
2017-03-31
1
-1
/
+1
[next]