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: do not import function whose linkage prevents inlining.
Mehdi Amini
2016-05-03
1
-2
/
+2
*
Revert "ThinLTO: do not import function whose linkage prevents inlining."
Mehdi Amini
2016-05-02
1
-2
/
+2
*
ThinLTO: do not import function whose linkage prevents inlining.
Mehdi Amini
2016-05-02
1
-2
/
+2
*
ThinLTO: do not promote GlobalVariable that have a specific section.
Mehdi Amini
2016-04-27
1
-4
/
+70
*
[ThinLTO] Introduce typedef for commonly-used map type (NFC)
Teresa Johnson
2016-04-25
1
-7
/
+4
*
[ThinLTO] Remove GlobalValueInfo class from index
Teresa Johnson
2016-04-24
1
-32
/
+29
*
Always traverse GlobalVariable initializer when computing the export list
Mehdi Amini
2016-04-23
1
-21
/
+50
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...
Mehdi Amini
2016-04-21
1
-4
/
+16
*
FunctionImport: make sure we always select the right callee in presence of alias
Mehdi Amini
2016-04-20
1
-14
/
+16
*
ThinLTO: Move alias importing decision on the summary
Mehdi Amini
2016-04-20
1
-5
/
+16
*
Minor improvement to debug output for Function Importer (NFC)
Mehdi Amini
2016-04-19
1
-9
/
+9
*
ThinLTO: Move the ODR resolution to be based purely on the summary.
Mehdi Amini
2016-04-16
1
-38
/
+19
*
ThinLTO: Make aliases explicit in the summary
Mehdi Amini
2016-04-16
1
-32
/
+54
*
Revert "Make aliases explicit in the summary"
Mehdi Amini
2016-04-13
1
-54
/
+32
*
Make aliases explicit in the summary
Mehdi Amini
2016-04-13
1
-32
/
+54
*
Fix FunctionImport export list computation: need to take a reference to a map...
Mehdi Amini
2016-04-13
1
-1
/
+1
*
[ThinLTO] Only compute imports for current module in FunctionImport pass
Teresa Johnson
2016-04-12
1
-24
/
+48
*
[ThinLTO] Move summary computation from BitcodeWriter to new pass
Teresa Johnson
2016-04-11
1
-3
/
+4
*
[ThinLTO] Remove unused parameter (NFC)
Teresa Johnson
2016-04-10
1
-9
/
+7
*
[ThinLTO] Augment FunctionImport dump with value name to GUID map
Teresa Johnson
2016-04-04
1
-3
/
+18
*
Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)
Mehdi Amini
2016-04-02
1
-6
/
+8
*
Add a module Hash in the bitcode and the combined index, implementing a kind ...
Mehdi Amini
2016-04-01
1
-1
/
+1
*
Revert "Add support for computing SHA1 in LLVM"
Mehdi Amini
2016-04-01
1
-1
/
+1
*
Add a module Hash in the bitcode and the combined index, implementing a kind ...
Mehdi Amini
2016-04-01
1
-1
/
+1
*
[ThinLTO] Use new GlobalValue::getGUID helper (NFC)
Teresa Johnson
2016-03-29
1
-2
/
+1
*
[ThinLTO] Add optional import message and statistics
Teresa Johnson
2016-03-27
1
-0
/
+14
*
[ThinLTO] Don't try to import alias unless aliasee can be imported
Teresa Johnson
2016-03-27
1
-4
/
+4
*
ThinLTO: use the callgraph from the combined index to drive the FunctionImporter
Mehdi Amini
2016-03-26
1
-249
/
+254
*
Rework linkInModule(), making it oblivious to ThinLTO
Mehdi Amini
2016-03-19
1
-2
/
+4
*
Move global ID computation from Function to GlobalValue (NFC)
Teresa Johnson
2016-03-15
1
-1
/
+1
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-15
1
-19
/
+20
*
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
Teresa Johnson
2016-03-14
1
-20
/
+19
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-14
1
-19
/
+20
*
[ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson
2016-03-11
1
-2
/
+2
*
FunctionIndex is not optional for renameModuleForThinLTO(), make it a referen...
Mehdi Amini
2016-03-09
1
-1
/
+1
*
Fix Windows bot failure in Transforms/FunctionImport/funcimport.ll
Teresa Johnson
2016-02-10
1
-1
/
+1
*
FunctionImport: add a progressive heuristic to limit importing too deep in th...
Mehdi Amini
2016-02-10
1
-26
/
+62
*
Restore "[ThinLTO] Use MD5 hash in function index." with fix
Teresa Johnson
2016-02-10
1
-8
/
+10
*
Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure
Teresa Johnson
2016-02-10
1
-10
/
+8
*
[ThinLTO] Use MD5 hash in function index.
Teresa Johnson
2016-02-10
1
-8
/
+10
*
[ThinLTO] Move global processing from Linker to TransformUtils (NFC)
Teresa Johnson
2016-02-10
1
-0
/
+1
*
[ThinLTO] Do metadata linking during batch function importing
Teresa Johnson
2016-01-22
1
-27
/
+7
*
[ThinLTO] Handle an external call from an import to an alias in dest
Teresa Johnson
2016-01-12
1
-0
/
+2
*
[ThinLTO] Use new in-place symbol changes for exporting module
Teresa Johnson
2016-01-08
1
-2
/
+7
*
[ThinLTO] Delay metadata materializtion in function importer
Teresa Johnson
2016-01-08
1
-4
/
+9
*
[FunctionImport] Move pass into anonymous namespace.
Benjamin Kramer
2015-12-24
1
-0
/
+2
*
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2015-12-17
1
-1
/
+23
[next]