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
*
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
*
Use ProfileSummary:getProfileCount to get ScaledCount for ModuleSummary
Dehao Chen
2017-03-21
1
-1
/
+1
*
Perform symbol binding for .symver versioned symbols
Teresa Johnson
2017-03-09
1
-3
/
+2
*
Add function importing info from samplepgo profile to the module summary.
Dehao Chen
2017-02-28
1
-0
/
+5
*
[ModuleSummaryAnalysis] Don't crash when referencing unnamed globals.
Davide Italiano
2017-02-22
1
-0
/
+6
*
IR: Function summary extensions for whole-program devirtualization pass.
Peter Collingbourne
2017-02-10
1
-21
/
+104
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-03
1
-8
/
+4
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-03
1
-4
/
+8
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-8
/
+4
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-4
/
+8
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-8
/
+4
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-4
/
+8
*
Add missing dependency to "Module Summary Analysis" pass
Mehdi Amini
2017-01-21
1
-0
/
+1
*
ThinLTO: add early "dead-stripping" on the Index
Teresa Johnson
2017-01-05
1
-4
/
+27
*
[ThinLTO] Use DenseSet instead of SmallPtrSet for holding GUIDs
Teresa Johnson
2017-01-05
1
-4
/
+4
*
[ThinLTO] Subsume all importing checks into a single flag
Teresa Johnson
2017-01-05
1
-26
/
+71
*
[ThinLTO] Fix "||" vs "|" mixup.
Teresa Johnson
2016-12-27
1
-1
/
+1
*
IR: Function summary representation for type tests.
Peter Collingbourne
2016-12-21
1
-6
/
+28
*
IR: Eliminate non-determinism in the module summary analysis.
Peter Collingbourne
2016-12-20
1
-25
/
+23
*
ModuleSummaryAnalysis: Remove some duplicate code. NFCI.
Peter Collingbourne
2016-12-16
1
-5
/
+0
*
Object: Extract a ModuleSymbolTable class from IRObjectFile.
Peter Collingbourne
2016-12-01
1
-3
/
+1
*
[PM] Change the static object whose address is used to uniquely identify
Chandler Carruth
2016-11-23
1
-1
/
+1
*
Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
Teresa Johnson
2016-11-14
1
-0
/
+45
*
[ThinLTO] Make inline assembly handling more efficient in summary
Teresa Johnson
2016-11-14
1
-7
/
+10
*
Restore part of "[ThinLTO] Prevent exporting of locals used/defined in module...
Teresa Johnson
2016-11-10
1
-4
/
+14
*
Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
Mehdi Amini
2016-11-09
1
-57
/
+4
*
[ThinLTO] Prevent exporting of locals used/defined in module level asm
Teresa Johnson
2016-11-08
1
-4
/
+57
*
[ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm
Teresa Johnson
2016-10-30
1
-46
/
+30
*
[ThinLTO] Create AliasSummary when building index
Teresa Johnson
2016-10-28
1
-6
/
+24
*
[ThinLTO] Record calls to aliases
Teresa Johnson
2016-10-08
1
-1
/
+12
*
Refactor the ProfileSummaryInfo to use doInitialization and doFinalization to...
Dehao Chen
2016-09-28
1
-1
/
+1
*
[thinlto] Basic thinlto fdo heuristic
Piotr Padlewski
2016-09-26
1
-13
/
+41
*
NFC: add early exit in ModuleSummaryAnalysis
Piotr Padlewski
2016-08-30
1
-29
/
+32
*
[PM] Rework the new PM support for building the ModuleSummaryIndex to
Chandler Carruth
2016-08-19
1
-33
/
+30
*
[PM] Port ModuleSummaryIndex analysis to new pass manager
Teresa Johnson
2016-08-12
1
-0
/
+13
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-3
/
+3
*
[ThinLTO] Perform profile-guided indirect call promotion
Teresa Johnson
2016-07-17
1
-7
/
+27
*
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
Benjamin Kramer
2016-06-26
1
-6
/
+5
*
ThinLTO: fix assertion and refactor check for hidden use from inline ASM in a...
Mehdi Amini
2016-05-06
1
-31
/
+43
*
[ThinLTO] Refine fix to avoid renaming of uses in inline assembly.
Teresa Johnson
2016-04-27
1
-6
/
+14
*
[ThinLTO] Remove GlobalValueInfo class from index
Teresa Johnson
2016-04-24
1
-11
/
+8
[next]