[AArch64] Fix bug in prolog clobbering live reg when shrink wrapping.
[oota-llvm.git] / test / Linker / Inputs /
2016-01-13 Keno FischerRe-Revert r257105 (Verifier debug info changes)
2016-01-13 Keno FischerReapply r257105 "[Verifier] Check that debug values...
2016-01-07 Teresa JohnsonAlways treat DISubprogram reached by DIImportedEntity...
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-10 Rafael EspindolaFix another case where the linkage was not set.
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-07 Rafael EspindolaLink declaration lazily.
2015-12-03 Teresa Johnson[ThinLTO] Appending linkage fixes
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-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 Rafael EspindolaFix another llvm.ctors merging bug.
2015-11-29 Rafael EspindolaCorrectly handle llvm.global_ctors merging.
2015-11-10 Teresa JohnsonEnsure ModuleLinker materializes complete comdat groups
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-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-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-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-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-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-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-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... Linker: Stop using -gmlt test/Linker/subprogram-linkonc...
2015-03-25 Duncan P. N. Exon... Linker: Rewrite 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-06 Rafael EspindolaRemember to move a type to the correct set when setting...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
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 Hatanaka[LinkModules] Change the way ModuleLinker merges triples.
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"
2014-12-16 Duncan P. N. Exon... Linker: Drop superseded subprograms
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-08 Rafael EspindolaLazily link GlobalVariables and GlobalAliases.
2014-12-08 Rafael EspindolaSimplify the test. NFC.
2014-12-08 Rafael EspindolaSimplify test. NFC.
2014-12-05 Rafael EspindolaAdd a few extra cases to the test. NFC.
2014-12-04 Rafael EspindolaConvert test to use an extra Input file. NFC.
2014-12-03 Rafael EspindolaAsk the module for its the identified types.
2014-12-01 Rafael EspindolaAdd a test showing what the linker IdentifiedStructType...
2014-11-28 Rafael EspindolaAdd back r222727 with a fix.
2014-11-28 Rafael EspindolaAdd a testcase reduced from clang lto bootstrap on...
2014-11-27 Duncan P. N. Exon... Revert "Fix overly aggressive type merging."
2014-11-25 Rafael EspindolaSet the body of a new struct as soon as it is created.
2014-11-25 Rafael EspindolaFix overly aggressive type merging.
2014-11-25 Rafael EspindolaLink the type of aliases.
2014-11-25 Rafael EspindolaAdd an interesting test that we already get right....
2014-11-24 Rafael EspindolaPass the .ll files to llvm-link directly. NFC.
2014-11-17 Duncan P. N. Exon... IR: Simplify uniquing for MDNode
2014-11-07 Justin HibbitsAdd Position-independent Code model Module API.
2014-11-05 Sean Silva[Linker] Add some test coverage for llvm.ident merging
2014-11-02 Rafael EspindolaRevert r221096 bringing back r221014 with a fix.
2014-11-02 Chandler CarruthRevert r221014: "Refactor duplicated code in liking...
2014-10-31 Rafael EspindolaRefactor duplicated code in liking GlobalValues.
2014-10-31 Rafael EspindolaUnify and update link-messages.ll and redefinition...
2014-10-31 Rafael EspindolaMove an input file to Inputs instead of using RUN:...
2014-10-31 Rafael Espindolamerge tests for constant linking.
2014-10-30 Rafael EspindolaUpdate test to pass .ll to llvm-link and use Inputs.
2014-10-23 Rafael EspindolaCleanup this test a bit.
2014-10-23 Rafael EspindolaMake this test a bit stricter.
2014-10-23 Rafael EspindolaMake this test a bit stricter.
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-09 Rafael EspindolaMerge alignment of common GlobalValue.
2014-09-09 Rafael EspindolaWhen merging two common GlobalValues, keep the largest.
2014-09-09 Rafael EspindolaFix a use of an undefined value (the linkage).
2014-09-09 Rafael EspindolaPrefer common over weak linkage when linking.
next