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
/
test
/
Transforms
/
FunctionImport
/
funcimport.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
1
-0
/
+162
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
1
-162
/
+0
*
[ThinLTO] Allow importing of functions with var args
Teresa Johnson
2018-12-01
1
-6
/
+6
*
[ThinLTO] Update handling of vararg functions to match inliner
Teresa Johnson
2018-11-14
1
-6
/
+15
*
[ThinLTO] Recommit of import global variables
Eugene Leviant
2018-03-12
1
-2
/
+11
*
[ThinLTO] Revert r325320: Import global variables
Chandler Carruth
2018-03-02
1
-11
/
+2
*
[ThinLTO] Import global variables
Eugene Leviant
2018-02-16
1
-2
/
+11
*
Make GlobalValues with non-default visibilility dso_local.
Rafael Espindola
2018-01-18
1
-4
/
+4
*
Make internal/private GVs implicitly dso_local.
Rafael Espindola
2018-01-11
1
-4
/
+4
*
[ThinLTO] Enable importing of aliases as copy of aliasee
Teresa Johnson
2017-12-16
1
-5
/
+6
*
ThinLTO: Don't import aliases of any kind (even linkonce_odr)
David Blaikie
2017-07-27
1
-6
/
+3
*
FunctionImport: Remove the -disable-force-link-odr flag and change importFunc...
Peter Collingbourne
2017-02-02
1
-7
/
+3
*
[ThinLTO] Resolve old FIXME for alias importing in test
Teresa Johnson
2017-02-02
1
-2
/
+4
*
Don't import variadic functions
Piotr Padlewski
2016-08-11
1
-0
/
+4
*
[PM] Port FunctionImport Pass to new PM
Teresa Johnson
2016-07-18
1
-0
/
+2
*
Add 'thinlto_src_module' md with asserts or -enable-import-metadata
Piotr Padlewski
2016-07-08
1
-2
/
+2
*
Revert "Add 'thinlto_src_module' md with asserts or -enable-import-metadata"
Piotr Padlewski
2016-07-08
1
-3
/
+3
*
Add 'thinlto_src_module' md with asserts or -enable-import-metadata
Piotr Padlewski
2016-07-08
1
-3
/
+3
*
Add 'thinlto_src_module' metadata to imported function
Piotr Padlewski
2016-07-06
1
-10
/
+11
*
ThinLTO: do not import function whose linkage prevents inlining.
Mehdi Amini
2016-05-03
1
-0
/
+5
*
Revert "ThinLTO: do not import function whose linkage prevents inlining."
Mehdi Amini
2016-05-02
1
-5
/
+0
*
ThinLTO: do not import function whose linkage prevents inlining.
Mehdi Amini
2016-05-02
1
-0
/
+5
*
ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...
Mehdi Amini
2016-04-21
1
-3
/
+15
*
ThinLTO: Make aliases explicit in the summary
Mehdi Amini
2016-04-16
1
-1
/
+1
*
Revert "Make aliases explicit in the summary"
Mehdi Amini
2016-04-13
1
-1
/
+1
*
Make aliases explicit in the summary
Mehdi Amini
2016-04-13
1
-1
/
+1
*
Move summary creation out of llvm-as into opt
Mehdi Amini
2016-04-12
1
-2
/
+2
*
ThinLTO renaming: use module hash instead of position in the summary
Mehdi Amini
2016-04-11
1
-8
/
+8
*
[ThinLTO] Move summary computation from BitcodeWriter to new pass
Teresa Johnson
2016-04-11
1
-5
/
+3
*
Fix bot errors from r265327, exact GUID which depends on path
Teresa Johnson
2016-04-04
1
-34
/
+33
*
[ThinLTO] Add option to dump value name to GUID mapping
Teresa Johnson
2016-04-04
1
-1
/
+36
*
llvm/test/Transforms/FunctionImport/funcimport.ll: -stats REQUIRES +Asserts.
NAKAMURA Takumi
2016-03-28
1
-0
/
+2
*
Use DAG check to try to appease bot
Teresa Johnson
2016-03-27
1
-1
/
+1
*
[ThinLTO] Add optional import message and statistics
Teresa Johnson
2016-03-27
1
-1
/
+14
*
ThinLTO: use the callgraph from the combined index to drive the FunctionImporter
Mehdi Amini
2016-03-26
1
-2
/
+2
*
Rework linkInModule(), making it oblivious to ThinLTO
Mehdi Amini
2016-03-19
1
-1
/
+1
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-15
1
-2
/
+2
*
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
Teresa Johnson
2016-03-14
1
-2
/
+2
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-14
1
-2
/
+2
*
[IRMover] Don't copy personality, etc unless creating def
Teresa Johnson
2016-01-12
1
-0
/
+2
*
Delete what is now duplicated code.
Rafael Espindola
2015-12-02
1
-2
/
+2
*
Disallow aliases to available_externally.
Rafael Espindola
2015-11-26
1
-3
/
+8
*
[ThinLTO] Add option to limit importing based on instruction count
Teresa Johnson
2015-11-24
1
-4
/
+9
*
[ThinLTO] Enable iterative importing in FunctionImport pass
Teresa Johnson
2015-11-24
1
-0
/
+10
*
[ThinLTO] Handle previously imported and promoted locals in module linker
Teresa Johnson
2015-11-24
1
-0
/
+6
*
[ThinLTO] Fix FunctionImport alias checking and test
Teresa Johnson
2015-11-24
1
-3
/
+10
*
Add a FunctionImporter helper to perform summary-based cross-module function ...
Mehdi Amini
2015-11-24
1
-0
/
+42