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] Re-commit of dot dumper after test fix
Eugene Leviant
2018-01-22
1
-2
/
+2
*
Temporarily revert r323062 to investigate buildbot failures
Eugene Leviant
2018-01-21
1
-2
/
+2
*
[ThinLTO] Implement summary visualizer
Eugene Leviant
2018-01-21
1
-2
/
+2
*
[ThinLTO] Remove unused code
Eugene Leviant
2017-12-18
1
-14
/
+0
*
Fix NDEBUG build problem in r320895
Teresa Johnson
2017-12-16
1
-1
/
+1
*
[ThinLTO] Enable importing of aliases as copy of aliasee
Teresa Johnson
2017-12-16
1
-21
/
+97
*
Revert r320464 as it breaks gold plugin tests
Eugene Leviant
2017-12-12
1
-0
/
+14
*
[ThinLTO] Remove unused code from thinLTOInternalizeModule
Eugene Leviant
2017-12-12
1
-14
/
+0
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-10
1
-30
/
+52
*
Revert the change that accidentally went in r314806.
Dehao Chen
2017-10-03
1
-4
/
+0
*
Update getMergedLocation to check the instruction type and merge properly.
Dehao Chen
2017-10-02
1
-0
/
+4
*
[ThinLTO] Fix dead stripping analysis for SamplePGO
Teresa Johnson
2017-09-20
1
-3
/
+3
*
Reland r313157, "ThinLTO: Correctly follow aliasee references when dead strip...
Peter Collingbourne
2017-09-14
1
-12
/
+5
*
Revert r313157 "ThinLTO: Correctly follow aliasee references when dead stripp...
Hans Wennborg
2017-09-14
1
-5
/
+8
*
ThinLTO: Correctly follow aliasee references when dead stripping.
Peter Collingbourne
2017-09-13
1
-8
/
+5
*
[ThinLTO] For SamplePGO, need to handle ICP targets consistently in thin link
Teresa Johnson
2017-09-13
1
-11
/
+29
*
[FunctionImport] Avoid unused variable warnings in Release builds
Benjamin Kramer
2017-08-29
1
-0
/
+2
*
[ThinLTO] Clean up stale alias import handling
Teresa Johnson
2017-08-29
1
-30
/
+2
*
[ThinLTO] Fix ThinLTO crash
Teresa Johnson
2017-08-19
1
-0
/
+15
*
Fix typo /NFC
Xinliang David Li
2017-08-11
1
-1
/
+1
*
Increase the ImportHotMultiplier to 10.0
Dehao Chen
2017-07-28
1
-1
/
+1
*
[FunctionImport] Prefer isa<> to dyn_cast<> as the value is not used.
Davide Italiano
2017-07-27
1
-1
/
+1
*
ThinLTO: Don't import aliases of any kind (even linkonce_odr)
David Blaikie
2017-07-27
1
-19
/
+9
*
Revert "Restore with fix "[ThinLTO] Ensure we always select the same function...
Teresa Johnson
2017-07-17
1
-14
/
+4
*
Restore with fix "[ThinLTO] Ensure we always select the same function copy to...
Teresa Johnson
2017-07-15
1
-4
/
+14
*
Revert r308078 (and subsequent tweak in r308079) which introduces a test
Chandler Carruth
2017-07-15
1
-14
/
+4
*
[ThinLTO] Ensure we always select the same function copy to import
Teresa Johnson
2017-07-15
1
-4
/
+14
*
Increase the import-threshold for crtical functions.
Dehao Chen
2017-07-07
1
-0
/
+8
*
[lib/LTO] Add a comment to explain where we set the linkage in the summary.
Davide Italiano
2017-07-06
1
-0
/
+5
*
[LTO] Fix the interaction between linker redefined symbols and ThinLTO
Davide Italiano
2017-07-06
1
-2
/
+10
*
(NFC) Track global summary liveness in GVFlags.
Evgeniy Stepanov
2017-06-01
1
-60
/
+47
*
Revert "ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator."
Adrian Prantl
2017-05-19
1
-4
/
+1
*
ThinLTO: Verify bitcode before lauching the ThinLTOCodeGenerator.
Adrian Prantl
2017-05-19
1
-1
/
+4
*
FunctionImport: Simplify function llvm::thinLTOInternalizeModule. NFCI.
Peter Collingbourne
2017-05-09
1
-10
/
+5
*
Re-apply r302108, "IR: Use pointers instead of GUIDs to represent edges in th...
Peter Collingbourne
2017-05-04
1
-54
/
+43
*
Revert "IR: Use pointers instead of GUIDs to represent edges in the module su...
Eric Liu
2017-05-04
1
-43
/
+54
*
IR: Use pointers instead of GUIDs to represent edges in the module summary. N...
Peter Collingbourne
2017-05-04
1
-54
/
+43
*
Object: Remove ModuleSummaryIndexObjectFile class.
Peter Collingbourne
2017-05-01
1
-1
/
+1
*
[FunctionImport] assert(false) -> llvm_unreachable(). NFCI.
Davide Italiano
2017-04-14
1
-1
/
+1
*
SamplePGO ThinLTO ICP fix for local functions.
Dehao Chen
2017-03-14
1
-0
/
+9
*
Perform symbol binding for .symver versioned symbols
Teresa Johnson
2017-03-09
1
-1
/
+1
*
IRMover: Merge flags LinkModuleInlineAsm and IsPerformingImport.
Peter Collingbourne
2017-02-03
1
-1
/
+1
*
FunctionImport: Use IRMover directly.
Peter Collingbourne
2017-02-03
1
-7
/
+12
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-03
1
-7
/
+0
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-03
1
-0
/
+7
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-7
/
+0
*
FunctionImport: Remove the -disable-force-link-odr flag and change importFunc...
Peter Collingbourne
2017-02-02
1
-13
/
+3
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-0
/
+7
*
Revert "[ThinLTO] Add an auto-hide feature"
Mehdi Amini
2017-02-02
1
-7
/
+0
*
[ThinLTO] Add an auto-hide feature
Mehdi Amini
2017-02-02
1
-0
/
+7
[prev]
[next]