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] 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
*
Reorganize GlobalValueSummary with a "Flags" bitfield.
Mehdi Amini
2016-04-24
1
-2
/
+4
*
[ThinLTO] Prevent importing of "llvm.used" values
Teresa Johnson
2016-04-20
1
-0
/
+25
*
[ThinLTO] Move summary computation from BitcodeWriter to new pass
Teresa Johnson
2016-04-11
1
-0
/
+186
[prev]