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
/
Transforms
/
IPO
/
FunctionImport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Add option to disable readonly/writeonly attribute propagation
Teresa Johnson
2019-12-05
1
-12
/
+1
*
[ThinLTO] Make ValueInfo::operator bool() explicit
evgeny
2019-11-19
1
-8
/
+10
*
[ThinLTO] Fix -Wunused-function in NDEBUG builds after llvmorg-10-init-9933-g...
Fangrui Song
2019-11-15
1
-0
/
+2
*
Recommit "[ThinLTO] Add correctness check for RO/WO variable import"
evgeny
2019-11-15
1
-12
/
+41
*
Revert "[ThinLTO] Add correctness check for RO/WO variable import"
Benjamin Kramer
2019-11-14
1
-43
/
+16
*
[ThinLTO] Add correctness check for RO/WO variable import
evgeny
2019-11-14
1
-16
/
+43
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
ThinLTO : Import always_inline functions irrespective of the threshold
Teresa Johnson
2019-11-08
1
-2
/
+4
*
[ThinLTO] Fix bug when importing writeonly variables
evgeny
2019-11-08
1
-4
/
+8
*
[ThinLTO] Import readonly vars with refs
evgeny
2019-11-07
1
-6
/
+16
*
[ThinLTO] Add code comment. NFC
Eugene Leviant
2019-10-22
1
-0
/
+3
*
[ThinLTO] Don't internalize during promotion
Eugene Leviant
2019-10-22
1
-0
/
+1
*
[ThinLTO] Fix handling of weak interposable symbols
Teresa Johnson
2019-08-23
1
-22
/
+13
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-1
/
+1
*
[ThinLTO] Attempt to recommit r365188 after alignment fix
Eugene Leviant
2019-07-05
1
-5
/
+7
*
Reverted r365188 due to alignment problems on i686-android
Eugene Leviant
2019-07-05
1
-7
/
+5
*
[ThinLTO] Attempt to recommit r365040 after caching fix
Eugene Leviant
2019-07-05
1
-5
/
+7
*
Revert [ThinLTO] Optimize writeonly globals out
Reid Kleckner
2019-07-04
1
-7
/
+5
*
[ThinLTO] Optimize writeonly globals out
Eugene Leviant
2019-07-03
1
-5
/
+7
*
[ThinLTO] Use original alias visibility when importing
Teresa Johnson
2019-05-29
1
-2
/
+3
*
[ThinLTO] Auto-hide prevailing linkonce_odr only when all copies eligible
Teresa Johnson
2019-05-10
1
-5
/
+8
*
[ThinLTO] Restructure AliasSummary to contain ValueInfo of Aliasee
Teresa Johnson
2019-03-15
1
-6
/
+1
*
[ThinLTO] Refine reachability check to fix compile time increase
Teresa Johnson
2019-01-28
1
-8
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ThinLTO] Scan all variants of vague symbol for reachability.
Xin Tong
2019-01-02
1
-3
/
+8
*
[IPO][AVR] Create new Functions in the default address space specified in the...
Dylan McKay
2018-12-18
1
-1
/
+2
*
[ThinLTO] Import local variables from the same module as caller
Teresa Johnson
2018-11-29
1
-1
/
+13
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-16
1
-4
/
+35
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
1
-40
/
+5
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
1
-5
/
+40
*
[LTO] Drop non-prevailing definitions only if linkage is not local or appending
Pirama Arumuga Nainar
2018-11-08
1
-5
/
+7
*
[ThinLTO] Split NotEligibleToImport into legality and inlinability flags
Teresa Johnson
2018-11-06
1
-0
/
+10
*
[ThinLTO] Add importing stats to thin link
Teresa Johnson
2018-10-16
1
-5
/
+27
*
[ThinLTO] Don't import GV which contains blockaddress
Eugene Leviant
2018-10-12
1
-2
/
+1
*
[ThinLTO] Keep non-prevailing (linkonce|weak)_odr symbols live
Xin Tong
2018-10-08
1
-8
/
+12
*
[ThinLTO] Add option for printing import failure reasons
Teresa Johnson
2018-08-17
1
-17
/
+105
*
Restore "[ThinLTO] Ensure we always select the same function copy to import"
Teresa Johnson
2018-07-16
1
-69
/
+88
*
Revert "[ThinLTO] Ensure we always select the same function copy to import"
Teresa Johnson
2018-07-14
1
-88
/
+69
*
[ThinLTO] Ensure we always select the same function copy to import
Teresa Johnson
2018-07-13
1
-69
/
+88
*
[ThinLTO] Use std::map to get determistic imports files
Teresa Johnson
2018-07-10
1
-5
/
+9
*
[ThinLTO] Print names in function import debug messages when available
Teresa Johnson
2018-06-27
1
-8
/
+15
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-58
/
+62
*
Make helpers static. NFC.
Benjamin Kramer
2018-04-04
1
-1
/
+2
*
[ThinLTO] Add an import cutoff for debugging/triaging
Teresa Johnson
2018-04-01
1
-0
/
+13
*
Reland r327041: [ThinLTO] Keep available_externally symbols live
Vlad Tsyrklevich
2018-03-13
1
-3
/
+20
*
[ThinLTO] Recommit of import global variables
Eugene Leviant
2018-03-12
1
-12
/
+83
*
Revert "[ThinLTO] Keep available_externally symbols live"
Eric Christopher
2018-03-09
1
-19
/
+3
*
[ThinLTO] Keep available_externally symbols live
Vlad Tsyrklevich
2018-03-08
1
-3
/
+19
*
[ThinLTO] Revert r325320: Import global variables
Chandler Carruth
2018-03-02
1
-84
/
+12
[next]