aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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] 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
* IRMover: Merge flags LinkModuleInlineAsm and IsPerformingImport.Peter Collingbourne2017-02-031-10/+11
* Linker: Move special casing for available_externally in IRMover to clients. N...Peter Collingbourne2017-02-021-3/+0
* [ThinLTO] Import only necessary DICompileUnit fieldsTeresa Johnson2016-12-121-3/+73
* 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-121-5/+14
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-3/+5
* Fix ThinLTO crash with debug infoMehdi Amini2016-09-031-0/+6
* Linker: Avoid some ridiculous indentation by using a temporary. NFCJustin Bogner2016-08-151-12/+11
* Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer2016-08-121-9/+9
* IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne2016-06-241-2/+2
* Linker: Copy metadata when linking declarations.Peter Collingbourne2016-06-241-4/+7
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-241-0/+9
* Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg2016-06-231-9/+0
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-231-0/+9
* [IR] [DAE] Copy comdats during DAE, and don't copy comdats in GlobalObject::c...Justin Lebar2016-06-151-5/+0
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-1/+1
* Move instances of std::function.Benjamin Kramer2016-06-121-1/+1
* [Linker/IRMover] Simplify the code a bit. NFCI.Davide Italiano2016-06-071-25/+7
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-2/+4
* Linker: teach the IR mover to return llvm::Error.Peter Collingbourne2016-05-271-95/+84
* ValueMaterializer: rename materializeDeclFor() to materialize()Mehdi Amini2016-05-251-4/+4
* ValueMaterializer: fuse materializeDeclFor and materializeInitFor (NFC)Mehdi Amini2016-05-251-30/+22