Age | Commit message (Expand) | Author | Files | Lines |
2016-06-24 | IR: New representation for CFI and virtual call optimization pass metadata. | Peter Collingbourne | 1 | -2/+2 |
2016-06-24 | Linker: Copy metadata when linking declarations. | Peter Collingbourne | 1 | -4/+7 |
2016-06-24 | Remangle intrinsics names when types are renamed | Artur Pilipenko | 1 | -0/+9 |
2016-06-23 | Revert r273568 "Remangle intrinsics names when types are renamed" | Hans Wennborg | 1 | -9/+0 |
2016-06-23 | Remangle intrinsics names when types are renamed | Artur Pilipenko | 1 | -0/+9 |
2016-06-15 | [IR] [DAE] Copy comdats during DAE, and don't copy comdats in GlobalObject::c... | Justin Lebar | 1 | -5/+0 |
2016-06-14 | IR: Introduce local_unnamed_addr attribute. | Peter Collingbourne | 2 | -4/+5 |
2016-06-12 | Move instances of std::function. | Benjamin Kramer | 1 | -1/+1 |
2016-06-08 | Apply most suggestions of clang-tidy's performance-unnecessary-value-param | Benjamin Kramer | 1 | -2/+2 |
2016-06-07 | [Linker/IRMover] Simplify the code a bit. NFCI. | Davide Italiano | 1 | -25/+7 |
2016-05-27 | Apply clang-tidy's misc-move-constructor-init throughout LLVM. | Benjamin Kramer | 1 | -2/+4 |
2016-05-27 | Linker: teach the IR mover to return llvm::Error. | Peter Collingbourne | 2 | -99/+99 |
2016-05-25 | ValueMaterializer: rename materializeDeclFor() to materialize() | Mehdi Amini | 1 | -4/+4 |
2016-05-25 | ValueMaterializer: fuse materializeDeclFor and materializeInitFor (NFC) | Mehdi Amini | 1 | -30/+22 |
2016-05-25 | IRLinker: fix double scheduling of mapping a global value because of an alias | Mehdi Amini | 1 | -0/+11 |
2016-05-25 | [IR] Copy comdats in GlobalObject::copyAttributesFrom | Reid Kleckner | 1 | -0/+5 |
2016-05-11 | Return a StringRef from getSection. | Rafael Espindola | 1 | -1/+1 |
2016-04-21 | Fix recursive -only-needed. | Rafael Espindola | 2 | -2/+4 |
2016-04-21 | ThinLTO/ModuleLinker: add a flag to not always pull-in linkonce when performi... | Mehdi Amini | 1 | -0/+9 |
2016-04-20 | ModuleLinker: only import what is in GlobalsToImport, regarless if it is a fu... | Mehdi Amini | 1 | -22/+6 |
2016-04-19 | Linker: Avoid constructing ValueMap::MDMapT | Duncan P. N. Exon Smith | 1 | -2/+2 |
2016-04-19 | ModuleLinker: Do not import linkonce/weak as "external_weak" | Mehdi Amini | 1 | -2/+1 |
2016-04-17 | Linker: Share a single Metadata map for the lifetime of IRMover | Duncan P. N. Exon Smith | 1 | -5/+14 |
2016-04-17 | Linker: Don't double-schedule appending variables | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-04-17 | IRMover: Remove dead code, NFC | Duncan P. N. Exon Smith | 1 | -3/+0 |
2016-04-16 | Reapply "ValueMapper: Eliminate cross-file co-recursion, NFC" | Duncan P. N. Exon Smith | 1 | -38/+24 |
2016-04-16 | Revert "ValueMapper: Eliminate cross-file co-recursion, NFC" | Duncan P. N. Exon Smith | 1 | -24/+38 |
2016-04-16 | ValueMapper: Eliminate cross-file co-recursion, NFC | Duncan P. N. Exon Smith | 1 | -38/+24 |
2016-04-15 | Linker: Remove an unnecessary local variable in for loop, NFC | Duncan P. N. Exon Smith | 1 | -6/+4 |
2016-04-15 | [PR27284] Reverse the ownership between DICompileUnit and DISubprogram. | Adrian Prantl | 1 | -71/+0 |
2016-04-08 | ValueMapper: Extract llvm::RemapFunction from IRMover.cpp, NFC | Duncan P. N. Exon Smith | 1 | -25/+8 |
2016-04-08 | Linker: Always pass RF_IgnoreMissingLocals; NFC | Duncan P. N. Exon Smith | 1 | -3/+3 |
2016-04-07 | IR: RF_IgnoreMissingValues => RF_IgnoreMissingLocals, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-04-06 | IRMover: Steal arguments when moving functions, NFC | Duncan P. N. Exon Smith | 1 | -19/+6 |
2016-04-02 | Linker: Split mapUnneededSubprograms into two; almost NFC | Duncan P. N. Exon Smith | 1 | -11/+15 |
2016-04-02 | Remove redundant assertion after cast, NFC | Duncan P. N. Exon Smith | 1 | -1/+0 |
2016-04-02 | Linker: Avoid unnecessary work when moving named metadata | Duncan P. N. Exon Smith | 1 | -17/+11 |
2016-04-02 | Linker: Remove IRMover::isMetadataUnneeded indirection; almost NFC | Duncan P. N. Exon Smith | 1 | -48/+19 |
2016-04-02 | ValueMapper: Add support for seeding metadata with nullptr | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-03-29 | [ThinLTO] Remove post-pass metadata linking support | Teresa Johnson | 2 | -246/+15 |
2016-03-24 | Fix another case where we were unconditionally linking linkonce GVs. | Rafael Espindola | 1 | -0/+6 |
2016-03-24 | Fix resolution of linkonce symbols in comdats. | Rafael Espindola | 1 | -2/+8 |
2016-03-24 | Fix lazy linking of comdat members. | Rafael Espindola | 1 | -13/+15 |
2016-03-23 | Fix logic for which symbols to keep with comdats. | Rafael Espindola | 1 | -4/+4 |
2016-03-22 | Drop comdats from the dst module if they are not selected. | Rafael Espindola | 1 | -1/+72 |
2016-03-19 | Rework linkInModule(), making it oblivious to ThinLTO | Mehdi Amini | 1 | -47/+16 |
2016-03-15 | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 1 | -7/+7 |
2016-03-14 | Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" | Teresa Johnson | 1 | -7/+7 |
2016-03-14 | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 1 | -7/+7 |
2016-03-11 | Minor cleanup and documentation to IRMover (NFC) | Mehdi Amini | 1 | -20/+32 |