AMDGPU/SI: Test commit
[oota-llvm.git] / test / Linker /
2015-12-18 Teresa Johnson[ThinLTO/LTO] Don't link in unneeded metadata
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-10 Rafael EspindolaFix another case where the linkage was not set.
2015-12-10 Rafael EspindolaSlit lib/Linker in two.
2015-12-09 Rafael EspindolaSynchronize the logic for deciding to link a gv.
2015-12-08 Rafael EspindolaAdd a test showing that we internalize lazily linked...
2015-12-08 Rafael EspindolaSimplify test. NFC.
2015-12-07 Rafael EspindolaLink declaration lazily.
2015-12-07 Rafael EspindolaSimplify test.
2015-12-07 Rafael EspindolaChange how the linker handles the old llvm.global_ctors.
2015-12-03 Rafael EspindolaSimplify test. NFC.
2015-12-03 Teresa Johnson[ThinLTO] Appending linkage fixes
2015-12-02 Rafael EspindolaSwitch the linker to having a whitelist of GVs.
2015-12-02 Rafael EspindolaDelete what is now duplicated code.
2015-12-02 Rafael EspindolaAlso copy private linkage globals when needed.
2015-12-02 Rafael EspindolaDon't copy information from aliasee to alias.
2015-12-02 Rafael EspindolaFix linking when we copy over only a decl.
2015-12-02 Rafael EspindolaAdd an interesting case we already get right.
2015-12-01 Rafael EspindolaSimplify test. NFC.
2015-12-01 Rafael EspindolaBring r254336 back:
2015-11-30 Rafael EspindolaThis reverts commit r254336 and r254344.
2015-11-30 Rafael EspindolaDisable a consistency check.
2015-11-30 Rafael EspindolaStart deciding earlier what to link.
2015-11-30 Reid KlecknerAvoid writing to source directory of tests
2015-11-30 Rafael EspindolaFix another llvm.ctors merging bug.
2015-11-29 Rafael EspindolaMake this test less strict.
2015-11-29 Rafael EspindolaCorrectly handle llvm.global_ctors merging.
2015-11-29 Rafael EspindolaFix a crash when writing merged bitcode.
2015-11-27 Rafael EspindolaPass .ll directly to llvm-link.
2015-11-27 Rafael EspindolaPass .ll directly to llvm-link
2015-11-27 Rafael EspindolaModernize the test a bit
2015-11-26 Rafael EspindolaDisallow aliases to available_externally.
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-11-21 Teresa Johnson[ThinLTO] Handle bitcode without function summary secti...
2015-11-21 Teresa Johnsonllvm-link option and test for recent metadata mapping bug
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-12 Teresa Johnson[ThinLTO] Update test to be more tolerant of ordering...
2015-11-10 Teresa JohnsonEnsure ModuleLinker materializes complete comdat groups
2015-11-10 Teresa Johnson[ThinLTO] WeakAny fixes/cleanup
2015-11-06 Teresa JohnsonRestore "Move metadata linking after lazy global materi...
2015-11-06 Teresa JohnsonRestore "Move metadata linking after lazy global materi...
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-04 Teresa Johnson[ThinLTO] Always set linkage type to external when...
2015-11-03 Teresa JohnsonRevert "Move metadata linking after lazy global materia...
2015-11-03 Teresa JohnsonMove metadata linking after lazy global materialization...
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-10-29 Teresa JohnsonFix test check label.
2015-09-16 Mehdi AminiMake the default triple optional by allowing an empty...
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-01 Artem BelevichNew bitcode linker flags:
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-11 Paul RobinsonMake DW_AT_[MIPS_]linkage_name optional, and off by...
2015-08-04 Duncan P. N. Exon... Linker: Fix references to uniqued nodes after r243883
2015-08-04 Mehdi AminiUpdate test suite to make "ninja check" succeed without...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-06-22 Peter CollingbourneLinker: Do not expect comdat to exist in source module.
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 Duncan P. N. Exon... Linker: Copy over function metadata attachments
2015-04-24 Duncan P. N. Exon... Linker: Update -override testcase to check callers
2015-04-22 Duncan P. N. Exon... Linker: Add flag to override linkage rules
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-31 Duncan P. N. Exon... tools: Unify how verifyModule() is called
2015-03-28 Duncan P. N. Exon... DebugInfo: Fix testcases with invalid MDSubprogram...
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-27 Rafael EspindolaWork around pr23045 and make it easier to reproduce.
2015-03-27 Yaron KerenFix subprogram-linkonce-weak.ll and subprogram-linkonce...
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-26 Duncan P. N. Exon... Reapply "Linker: Drop function pointers for overridden...
2015-03-26 Duncan P. N. Exon... Revert "Linker: Drop function pointers for overridden...
2015-03-25 Duncan P. N. Exon... llvm-link: Verify input modules
2015-03-25 Duncan P. N. Exon... Linker: Stop using -gmlt test/Linker/subprogram-linkonc...
2015-03-25 Duncan P. N. Exon... Linker: Loosen checks slightly from r233207
2015-03-25 Duncan P. N. Exon... Linker: Rewrite dwarfdump checks from r233164
2015-03-25 Duncan P. N. Exon... Linker: Temporarily disable dwarfdump checks from r233164
2015-03-25 Duncan P. N. Exon... Linker: Drop function pointers for overridden subprograms
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-10 Paul RobinsonEmit correct linkage-name attribute based on DWARF...
2015-03-06 Rafael EspindolaRemember to move a type to the correct set when setting...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-02 Reid Klecknerlit: Add 'cd' support to the internal shell and port...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-13 Akira HatanakaAdd run line that was missing in r228999.
2015-02-13 Akira Hatanaka[LinkModules] Change the way ModuleLinker merges triples.
2015-02-04 Duncan P. N. Exon... Utils: Resolve cycles under distinct MDNodes
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 Duncan P. N. Exon... Utils: Handle remapping distinct MDLocations
2015-01-14 Duncan P. N. Exon... Utils: Add mapping for uniqued MDLocations
2015-01-08 Duncan P. N. Exon... Utils: Keep distinct MDNodes distinct in MapMetadata()
2015-01-07 Duncan P. N. Exon... Linker: Don't use MDNode::replaceOperandWith()
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2014-12-18 Duncan P. N. Exon... Reapply "Linker: Drop superseded subprograms"
2014-12-17 Duncan P. N. Exon... Revert "Linker: Drop superseded subprograms"
next