summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker
Commit message (Expand)AuthorAgeFilesLines
* [Linker] Remove llc usage from link-arm-and-thumb.ll test case.Florian Hahn2017-06-071-9/+6
* [Linker] Remove warning when linking ARM and Thumb IR modules.Florian Hahn2017-06-072-0/+42
* Support for taking the max of module flags when linking, use for PIE/PICTeresa Johnson2017-05-232-8/+10
* Remap metadata attached to global variables.Evgeniy Stepanov2017-05-041-0/+11
* Remove line and file from DINamespace.Adrian Prantl2017-04-283-3/+3
* [Linker] Provide callback for internalizationJonas Devlieghere2017-03-132-0/+11
* Verifier: Disallow a line number without a file in DISubprogramJustin Bogner2017-02-171-1/+1
* Linker: Move special casing for available_externally in IRMover to clients. N...Peter Collingbourne2017-02-021-0/+2
* Renumber testcase metadata nodes after r290153.Adrian Prantl2016-12-224-78/+101
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-205-11/+15
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-165-15/+11
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-165-11/+15
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-165-15/+11
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-165-11/+15
* [ThinLTO] Stop importing constant global vars as copies in the backendTeresa Johnson2016-12-021-2/+4
* Linker: Remove unnecessary call to copyMetadata in IRLinker::linkGlobalVariable.Peter Collingbourne2016-11-143-4/+76
* Fix autoupgrade logic for Objective-C class properties module flagMehdi Amini2016-09-162-0/+21
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-134-14/+15
* IR: Drop uniquing when an MDNode Value operand is deletedDuncan P. N. Exon Smith2016-08-032-0/+17
* Don't verify inputs to the Linker if ODR merging.Rafael Espindola2016-06-293-1/+27
* Linker: Copy metadata when linking declarations.Peter Collingbourne2016-06-241-0/+19
* ValueMapper: fix assertion when null-mapping a constant for linking metadataMehdi Amini2016-05-281-0/+11
* Linker: teach the IR mover to return llvm::Error.Peter Collingbourne2016-05-272-2/+2
* IRLinker: fix double scheduling of mapping a global value because of an aliasMehdi Amini2016-05-251-0/+13
* Make "@name =" mandatory for globals in .ll files.Rafael Espindola2016-05-101-1/+1
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-2312-58/+58
* Fix recursive -only-needed.Rafael Espindola2016-04-212-0/+19
* ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi...Mehdi Amini2016-04-211-1/+1
* ThinLTO: never promote as external weakMehdi Amini2016-04-201-1/+1
* IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith2016-04-192-4/+31
* Linker: Simplify test/Linker/dicompositetype-unique.ll, NFCDuncan P. N. Exon Smith2016-04-191-11/+9
* ModuleLinker: Do not import linkonce/weak as "external_weak"Mehdi Amini2016-04-191-2/+2
* IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith2016-04-191-2/+2
* [DWARF] Force a linkage_name on an inlined subprogram's abstract origin.Paul Robinson2016-04-181-2/+2
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-172-0/+46
* IR: Use ODR to unique DICompositeType membersDuncan P. N. Exon Smith2016-04-171-0/+4
* Linker: Clarify test/Linker/type-unique-odr-a.ll, NFCDuncan P. N. Exon Smith2016-04-171-17/+23
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-1537-174/+133
* Move summary creation out of llvm-as into optMehdi Amini2016-04-125-12/+12
* ThinLTO renaming: use module hash instead of position in the summaryMehdi Amini2016-04-111-11/+11
* Legalize the debug info in this testcase in anticipation of future Verifier i...Adrian Prantl2016-04-112-27/+46
* Add missing DICompileUnit to this testcaseAdrian Prantl2016-04-112-0/+8
* More upgrading of old- and very-old-style debug info in testcases.Adrian Prantl2016-04-112-0/+4
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-0135-35/+35
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-3121-21/+21
* Upgrade some wildly anachronistic debug info in testcases.Adrian Prantl2016-03-294-8/+2
* Fix another case where we were unconditionally linking linkonce GVs.Rafael Espindola2016-03-242-0/+18
* Fix resolution of linkonce symbols in comdats.Rafael Espindola2016-03-242-0/+15
* Fix lazy linking of comdat members.Rafael Espindola2016-03-241-2/+2
* Fix logic for which symbols to keep with comdats.Rafael Espindola2016-03-233-1/+93
OpenPOWER on IntegriCloud