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
...
*
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
*
Linker: Remove implicit ilist iterator conversion, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-1
/
+1
*
Fix -Wdeprecated regarding ORC copying ValueMaterializers
David Blaikie
2015-10-19
1
-1
/
+1
*
[opaque pointer types] Switch a few cases of getElementType over, since I had...
David Blaikie
2015-09-14
1
-2
/
+2
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
1
-1
/
+2
*
New bitcode linker flags:
Artem Belevich
2015-09-01
1
-13
/
+33
*
Linker: Remove empty destructor.
Peter Collingbourne
2015-08-21
1
-3
/
+0
*
Linker: Move distinct MDNodes instead of cloning
Duncan P. N. Exon Smith
2015-08-03
1
-17
/
+20
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Linker: Do not expect comdat to exist in source module.
Peter Collingbourne
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-0
/
+5
*
Rangify several for loops, NFC.
Yaron Keren
2015-06-15
1
-17
/
+15
*
Fix returning error message in LLVMLinkModules
Eli Bendersky
2015-06-12
1
-1
/
+3
[prev]
[next]