summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker
Commit message (Expand)AuthorAgeFilesLines
* IR Linking: Support merging Warning+Max module metadata flagsDavid Blaikie2020-02-111-23/+47
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [IRMover] Set Address Space for moved global valuesTeresa Johnson2019-11-051-4/+5
* [IRMover] Use GlobalValue::getAddressSpace instead of directly from its type ...Teresa Johnson2019-11-051-10/+10
* [Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)Guillaume Chatelet2019-10-152-2/+3
* [IRMover] Don't map globals if their types are the samePirama Arumuga Nainar2019-09-111-1/+11
* Linker: Add support for GlobalIFunc.Peter Collingbourne2019-08-081-43/+55
* Reapply: IR: add optional type to 'byval' function parametersTim Northover2019-05-301-0/+20
* [IRMover] Improve diagnostic messages for conflicting metadataIgor Kudrin2019-05-161-3/+9
* [Linker] Fix crash handling appending linkageRafael Auler2019-03-201-5/+30
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-194-16/+12
* ThinLTO: Do not import debug info for imported global constantsDavid Blaikie2018-12-051-0/+10
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-161-5/+0
* Revert "[ThinLTO] Internalize readonly globals"Steven Wu2018-11-131-0/+5
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-101-5/+0
* llvm-link: Improve diagnostic for module-level metadata mismatchDavid Blaikie2018-10-091-2/+8
* Fix asserts when linking wrong address space declarationsMatt Arsenault2018-09-241-3/+6
* [NFC] Remove an empty line.Xin Tong2018-07-271-1/+0
* [LTO] Fix linking with an alias defined using another alias.Eli Friedman2018-07-131-1/+1
* IRMover: Account for matching types present across modulesVlad Tsyrklevich2018-06-201-5/+14
* [ThinLTO] Recommit of import global variablesEugene Leviant2018-03-121-8/+4
* [ThinLTO] Revert r325320: Import global variablesChandler Carruth2018-03-021-4/+8
* Revert "[IRMover] Implement name based structure type mapping"Rafael Espindola2018-02-211-14/+7
* [IRMover] Implement name based structure type mappingEugene Leviant2018-02-211-7/+14
* [ThinLTO] Import global variablesEugene Leviant2018-02-161-8/+4
* [IRMover] Move type name extraction to a separate function. NFCEugene Leviant2018-02-141-6/+11
* [IRMover] Add comment and fix test caseEugene Leviant2018-01-251-0/+6
* Fix crash when linking metadata with ODR type uniquingTeresa Johnson2018-01-091-1/+6
* Linker: Create a function declaration when moving a non-prevailing alias of f...Peter Collingbourne2017-08-101-0/+4
* [Linker] PR33527 - Linker::LinkOnlyNeeded should import AppendingLinkage globalsBenoit Belley2017-08-091-2/+12
* [Linker] Add directives to support mixing ARM/Thumb module-level inline asm.Florian Hahn2017-07-121-2/+16
* Support for taking the max of module flags when linking, use for PIE/PICTeresa Johnson2017-05-231-2/+15
* [ThinLTO] Do not assert when adding a module with a different butAkira Hatanaka2017-05-181-23/+3
* De-virtualize GlobalValueReid Kleckner2017-05-111-7/+11
* [Linker] Provide callback for internalizationJonas Devlieghere2017-03-131-19/+27
* IRMover: Merge flags LinkModuleInlineAsm and IsPerformingImport.Peter Collingbourne2017-02-032-11/+11
* ModuleLinker: Remove importing support. NFCI.Peter Collingbourne2017-02-031-58/+12
* FunctionImport: Use IRMover directly.Peter Collingbourne2017-02-031-2/+1
* Linker: Move special casing for available_externally in IRMover to clients. N...Peter Collingbourne2017-02-022-4/+2
* [ThinLTO] Import only necessary DICompileUnit fieldsTeresa Johnson2016-12-122-4/+75
* IR: Move NumElements field from {Array,Vector}Type to SequentialType.Peter Collingbourne2016-12-021-5/+3
* [ThinLTO] Fix crash when importing an opaque typeMehdi Amini2016-11-191-1/+1
* IRMover: Avoid accidentally mapping types from the destination module (PR30799)Hans Wennborg2016-11-181-0/+8
* Linker: Remove unnecessary call to copyMetadata in IRLinker::linkGlobalVariable.Peter Collingbourne2016-11-141-2/+0
* TypoAdrian Prantl2016-11-141-1/+1
* Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne2016-11-091-4/+4
* Typo: nomed struct -> named structHans Wennborg2016-10-191-1/+1
* [ThinLTO] Don't link module level assembly when importingTeresa Johnson2016-10-122-6/+16
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-3/+5
OpenPOWER on IntegriCloud