| Commit message (Expand) | Author | Age | Files | Lines |
* | Apply most suggestions of clang-tidy's performance-unnecessary-value-param | Benjamin Kramer | 2016-06-08 | 1 | -2/+2 |
* | [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 | 2 | -99/+99 |
* | 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 | 2 | -2/+4 |
* | ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi... | Mehdi Amini | 2016-04-21 | 1 | -0/+9 |
* | ModuleLinker: only import what is in GlobalsToImport, regarless if it is a fu... | Mehdi Amini | 2016-04-20 | 1 | -22/+6 |
* | 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 | 2 | -246/+15 |
* | Fix another case where we were unconditionally linking linkonce GVs. | Rafael Espindola | 2016-03-24 | 1 | -0/+6 |
* | Fix resolution of linkonce symbols in comdats. | Rafael Espindola | 2016-03-24 | 1 | -2/+8 |
* | Fix lazy linking of comdat members. | Rafael Espindola | 2016-03-24 | 1 | -13/+15 |
* | Fix logic for which symbols to keep with comdats. | Rafael Espindola | 2016-03-23 | 1 | -4/+4 |
* | Drop comdats from the dst module if they are not selected. | Rafael Espindola | 2016-03-22 | 1 | -1/+72 |
* | Rework linkInModule(), making it oblivious to ThinLTO | Mehdi Amini | 2016-03-19 | 1 | -47/+16 |
* | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 2016-03-15 | 1 | -7/+7 |
* | Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" | Teresa Johnson | 2016-03-14 | 1 | -7/+7 |
* | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 2016-03-14 | 1 | -7/+7 |
* | 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 |
* | FunctionIndex is not optional for renameModuleForThinLTO(), make it a referen... | Mehdi Amini | 2016-03-09 | 1 | -1/+1 |
* | Pass a std::unique_ptr to IRMover::move. | Rafael Espindola | 2016-02-16 | 2 | -55/+57 |
* | Delete the deprecated LLVMLinkModules. | Rafael Espindola | 2016-02-12 | 1 | -34/+0 |
* | [ThinLTO] Move global processing from Linker to TransformUtils (NFC) | Teresa Johnson | 2016-02-10 | 1 | -294/+6 |
* | [ThinLTO] Remove imported available externally defs from comdats. | Teresa Johnson | 2016-02-08 | 1 | -2/+14 |
* | Improve efficiency of handling unmapped subprogram metadata | Teresa Johnson | 2016-01-28 | 1 | -25/+28 |
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 1 | -15/+0 |