[X86][SSE] Update the cost table for integer-integer conversions on SSE2/SSE4.1.
[oota-llvm.git] / lib / Linker /
2015-12-10 Rafael EspindolaFix another case where the linkage was not set.
2015-12-10 Rafael EspindolaAvoid undefined behavior when vector is empty.
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 EspindolaMove all private members together. NFC.
2015-12-07 Rafael EspindolaFactor two calls to a common location.
2015-12-07 Rafael EspindolaSimplify the error handling a bit. NFC.
2015-12-07 Rafael EspindolaLink declaration lazily.
2015-12-07 Rafael EspindolaChange how the linker handles the old llvm.global_ctors.
2015-12-04 Teresa Johnson[ThinLTO] Helper for performing renaming/promotion...
2015-12-04 Rafael EspindolaAlways pass a diagnostic handler to the linker.
2015-12-03 Teresa Johnson[ThinLTO] Appending linkage fixes
2015-12-03 Rafael EspindolaSimplify ValueMap handling.
2015-12-03 Rafael EspindolaDon't pass member variables to member functions. NFC.
2015-12-03 Mehdi AminiAdapt comment and rename variable in ModuleLinker to...
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
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 Mehdi AminiChange ModuleLinker to take a set of GlobalValues to...
2015-12-01 Rafael EspindolaUse default member initializers.
2015-12-01 Rafael EspindolaRemove unnecessary getter.
2015-12-01 Rafael EspindolaPass down the dst GV to linkGlobalValueBody. NFC.
2015-12-01 Rafael EspindolaDelete unused includes.
2015-12-01 Rafael Espindolaclang-format LinkModules.cpp.
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-12-01 Rafael EspindolaDelete dead code.
2015-12-01 Rafael EspindolaUse a forwarding constructor instead of an init method.
2015-12-01 Rafael EspindolaDelete the setModule method from the Linker.
2015-12-01 Rafael EspindolaMake appending var linking less of a special case.
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 EspindolaSimplify. NFC.
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 EspindolaSimplify the linking of recursive data.
2015-11-26 Rafael EspindolaDisallow aliases to available_externally.
2015-11-24 Teresa Johnson[ThinLTO] Handle previously imported and promoted local...
2015-11-23 Mehdi AminiAdd const qualifier for FunctionInfoIndex in ModuleLink...
2015-11-18 Craig TopperReplace dyn_cast with isa in places that weren't using...
2015-11-15 Teresa JohnsonFix mapping of unmaterialized global values during...
2015-11-13 Davide Italiano[lib/Linker] Convert assert(false) to llvm_unreachable().
2015-11-10 Teresa JohnsonEnsure ModuleLinker materializes complete comdat groups
2015-11-10 Teresa Johnson[ThinLTO] Update comment per change in WeakAny handling...
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-19 Duncan P. N. Exon... Linker: Remove implicit ilist iterator conversion, NFC
2015-10-19 David BlaikieFix -Wdeprecated regarding ORC copying ValueMaterializers
2015-09-14 David Blaikie[opaque pointer types] Switch a few cases of getElement...
2015-09-14 David BlaikieRevert "[opaque pointer type] Pass GlobalAlias the...
2015-09-01 Artem BelevichNew bitcode linker flags:
2015-08-21 Peter CollingbourneLinker: Remove empty destructor.
2015-08-03 Duncan P. N. Exon... Linker: Move distinct MDNodes instead of cloning
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Peter CollingbourneLinker: Do not expect comdat to exist in source module.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-16 Duncan P. N. Exon... modules: Add explicit dependency on intrinsics_gen
2015-06-15 Yaron KerenRangify several for loops, NFC.
2015-06-12 Eli BenderskyFix returning error message in LLVMLinkModules
2015-05-15 Eric ChristopherWhile in GlobalValue fix the function(s) that don't...
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
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-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-06 Duncan P. N. Exon... IR: Stop using DIDescriptor::is*() and auto-casting
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: Drop function pointers for overridden subprograms
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
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-02 Juergen RibutzkaRestore LLVMLinkModules C API until it is properly...
2015-02-24 Manman Ren[LTO API] add lto_codegen_set_module to set the destina...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-13 Akira Hatanaka[LinkModules] Change the way ModuleLinker merges triples.
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-01-20 Manman Ren[llvm link] Destroy ConstantArrays in LLVMContext if...
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-07 Duncan P. N. Exon... Linker: Don't use MDNode::replaceOperandWith()
2014-12-23 Rafael EspindolaFinish removing DestroySource.
2014-12-19 Duncan P. N. Exon... Rename MapValue(Metadata*) to MapMetadata()
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
next