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
...
*
Add 'thinlto_src_module' md with asserts or -enable-import-metadata
Piotr Padlewski
2016-07-08
1
-6
/
+19
*
Add 'thinlto_src_module' metadata to imported function
Piotr Padlewski
2016-07-06
1
-0
/
+6
*
NFC changed names in FunctionImport
Piotr Padlewski
2016-07-06
1
-14
/
+14
*
Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...
Benjamin Kramer
2016-06-17
1
-3
/
+3
*
[ThinLTO/gold] Enable summary-based internalization
Teresa Johnson
2016-06-09
1
-2
/
+13
*
[ThinLTO] Refactor ODR resolution and internalization (NFC)
Teresa Johnson
2016-05-25
1
-0
/
+77
*
[ThinLTO] Don't re-analyze callee at same threshold unnecessarily
Teresa Johnson
2016-05-11
1
-1
/
+1
*
Delete mayBeOverridden.
Rafael Espindola
2016-05-11
1
-1
/
+1
*
[ThinLTO] Add option to emit imports files for distributed backends
Teresa Johnson
2016-05-10
1
-0
/
+15
*
Restore "[ThinLTO] Emit individual index files for distributed backends"
Teresa Johnson
2016-05-10
1
-0
/
+27
*
Revert "[ThinLTO] Emit individual index files for distributed backends"
Vitaly Buka
2016-05-05
1
-27
/
+0
*
[ThinLTO] Emit individual index files for distributed backends
Teresa Johnson
2016-05-05
1
-0
/
+27
*
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
[prev]
[next]