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] Use new in-place symbol changes for exporting module
Teresa Johnson
2016-01-08
1
-7
/
+3
*
[ThinLTO] Enable in-place symbol changes for exporting module
Teresa Johnson
2016-01-08
1
-39
/
+114
*
[ThinLTO] Rename variable to reflect bulk importing change (NFC)
Teresa Johnson
2015-12-21
1
-10
/
+11
*
Remove unused functions from ModuleLinker (NFC)
Teresa Johnson
2015-12-21
1
-54
/
+0
*
Rename variables to reflect linker split (NFC)
Teresa Johnson
2015-12-18
1
-4
/
+4
*
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2015-12-17
1
-5
/
+28
*
Mark a couple ModuleLinker member functions as const (NFC)
Teresa Johnson
2015-12-17
1
-2
/
+2
*
Change linkInModule to take a std::unique_ptr.
Rafael Espindola
2015-12-16
1
-7
/
+21
*
Use diagnostic handler in the LLVMContext
Rafael Espindola
2015-12-14
1
-17
/
+24
*
Avoid undefined behavior when vector is empty.
Rafael Espindola
2015-12-10
1
-2
/
+1
*
Slit lib/Linker in two.
Rafael Espindola
2015-12-10
1
-1273
/
+86
*
Synchronize the logic for deciding to link a gv.
Rafael Espindola
2015-12-09
1
-1
/
+6
*
Move all private members together. NFC.
Rafael Espindola
2015-12-08
1
-23
/
+22
*
Factor two calls to a common location.
Rafael Espindola
2015-12-07
1
-7
/
+3
*
Simplify the error handling a bit. NFC.
Rafael Espindola
2015-12-07
1
-10
/
+9
*
Link declaration lazily.
Rafael Espindola
2015-12-07
1
-0
/
+3
*
Change how the linker handles the old llvm.global_ctors.
Rafael Espindola
2015-12-07
1
-92
/
+34
*
[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
[next]