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 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
*
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
2015-12-16
1
-13
/
+22
*
A better attempt to add a missing include
Rafael Espindola
2015-12-14
1
-1
/
+0
*
Trying to fix the build in a bot.
Rafael Espindola
2015-12-14
1
-0
/
+1
*
Use diagnostic handler in the LLVMContext
Rafael Espindola
2015-12-14
1
-2
/
+2
*
[ThinLTO] Debug message cleanup (NFC)
Teresa Johnson
2015-12-10
1
-8
/
+8
*
Don't assign a temporary string to a StringRef.
Rafael Espindola
2015-12-09
1
-1
/
+1
*
[ThinLTO] FunctionImport pass can take a const index pointer (NFC)
Teresa Johnson
2015-12-09
1
-3
/
+3
*
The current importing scheme is processing one function at a time,
Mehdi Amini
2015-12-09
1
-54
/
+144
*
Fix/Improve Debug print in FunctionImport pass
Mehdi Amini
2015-12-08
1
-9
/
+12
*
Remove caching in FunctionImport: a Module can't be reused after being linked...
Mehdi Amini
2015-12-08
1
-20
/
+13
*
[ThinLTO] Support for specifying function index from pass manager
Teresa Johnson
2015-12-07
1
-11
/
+28
*
clang-format FunctionImport after refactoring (NFC)
Mehdi Amini
2015-12-03
1
-9
/
+10
*
Refactor FunctionImporter::importFunctions with a helper function to process ...
Mehdi Amini
2015-12-03
1
-29
/
+45
*
Change ModuleLinker to take a set of GlobalValues to import instead of a sing...
Mehdi Amini
2015-12-02
1
-1
/
+5
*
Modify FunctionImport to take a callback to load modules
Mehdi Amini
2015-12-02
1
-4
/
+7
*
Use references now that it is natural to do so.
Rafael Espindola
2015-12-01
1
-2
/
+2
*
[ThinLTO] Wrap dbgs() output in DEBUG macro
Teresa Johnson
2015-12-01
1
-5
/
+5
*
[ThinLTO] Remove stale comment (NFC)
Teresa Johnson
2015-12-01
1
-4
/
+0
*
[ThinLTO] Add option to limit importing based on instruction count
Teresa Johnson
2015-11-24
1
-0
/
+12
*
[ThinLTO] Refactor function body scan during importing into helper (NFC)
Teresa Johnson
2015-11-24
1
-36
/
+27
*
[ThinLTO] Enable iterative importing in FunctionImport pass
Teresa Johnson
2015-11-24
1
-2
/
+36
*
[ThinLTO] Fix FunctionImport alias checking and test
Teresa Johnson
2015-11-24
1
-4
/
+5
*
Add a FunctionImporter helper to perform summary-based cross-module function ...
Mehdi Amini
2015-11-24
1
-0
/
+239