index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Linker
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-18
[ThinLTO/LTO] Don't link in unneeded metadata
Teresa Johnson
3
-2
/
+87
2015-12-17
[ThinLTO] Metadata linking for imported functions
Teresa Johnson
2
-0
/
+109
2015-12-14
Use diagnostic handler in the LLVMContext
Rafael Espindola
1
-1
/
+1
2015-12-10
Fix another case where the linkage was not set.
Rafael Espindola
2
-1
/
+12
2015-12-10
Slit lib/Linker in two.
Rafael Espindola
1
-7
/
+28
2015-12-09
Synchronize the logic for deciding to link a gv.
Rafael Espindola
2
-0
/
+14
2015-12-08
Add a test showing that we internalize lazily linked GVs.
Rafael Espindola
2
-0
/
+12
2015-12-08
Simplify test. NFC.
Rafael Espindola
1
-6
/
+4
2015-12-07
Link declaration lazily.
Rafael Espindola
13
-6
/
+61
2015-12-07
Simplify test.
Rafael Espindola
1
-3
/
+1
2015-12-07
Change how the linker handles the old llvm.global_ctors.
Rafael Espindola
1
-0
/
+8
2015-12-03
Simplify test. NFC.
Rafael Espindola
1
-8
/
+4
2015-12-03
[ThinLTO] Appending linkage fixes
Teresa Johnson
2
-0
/
+26
2015-12-02
Switch the linker to having a whitelist of GVs.
Rafael Espindola
1
-4
/
+4
2015-12-02
Delete what is now duplicated code.
Rafael Espindola
1
-8
/
+8
2015-12-02
Also copy private linkage globals when needed.
Rafael Espindola
2
-0
/
+15
2015-12-02
Don't copy information from aliasee to alias.
Rafael Espindola
2
-2
/
+2
2015-12-02
Fix linking when we copy over only a decl.
Rafael Espindola
2
-0
/
+21
2015-12-02
Add an interesting case we already get right.
Rafael Espindola
1
-0
/
+14
2015-12-01
Simplify test. NFC.
Rafael Espindola
1
-3
/
+2
2015-12-01
Bring r254336 back:
Rafael Espindola
6
-0
/
+72
2015-11-30
This reverts commit r254336 and r254344.
Rafael Espindola
4
-33
/
+0
2015-11-30
Disable a consistency check.
Rafael Espindola
2
-22
/
+0
2015-11-30
Start deciding earlier what to link.
Rafael Espindola
6
-0
/
+55
2015-11-30
Avoid writing to source directory of tests
Reid Kleckner
1
-1
/
+1
2015-11-30
Fix another llvm.ctors merging bug.
Rafael Espindola
2
-0
/
+15
2015-11-29
Make this test less strict.
Rafael Espindola
1
-5
/
+5
2015-11-29
Correctly handle llvm.global_ctors merging.
Rafael Espindola
2
-0
/
+13
2015-11-29
Fix a crash when writing merged bitcode.
Rafael Espindola
1
-0
/
+3
2015-11-27
Pass .ll directly to llvm-link.
Rafael Espindola
1
-7
/
+4
2015-11-27
Pass .ll directly to llvm-link
Rafael Espindola
1
-3
/
+1
2015-11-27
Modernize the test a bit
Rafael Espindola
1
-7
/
+2
2015-11-26
Disallow aliases to available_externally.
Rafael Espindola
1
-3
/
+9
2015-11-22
Have a single way for creating unique value names.
Rafael Espindola
4
-7
/
+7
2015-11-21
[ThinLTO] Handle bitcode without function summary sections gracefully
Teresa Johnson
1
-0
/
+7
2015-11-21
llvm-link option and test for recent metadata mapping bug
Teresa Johnson
1
-0
/
+5
2015-11-19
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
3
-6
/
+6
2015-11-18
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
3
-6
/
+6
2015-11-12
[ThinLTO] Update test to be more tolerant of ordering changes
Teresa Johnson
1
-40
/
+40
2015-11-10
Ensure ModuleLinker materializes complete comdat groups
Teresa Johnson
3
-16
/
+21
2015-11-10
[ThinLTO] WeakAny fixes/cleanup
Teresa Johnson
1
-0
/
+2
2015-11-06
Restore "Move metadata linking after lazy global materialization/linking."
Teresa Johnson
3
-5
/
+69
2015-11-06
Restore "Move metadata linking after lazy global materialization/linking."
Teresa Johnson
2
-0
/
+25
2015-11-05
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
26
-100
/
+91
2015-11-04
[ThinLTO] Always set linkage type to external when converting alias
Teresa Johnson
1
-0
/
+11
2015-11-03
Revert "Move metadata linking after lazy global materialization/linking."
Teresa Johnson
2
-25
/
+0
2015-11-03
Move metadata linking after lazy global materialization/linking.
Teresa Johnson
2
-0
/
+25
2015-11-03
Restore "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2
-0
/
+197
2015-11-02
Revert "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2
-197
/
+0
2015-11-02
Support for ThinLTO function importing and symbol linking.
Teresa Johnson
2
-0
/
+197
[next]