| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remangle intrinsics names when types are renamed | Artur Pilipenko | 2016-06-24 | 1 | -0/+9 |
* | Revert r273568 "Remangle intrinsics names when types are renamed" | Hans Wennborg | 2016-06-23 | 1 | -9/+0 |
* | Remangle intrinsics names when types are renamed | Artur Pilipenko | 2016-06-23 | 1 | -0/+9 |
* | [IR] [DAE] Copy comdats during DAE, and don't copy comdats in GlobalObject::c... | Justin Lebar | 2016-06-15 | 1 | -5/+0 |
* | IR: Introduce local_unnamed_addr attribute. | Peter Collingbourne | 2016-06-14 | 1 | -1/+1 |
* | Move instances of std::function. | Benjamin Kramer | 2016-06-12 | 1 | -1/+1 |
* | [Linker/IRMover] Simplify the code a bit. NFCI. | Davide Italiano | 2016-06-07 | 1 | -25/+7 |
* | Apply clang-tidy's misc-move-constructor-init throughout LLVM. | Benjamin Kramer | 2016-05-27 | 1 | -2/+4 |
* | Linker: teach the IR mover to return llvm::Error. | Peter Collingbourne | 2016-05-27 | 1 | -95/+84 |
* | ValueMaterializer: rename materializeDeclFor() to materialize() | Mehdi Amini | 2016-05-25 | 1 | -4/+4 |
* | ValueMaterializer: fuse materializeDeclFor and materializeInitFor (NFC) | Mehdi Amini | 2016-05-25 | 1 | -30/+22 |
* | IRLinker: fix double scheduling of mapping a global value because of an alias | Mehdi Amini | 2016-05-25 | 1 | -0/+11 |
* | [IR] Copy comdats in GlobalObject::copyAttributesFrom | Reid Kleckner | 2016-05-25 | 1 | -0/+5 |
* | Return a StringRef from getSection. | Rafael Espindola | 2016-05-11 | 1 | -1/+1 |
* | Fix recursive -only-needed. | Rafael Espindola | 2016-04-21 | 1 | -1/+3 |
* | Linker: Avoid constructing ValueMap::MDMapT | Duncan P. N. Exon Smith | 2016-04-19 | 1 | -2/+2 |
* | ModuleLinker: Do not import linkonce/weak as "external_weak" | Mehdi Amini | 2016-04-19 | 1 | -2/+1 |
* | Linker: Share a single Metadata map for the lifetime of IRMover | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -5/+14 |
* | Linker: Don't double-schedule appending variables | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -1/+1 |
* | IRMover: Remove dead code, NFC | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -3/+0 |
* | Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC" | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -38/+24 |
* | Revert "ValueMapper: Eliminate cross-file co-recursion, NFC" | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -24/+38 |
* | ValueMapper: Eliminate cross-file co-recursion, NFC | Duncan P. N. Exon Smith | 2016-04-16 | 1 | -38/+24 |
* | Linker: Remove an unnecessary local variable in for loop, NFC | Duncan P. N. Exon Smith | 2016-04-15 | 1 | -6/+4 |
* | [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. | Adrian Prantl | 2016-04-15 | 1 | -71/+0 |
* | ValueMapper: Extract llvm::RemapFunction from IRMover.cpp, NFC | Duncan P. N. Exon Smith | 2016-04-08 | 1 | -25/+8 |
* | Linker: Always pass RF_IgnoreMissingLocals; NFC | Duncan P. N. Exon Smith | 2016-04-08 | 1 | -3/+3 |
* | IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC | Duncan P. N. Exon Smith | 2016-04-07 | 1 | -1/+1 |
* | IRMover: Steal arguments when moving functions, NFC | Duncan P. N. Exon Smith | 2016-04-06 | 1 | -19/+6 |
* | Linker: Split mapUnneededSubprograms into two; almost NFC | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -11/+15 |
* | Remove redundant assertion after cast, NFC | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -1/+0 |
* | Linker: Avoid unnecessary work when moving named metadata | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -17/+11 |
* | Linker: Remove IRMover::isMetadataUnneeded indirection; almost NFC | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -48/+19 |
* | ValueMapper: Add support for seeding metadata with nullptr | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -1/+1 |
* | [ThinLTO] Remove post-pass metadata linking support | Teresa Johnson | 2016-03-29 | 1 | -221/+10 |
* | Minor cleanup and documentation to IRMover (NFC) | Mehdi Amini | 2016-03-11 | 1 | -20/+32 |
* | Materialize metadata in IRLinker before value mapping | Teresa Johnson | 2016-03-10 | 1 | -5/+6 |
* | Pass a std::unique_ptr to IRMover::move. | Rafael Espindola | 2016-02-16 | 1 | -36/+38 |
* | Improve efficiency of handling unmapped subprogram metadata | Teresa Johnson | 2016-01-28 | 1 | -25/+28 |
* | [ThinLTO] Find all needed metadata when linking metadata as postpass | Teresa Johnson | 2016-01-25 | 1 | -6/+27 |
* | [ThinLTO] Handle DISubprogram reached indirectly from DIImportedEntity | Teresa Johnson | 2016-01-25 | 1 | -2/+4 |
* | Use early return to simplify code (NFC) | Teresa Johnson | 2016-01-21 | 1 | -22/+21 |
* | [ThinLTO] Avoid unnecesary hash lookups during metadata linking (NFC) | Teresa Johnson | 2016-01-21 | 1 | -16/+16 |
* | Remove redundant argument. | Rafael Espindola | 2016-01-21 | 1 | -3/+3 |
* | Simplify the logic. NFC. | Rafael Espindola | 2016-01-20 | 1 | -19/+2 |
* | Fix PR26152. | Evgeniy Stepanov | 2016-01-20 | 1 | -1/+1 |
* | GlobalValue: use getValueType() instead of getType()->getPointerElementType(). | Manuel Jacob | 2016-01-16 | 1 | -6/+6 |
* | [IRMover] Don't copy personality, etc unless creating def | Teresa Johnson | 2016-01-12 | 1 | -0/+10 |
* | [Linker] Also treat a DIImportedEntity scope DISubprogram as needed. | Ahmed Bougacha | 2016-01-07 | 1 | -1/+3 |
* | Always treat DISubprogram reached by DIImportedEntity as needed. | Teresa Johnson | 2016-01-07 | 1 | -1/+11 |