aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault2021-03-291-1/+2
* Revert "Reapply "OpaquePtr: Turn inalloca into a type attribute""Oliver Stannard2021-03-291-2/+1
* Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault2021-03-281-1/+2
* Revert "OpaquePtr: Turn inalloca into a type attribute"Nico Weber2021-03-281-2/+1
* OpaquePtr: Turn inalloca into a type attributeMatt Arsenault2021-03-281-1/+2
* Support intrinsic overloading on unnamed typesJeroen Dobbelaere2021-03-191-2/+17
* [llvm-link] fix IRMover returning wrong modified vector typeNashe Mncube2021-02-221-3/+2
* ValueMapper: Rename RF_MoveDistinctMDs => RF_ReuseAndMutateDistinctMDs, NFCDuncan P. N. Exon Smith2021-02-101-2/+2
* [llvm-link] Fix for an assertion when linking global with appending linkageSergey Dmitriev2021-01-232-31/+39
* [ExecutionEngine, Linker] Use erase_if (NFC)Kazu Hirata2020-12-231-2/+1
* [ThinLTO] Import symver directives for imported symbols (PR48214)Hans Wennborg2020-12-022-6/+20
* Simplify append to module inline asm string in IRLinker::run()Hans Wennborg2020-12-021-7/+2
* Creating a named struct requires only a Context and a name, but looking up a ...Nick Lewycky2020-11-301-2/+2
* Linker: Fix linking of byref typesMatt Arsenault2020-11-171-1/+1
* llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille2020-11-132-21/+5
* Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault2020-10-161-8/+8
* [IRMover] Add missing open quote in the warning messageSteven Wu2020-10-091-1/+1
* [IRMover] Avoid materializing global value that belongs to not-yet-linked moduleYuanfang Chen2020-10-071-10/+8
* [ThinLTO] Fix a metadata lost issue with DICompileUnit import.Hongtao Yu2020-09-021-9/+8
* Revert rG5dd566b7c7b78bd- "PassManager.h - remove unnecessary Function.h/Modu...Simon Pilgrim2020-07-241-2/+0
* PassManager.h - remove unnecessary Function.h/Module.h includes. NFCI.Simon Pilgrim2020-07-241-0/+2
* [SVE] Eliminate calls to default-false VectorType::get() from LinkerChristopher Tetreault2020-05-291-3/+4
* [SVE] Add new VectorType subclassesChristopher Tetreault2020-04-221-1/+2
* Remove SequentialType from the type heirarchy.Eli Friedman2020-04-061-3/+5
* IR Linking: Support merging Warning+Max module metadata flagsDavid Blaikie2020-02-071-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