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
/
test
/
Linker
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Linker] Remove llc usage from link-arm-and-thumb.ll test case.
Florian Hahn
2017-06-07
1
-9
/
+6
*
[Linker] Remove warning when linking ARM and Thumb IR modules.
Florian Hahn
2017-06-07
2
-0
/
+42
*
Support for taking the max of module flags when linking, use for PIE/PIC
Teresa Johnson
2017-05-23
2
-8
/
+10
*
Remap metadata attached to global variables.
Evgeniy Stepanov
2017-05-04
1
-0
/
+11
*
Remove line and file from DINamespace.
Adrian Prantl
2017-04-28
3
-3
/
+3
*
[Linker] Provide callback for internalization
Jonas Devlieghere
2017-03-13
2
-0
/
+11
*
Verifier: Disallow a line number without a file in DISubprogram
Justin Bogner
2017-02-17
1
-1
/
+1
*
Linker: Move special casing for available_externally in IRMover to clients. N...
Peter Collingbourne
2017-02-02
1
-0
/
+2
*
Renumber testcase metadata nodes after r290153.
Adrian Prantl
2016-12-22
4
-78
/
+101
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-20
5
-11
/
+15
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
5
-15
/
+11
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
5
-11
/
+15
*
Revert "[IR] Remove the DIExpression field from DIGlobalVariable."
Adrian Prantl
2016-12-16
5
-15
/
+11
*
[IR] Remove the DIExpression field from DIGlobalVariable.
Adrian Prantl
2016-12-16
5
-11
/
+15
*
[ThinLTO] Stop importing constant global vars as copies in the backend
Teresa Johnson
2016-12-02
1
-2
/
+4
*
Linker: Remove unnecessary call to copyMetadata in IRLinker::linkGlobalVariable.
Peter Collingbourne
2016-11-14
3
-4
/
+76
*
Fix autoupgrade logic for Objective-C class properties module flag
Mehdi Amini
2016-09-16
2
-0
/
+21
*
DebugInfo: New metadata representation for global variables.
Peter Collingbourne
2016-09-13
4
-14
/
+15
*
IR: Drop uniquing when an MDNode Value operand is deleted
Duncan P. N. Exon Smith
2016-08-03
2
-0
/
+17
*
Don't verify inputs to the Linker if ODR merging.
Rafael Espindola
2016-06-29
3
-1
/
+27
*
Linker: Copy metadata when linking declarations.
Peter Collingbourne
2016-06-24
1
-0
/
+19
*
ValueMapper: fix assertion when null-mapping a constant for linking metadata
Mehdi Amini
2016-05-28
1
-0
/
+11
*
Linker: teach the IR mover to return llvm::Error.
Peter Collingbourne
2016-05-27
2
-2
/
+2
*
IRLinker: fix double scheduling of mapping a global value because of an alias
Mehdi Amini
2016-05-25
1
-0
/
+13
*
Make "@name =" mandatory for globals in .ll files.
Rafael Espindola
2016-05-10
1
-1
/
+1
*
DebugInfo: Remove MDString-based type references
Duncan P. N. Exon Smith
2016-04-23
12
-58
/
+58
*
Fix recursive -only-needed.
Rafael Espindola
2016-04-21
2
-0
/
+19
*
ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...
Mehdi Amini
2016-04-21
1
-1
/
+1
*
ThinLTO: never promote as external weak
Mehdi Amini
2016-04-20
1
-1
/
+1
*
IR: Enable debug info type ODR uniquing for forward decls
Duncan P. N. Exon Smith
2016-04-19
2
-4
/
+31
*
Linker: Simplify test/Linker/dicompositetype-unique.ll, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-11
/
+9
*
ModuleLinker: Do not import linkonce/weak as "external_weak"
Mehdi Amini
2016-04-19
1
-2
/
+2
*
IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFC
Duncan P. N. Exon Smith
2016-04-19
1
-2
/
+2
*
[DWARF] Force a linkage_name on an inlined subprogram's abstract origin.
Paul Robinson
2016-04-18
1
-2
/
+2
*
IR: Use an explicit map for debug info type uniquing
Duncan P. N. Exon Smith
2016-04-17
2
-0
/
+46
*
IR: Use ODR to unique DICompositeType members
Duncan P. N. Exon Smith
2016-04-17
1
-0
/
+4
*
Linker: Clarify test/Linker/type-unique-odr-a.ll, NFC
Duncan P. N. Exon Smith
2016-04-17
1
-17
/
+23
*
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
Adrian Prantl
2016-04-15
37
-174
/
+133
*
Move summary creation out of llvm-as into opt
Mehdi Amini
2016-04-12
5
-12
/
+12
*
ThinLTO renaming: use module hash instead of position in the summary
Mehdi Amini
2016-04-11
1
-11
/
+11
*
Legalize the debug info in this testcase in anticipation of future Verifier i...
Adrian Prantl
2016-04-11
2
-27
/
+46
*
Add missing DICompileUnit to this testcase
Adrian Prantl
2016-04-11
2
-0
/
+8
*
More upgrading of old- and very-old-style debug info in testcases.
Adrian Prantl
2016-04-11
2
-0
/
+4
*
testcase gardening: update the emissionKind enum to the new syntax. (NFC)
Adrian Prantl
2016-04-01
35
-35
/
+35
*
Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.
Adrian Prantl
2016-03-31
21
-21
/
+21
*
Upgrade some wildly anachronistic debug info in testcases.
Adrian Prantl
2016-03-29
4
-8
/
+2
*
Fix another case where we were unconditionally linking linkonce GVs.
Rafael Espindola
2016-03-24
2
-0
/
+18
*
Fix resolution of linkonce symbols in comdats.
Rafael Espindola
2016-03-24
2
-0
/
+15
*
Fix lazy linking of comdat members.
Rafael Espindola
2016-03-24
1
-2
/
+2
*
Fix logic for which symbols to keep with comdats.
Rafael Espindola
2016-03-23
3
-1
/
+93
[next]