Restore "Move metadata linking after lazy global materialization/linking."
[oota-llvm.git] / test / Linker /
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"
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-11 Duncan P. N. Exon... IR: Canonicalize metadata formatting, NFC
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 EspindolaDon't crash when the key of a comdat is lazily linked.
2014-12-08 Rafael EspindolaSimplify the test. NFC.
2014-12-08 Rafael EspindolaSimplify test. NFC.
2014-12-08 Rafael EspindolaUse CHECK-DAG to reduce the noise in an upcoming patch.
2014-12-08 Rafael EspindolaFix linking of prologue data.
2014-12-06 Duncan P. N. Exon... IR: Disallow function-local metadata attachments
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 EspindolaSplit the set of identified struct types into opaque...
2014-12-03 Rafael EspindolaAsk the module for its the identified types.
2014-12-03 Peter CollingbournePrologue support
2014-12-01 Rafael EspindolaPartial revert of r222986.
2014-12-01 Rafael EspindolaChange how we keep track of which types are in the...
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-10 Rafael EspindolaCopy externally_initialized in GlobalVariable::copyAttr...
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 EspindolaFix the merging of the constantness of declarations.
2014-10-30 Rafael EspindolaUpdate test to pass .ll to llvm-link and use Inputs.
2014-10-25 Rafael EspindolaAdd a test for the -suppress-warnings option.
2014-10-23 Rafael EspindolaCleanup this test a bit.
2014-10-23 Rafael EspindolaCleanup this test a bit.
next