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
/
Linker
/
LinkModules.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ThinLTO] Helper for performing renaming/promotion on a module
Teresa Johnson
2015-12-04
1
-0
/
+12
*
Always pass a diagnostic handler to the linker.
Rafael Espindola
2015-12-04
1
-10
/
+0
*
[ThinLTO] Appending linkage fixes
Teresa Johnson
2015-12-03
1
-5
/
+9
*
Simplify ValueMap handling.
Rafael Espindola
2015-12-03
1
-42
/
+49
*
Don't pass member variables to member functions. NFC.
Rafael Espindola
2015-12-03
1
-17
/
+12
*
Adapt comment and rename variable in ModuleLinker to describe more accurately...
Mehdi Amini
2015-12-03
1
-4
/
+4
*
Remove "ExportingModule" from ThinLTO Index (NFC)
Mehdi Amini
2015-12-03
1
-1
/
+1
*
Switch the linker to having a whitelist of GVs.
Rafael Espindola
2015-12-02
1
-51
/
+67
*
Delete what is now duplicated code.
Rafael Espindola
2015-12-02
1
-28
/
+3
*
Also copy private linkage globals when needed.
Rafael Espindola
2015-12-02
1
-1
/
+1
*
Don't copy information from aliasee to alias.
Rafael Espindola
2015-12-02
1
-6
/
+1
*
Fix linking when we copy over only a decl.
Rafael Espindola
2015-12-02
1
-22
/
+34
*
Change ModuleLinker to take a set of GlobalValues to import instead of a sing...
Mehdi Amini
2015-12-02
1
-5
/
+5
*
Use default member initializers.
Rafael Espindola
2015-12-01
1
-4
/
+3
*
Remove unnecessary getter.
Rafael Espindola
2015-12-01
1
-4
/
+1
*
Pass down the dst GV to linkGlobalValueBody. NFC.
Rafael Espindola
2015-12-01
1
-9
/
+7
*
Delete unused includes.
Rafael Espindola
2015-12-01
1
-9
/
+0
*
clang-format LinkModules.cpp.
Rafael Espindola
2015-12-01
1
-19
/
+19
*
Use references now that it is natural to do so.
Rafael Espindola
2015-12-01
1
-77
/
+72
*
Delete dead code.
Rafael Espindola
2015-12-01
1
-5
/
+0
*
Use a forwarding constructor instead of an init method.
Rafael Espindola
2015-12-01
1
-10
/
+5
*
Delete the setModule method from the Linker.
Rafael Espindola
2015-12-01
1
-4
/
+0
*
Make appending var linking less of a special case.
Rafael Espindola
2015-12-01
1
-75
/
+36
*
Bring r254336 back:
Rafael Espindola
2015-12-01
1
-77
/
+78
*
This reverts commit r254336 and r254344.
Rafael Espindola
2015-11-30
1
-76
/
+77
*
Disable a consistency check.
Rafael Espindola
2015-11-30
1
-5
/
+1
*
Start deciding earlier what to link.
Rafael Espindola
2015-11-30
1
-77
/
+80
*
Fix another llvm.ctors merging bug.
Rafael Espindola
2015-11-30
1
-2
/
+3
*
Simplify. NFC.
Rafael Espindola
2015-11-29
1
-16
/
+12
*
Correctly handle llvm.global_ctors merging.
Rafael Espindola
2015-11-29
1
-42
/
+48
*
Fix a crash when writing merged bitcode.
Rafael Espindola
2015-11-29
1
-5
/
+14
*
Simplify the linking of recursive data.
Rafael Espindola
2015-11-27
1
-39
/
+35
*
Disallow aliases to available_externally.
Rafael Espindola
2015-11-26
1
-1
/
+4
*
[ThinLTO] Handle previously imported and promoted locals in module linker
Teresa Johnson
2015-11-24
1
-2
/
+2
*
Add const qualifier for FunctionInfoIndex in ModuleLinker and linkInModule() ...
Mehdi Amini
2015-11-23
1
-3
/
+4
*
Replace dyn_cast with isa in places that weren't using the returned value for...
Craig Topper
2015-11-18
1
-1
/
+1
*
Fix mapping of unmaterialized global values during metadata linking
Teresa Johnson
2015-11-15
1
-2
/
+3
*
[lib/Linker] Convert assert(false) to llvm_unreachable().
Davide Italiano
2015-11-13
1
-1
/
+1
*
Ensure ModuleLinker materializes complete comdat groups
Teresa Johnson
2015-11-10
1
-0
/
+16
*
[ThinLTO] Update comment per change in WeakAny handling (NFC)
Teresa Johnson
2015-11-10
1
-1
/
+3
*
[ThinLTO] WeakAny fixes/cleanup
Teresa Johnson
2015-11-10
1
-17
/
+18
*
Restore "Move metadata linking after lazy global materialization/linking."
Teresa Johnson
2015-11-06
1
-1
/
+20
*
Restore "Move metadata linking after lazy global materialization/linking."
Teresa Johnson
2015-11-06
1
-9
/
+9
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-50
/
+0
*
[ThinLTO] Always set linkage type to external when converting alias
Teresa Johnson
2015-11-04
1
-2
/
+4
*
Revert "Move metadata linking after lazy global materialization/linking."
Teresa Johnson
2015-11-03
1
-9
/
+9
*
Move metadata linking after lazy global materialization/linking.
Teresa Johnson
2015-11-03
1
-9
/
+9
*
Restore "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-03
1
-37
/
+356
*
Revert "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-02
1
-356
/
+37
*
Support for ThinLTO function importing and symbol linking.
Teresa Johnson
2015-11-02
1
-37
/
+356
[prev]
[next]