summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker
Commit message (Expand)AuthorAgeFilesLines
...
* Drop comdats from the dst module if they are not selected.Rafael Espindola2016-03-222-0/+38
* Rework linkInModule(), making it oblivious to ThinLTOMehdi Amini2016-03-191-4/+4
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-155-28/+28
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-145-28/+28
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-145-28/+28
* [ThinLTO] Remove imported available externally defs from comdats.Teresa Johnson2016-02-082-0/+32
* Add a test for r258362.Rafael Espindola2016-02-012-0/+25
* [ThinLTO] Find all needed metadata when linking metadata as postpassTeresa Johnson2016-01-251-3/+13
* [ThinLTO] Handle DISubprogram reached indirectly from DIImportedEntityTeresa Johnson2016-01-251-2/+24
* Revert obsolete llvm-link -preserve-modules option/testTeresa Johnson2016-01-211-5/+0
* Fix PR26152.Evgeniy Stepanov2016-01-202-0/+31
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-154-10/+10
* Re-Revert r257105 (Verifier debug info changes)Keno Fischer2016-01-134-10/+10
* Reapply r257105 "[Verifier] Check that debug values have proper size"Keno Fischer2016-01-134-10/+10
* [Linker] Also treat a DIImportedEntity scope DISubprogram as needed.Ahmed Bougacha2016-01-071-14/+22
* Always treat DISubprogram reached by DIImportedEntity as needed.Teresa Johnson2016-01-072-0/+53
* [ThinLTO/LTO] Don't link in unneeded metadataTeresa Johnson2015-12-183-2/+87
* [ThinLTO] Metadata linking for imported functionsTeresa Johnson2015-12-172-0/+109
* Use diagnostic handler in the LLVMContextRafael Espindola2015-12-141-1/+1
* Fix another case where the linkage was not set.Rafael Espindola2015-12-102-1/+12
* Slit lib/Linker in two.Rafael Espindola2015-12-101-7/+28
* Synchronize the logic for deciding to link a gv.Rafael Espindola2015-12-092-0/+14
* Add a test showing that we internalize lazily linked GVs.Rafael Espindola2015-12-082-0/+12
* Simplify test. NFC.Rafael Espindola2015-12-081-6/+4
* Link declaration lazily.Rafael Espindola2015-12-0713-6/+61
* Simplify test.Rafael Espindola2015-12-071-3/+1
* Change how the linker handles the old llvm.global_ctors.Rafael Espindola2015-12-071-0/+8
* Simplify test. NFC.Rafael Espindola2015-12-031-8/+4
* [ThinLTO] Appending linkage fixesTeresa Johnson2015-12-032-0/+26
* Switch the linker to having a whitelist of GVs.Rafael Espindola2015-12-021-4/+4
* Delete what is now duplicated code.Rafael Espindola2015-12-021-8/+8
* Also copy private linkage globals when needed.Rafael Espindola2015-12-022-0/+15
* Don't copy information from aliasee to alias.Rafael Espindola2015-12-022-2/+2
* Fix linking when we copy over only a decl.Rafael Espindola2015-12-022-0/+21
* Add an interesting case we already get right.Rafael Espindola2015-12-021-0/+14
* Simplify test. NFC.Rafael Espindola2015-12-011-3/+2
* Bring r254336 back:Rafael Espindola2015-12-016-0/+72
* This reverts commit r254336 and r254344.Rafael Espindola2015-11-304-33/+0
* Disable a consistency check.Rafael Espindola2015-11-302-22/+0
* Start deciding earlier what to link.Rafael Espindola2015-11-306-0/+55
* Avoid writing to source directory of testsReid Kleckner2015-11-301-1/+1
* Fix another llvm.ctors merging bug.Rafael Espindola2015-11-302-0/+15
* Make this test less strict.Rafael Espindola2015-11-291-5/+5
* Correctly handle llvm.global_ctors merging.Rafael Espindola2015-11-292-0/+13
* Fix a crash when writing merged bitcode.Rafael Espindola2015-11-291-0/+3
* Pass .ll directly to llvm-link.Rafael Espindola2015-11-271-7/+4
* Pass .ll directly to llvm-linkRafael Espindola2015-11-271-3/+1
* Modernize the test a bitRafael Espindola2015-11-271-7/+2
* Disallow aliases to available_externally.Rafael Espindola2015-11-261-3/+9
* Have a single way for creating unique value names.Rafael Espindola2015-11-224-7/+7
OpenPOWER on IntegriCloud