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
/
Utils
/
FunctionImportUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Fix importing of writeonly variables in distributed ThinLTO
Teresa Johnson
2019-12-04
1
-1
/
+1
*
[ThinLTO] Avoid extra index lookup during promotion
Teresa Johnson
2019-11-18
1
-12
/
+11
*
[ThinLTO] Promotion handling cleanup (NFC)
Teresa Johnson
2019-11-18
1
-21
/
+12
*
Recommit "[ThinLTO] Add correctness check for RO/WO variable import"
evgeny
2019-11-15
1
-3
/
+3
*
Revert "[ThinLTO] Add correctness check for RO/WO variable import"
Benjamin Kramer
2019-11-14
1
-3
/
+3
*
[ThinLTO] Add correctness check for RO/WO variable import
evgeny
2019-11-14
1
-3
/
+3
*
[ThinLTO] Fix bug when importing writeonly variables
evgeny
2019-11-08
1
-3
/
+14
*
[ThinLTO] Import readonly vars with refs
evgeny
2019-11-07
1
-2
/
+2
*
Recommit "[ThinLTO] Handle GUID collision in import global processing""
Teresa Johnson
2019-11-01
1
-5
/
+16
*
Revert "[LLD][ThinLTO] Handle GUID collision in import global processing"
Teresa Johnson
2019-11-01
1
-11
/
+5
*
[LLD][ThinLTO] Handle GUID collision in import global processing
Teresa Johnson
2019-10-25
1
-5
/
+11
*
FunctionImportGlobalProcessing::processGlobalForThinLTO - silence static anal...
Simon Pilgrim
2019-09-27
1
-1
/
+1
*
[ThinLTO] Attempt to recommit r365188 after alignment fix
Eugene Leviant
2019-07-05
1
-6
/
+7
*
Reverted r365188 due to alignment problems on i686-android
Eugene Leviant
2019-07-05
1
-7
/
+6
*
[ThinLTO] Attempt to recommit r365040 after caching fix
Eugene Leviant
2019-07-05
1
-6
/
+7
*
Revert [ThinLTO] Optimize writeonly globals out
Reid Kleckner
2019-07-04
1
-7
/
+6
*
[ThinLTO] Optimize writeonly globals out
Eugene Leviant
2019-07-03
1
-6
/
+7
*
Change some dyn_cast to more apropriate isa. NFC
Fangrui Song
2019-04-05
1
-3
/
+3
*
Recommit "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT le...
Teresa Johnson
2019-01-31
1
-0
/
+18
*
Revert "[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT leader"
Teresa Johnson
2019-01-31
1
-17
/
+0
*
[ThinLTO] Rename COMDATs for COFF when promoting/renaming COMDAT leader
Teresa Johnson
2019-01-31
1
-0
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ThinLTO] Compute synthetic function entry count
Easwaran Raman
2018-12-13
1
-2
/
+17
*
[ThinLTO] Correct linkonce_any function import linkage. NFC.
Xin Tong
2018-11-28
1
-5
/
+6
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-16
1
-2
/
+19
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
1
-19
/
+2
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
1
-2
/
+19
*
[ThinLTO] Clear dllimport when setting dso_local.
Rafael Espindola
2018-03-13
1
-1
/
+4
*
LTO: Include dso-local bit in ThinLTO cache key.
Peter Collingbourne
2018-02-05
1
-10
/
+2
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-04
1
-0
/
+17
*
Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."
Sean Fertile
2017-11-04
1
-17
/
+0
*
[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.
Sean Fertile
2017-11-03
1
-0
/
+17
*
Fix assert from r309278
David Blaikie
2017-07-27
1
-4
/
+4
*
ThinLTO: Don't import aliases of any kind (even linkonce_odr)
David Blaikie
2017-07-27
1
-17
/
+7
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
FunctionImport: Use IRMover directly.
Peter Collingbourne
2017-02-03
1
-7
/
+7
*
[ThinLTO] Handle conflicting local names gracefully
Teresa Johnson
2017-01-06
1
-6
/
+9
*
[ThinLTO] Add parenthesis as per build warning
Teresa Johnson
2017-01-05
1
-3
/
+2
*
[ThinLTO] Subsume all importing checks into a single flag
Teresa Johnson
2017-01-05
1
-6
/
+19
*
[ThinLTO] Stop importing constant global vars as copies in the backend
Teresa Johnson
2016-12-02
1
-11
/
+0
*
[ThinLTO] Only promote exported locals as marked in index
Teresa Johnson
2016-11-14
1
-16
/
+18
*
[ThinLTO] Handle distributed backend case when doing renaming
Teresa Johnson
2016-11-03
1
-4
/
+19
*
[ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm
Teresa Johnson
2016-10-30
1
-8
/
+0
*
[ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC)
Teresa Johnson
2016-10-29
1
-3
/
+3
*
[ThinLTO] Use NoPromote flag in summary during promotion
Teresa Johnson
2016-10-29
1
-13
/
+19
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-1
/
+1
*
ThinLTO: fix assertion and refactor check for hidden use from inline ASM in a...
Mehdi Amini
2016-05-06
1
-23
/
+6
*
[ThinLTO] Refine fix to avoid renaming of uses in inline assembly.
Teresa Johnson
2016-04-27
1
-8
/
+16
*
ThinLTO: do not promote GlobalVariable that have a specific section.
Mehdi Amini
2016-04-27
1
-0
/
+5
[next]