OSDN Git Service

Android: fix a possible building error
[android-x86/external-llvm.git] / test / Linker /
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-04-18 Jonas Devlieghere[llvm-link] Use WithColor for printing errors
2018-02-23 Scott Linder[DebugInfo] Add remaining files to r325970
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-21 Rafael EspindolaRevert "[IRMover] Implement name based structure type...
2018-02-21 Eugene Leviant[IRMover] Implement name based structure type mapping
2018-02-05 Paul Robinson[DWARF] Regularize dumping strings from line tables.
2018-01-25 Eugene Leviant[IRMover] Add comment and fix test case
2018-01-19 Daniel NeilsonRemove alignment argument from memcpy/memmove/memset...
2018-01-18 Rafael EspindolaMake GlobalValues with non-default visibilility dso_local.
2018-01-11 Rafael EspindolaMake internal/private GVs implicitly dso_local.
2017-10-18 Adrian PrantlVerifier: Ignore CUs pulled in by ODR-uniqued types.
2017-10-18 Adrian PrantlRevert "Verifier: Ignore CUs pulled in by ODR-uniqued...
2017-10-18 Adrian PrantlVerifier: Ignore CUs pulled in by ODR-uniqued types.
2017-10-10 Jonas DevlieghereRe-land "[llvm-dwarfdump] Print type names in DW_AT_typ...
2017-10-10 Jonas DevlieghereRevert "[llvm-dwarfdump] Print type names in DW_AT_type...
2017-10-10 Jonas Devlieghere[llvm-dwarfdump] Print type names in DW_AT_type DIEs
2017-09-11 Adrian Prantlllvm-dwarfdump: Make -brief the default and add a ...
2017-09-11 Adrian Prantlllvm-dwarfdump: Replace -debug-dump=sect option with...
2017-08-30 Adrian PrantlCanonicalize the representation of empty an expression...
2017-08-21 Steven Wu[IR] AutoUpgrade ModuleFlagBehavior for PIC and PIE...
2017-08-16 Davide Italiano[DI] Every DIGlobalVariable should have a type.
2017-08-09 Benoit Belley[Linker] PR33527 - Linker::LinkOnlyNeeded should import...
2017-07-27 David BlaikieThinLTO: Don't import aliases of any kind (even linkonc...
2017-07-19 Adrian PrantlDebug Info: Add a file: field to DIImportedEntity.
2017-07-12 Florian Hahn[Linker] Add directives to support mixing ARM/Thumb...
2017-07-11 Konstantin ZhuravlyovEnhance synchscope representation
2017-06-07 Florian Hahn[Linker] Remove llc usage from link-arm-and-thumb.ll...
2017-06-07 Florian Hahn[Linker] Remove warning when linking ARM and Thumb...
2017-05-23 Teresa JohnsonSupport for taking the max of module flags when linking...
2017-05-04 Evgeniy StepanovRemap metadata attached to global variables.
2017-04-28 Adrian PrantlRemove line and file from DINamespace.
2017-03-13 Jonas Devlieghere[Linker] Provide callback for internalization
2017-02-17 Justin BognerVerifier: Disallow a line number without a file in...
2017-02-02 Peter CollingbourneLinker: Move special casing for available_externally...
2016-12-22 Adrian PrantlRenumber testcase metadata nodes after r290153.
2016-12-20 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Adrian PrantlRevert "[IR] Remove the DIExpression field from DIGloba...
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Adrian PrantlRevert "[IR] Remove the DIExpression field from DIGloba...
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-02 Teresa Johnson[ThinLTO] Stop importing constant global vars as copies...
2016-11-14 Peter CollingbourneLinker: Remove unnecessary call to copyMetadata in...
2016-09-16 Mehdi AminiFix autoupgrade logic for Objective-C class properties...
2016-09-13 Peter CollingbourneDebugInfo: New metadata representation for global varia...
2016-08-03 Duncan P. N. Exon... IR: Drop uniquing when an MDNode Value operand is deleted
2016-06-29 Rafael EspindolaDon't verify inputs to the Linker if ODR merging.
2016-06-24 Peter CollingbourneLinker: Copy metadata when linking declarations.
2016-05-28 Mehdi AminiValueMapper: fix assertion when null-mapping a constant...
2016-05-27 Peter CollingbourneLinker: teach the IR mover to return llvm::Error.
2016-05-25 Mehdi AminiIRLinker: fix double scheduling of mapping a global...
2016-05-10 Rafael EspindolaMake "@name =" mandatory for globals in .ll files.
2016-04-23 Duncan P. N. Exon... DebugInfo: Remove MDString-based type references
2016-04-21 Rafael EspindolaFix recursive -only-needed.
2016-04-21 Mehdi AminiThinLTO/ModuleLinker: add a flag to not always pull...
2016-04-20 Mehdi AminiThinLTO: never promote as external weak
2016-04-19 Duncan P. N. Exon... IR: Enable debug info type ODR uniquing for forward...
2016-04-19 Duncan P. N. Exon... Linker: Simplify test/Linker/dicompositetype-unique...
2016-04-19 Mehdi AminiModuleLinker: Do not import linkonce/weak as "external_...
2016-04-19 Duncan P. N. Exon... IR: getOrInsertODRUniquedType => DICompositeType::getOD...
2016-04-18 Paul Robinson[DWARF] Force a linkage_name on an inlined subprogram...
2016-04-17 Duncan P. N. Exon... IR: Use an explicit map for debug info type uniquing
2016-04-17 Duncan P. N. Exon... IR: Use ODR to unique DICompositeType members
2016-04-17 Duncan P. N. Exon... Linker: Clarify test/Linker/type-unique-odr-a.ll, NFC
2016-04-15 Adrian Prantl[PR27284] Reverse the ownership between DICompileUnit...
2016-04-12 Mehdi AminiMove summary creation out of llvm-as into opt
2016-04-11 Mehdi AminiThinLTO renaming: use module hash instead of position...
2016-04-11 Adrian PrantlLegalize the debug info in this testcase in anticipatio...
2016-04-11 Adrian PrantlAdd missing DICompileUnit to this testcase
2016-04-11 Adrian PrantlMore upgrading of old- and very-old-style debug info...
2016-04-01 Adrian Prantltestcase gardening: update the emissionKind enum to...
2016-03-31 Adrian PrantlMove the DebugEmissionKind enum from DIBuilder into...
2016-03-29 Adrian PrantlUpgrade some wildly anachronistic debug info in testcases.
2016-03-24 Rafael EspindolaFix another case where we were unconditionally linking...
2016-03-24 Rafael EspindolaFix resolution of linkonce symbols in comdats.
2016-03-24 Rafael EspindolaFix lazy linking of comdat members.
2016-03-23 Rafael EspindolaFix logic for which symbols to keep with comdats.
2016-03-22 Rafael EspindolaDrop comdats from the dst module if they are not selected.
2016-03-19 Mehdi AminiRework linkInModule(), making it oblivious to ThinLTO
2016-03-15 Teresa Johnson[ThinLTO] Renaming of function index to module summary...
2016-03-14 Teresa JohnsonRevert "[ThinLTO] Renaming of function index to module...
2016-03-14 Teresa Johnson[ThinLTO] Renaming of function index to module summary...
2016-02-08 Teresa Johnson[ThinLTO] Remove imported available externally defs...
2016-02-01 Rafael EspindolaAdd a test for r258362.
2016-01-25 Teresa Johnson[ThinLTO] Find all needed metadata when linking metadat...
2016-01-25 Teresa Johnson[ThinLTO] Handle DISubprogram reached indirectly from...
2016-01-21 Teresa JohnsonRevert obsolete llvm-link -preserve-modules option...
2016-01-20 Evgeniy StepanovFix PR26152.
2016-01-15 Keno FischerReapply r257105 "[Verifier] Check that debug values...
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 Ahmed Bougacha[Linker] Also treat a DIImportedEntity scope DISubprogr...
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-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...
next