Age | Commit message (Expand) | Author | Files | Lines |
2016-04-12 | Add the allocsize attribute to LLVM. | George Burgess IV | 1 | -0/+2 |
2016-04-11 | [ThinLTO] Move summary computation from BitcodeWriter to new pass | Teresa Johnson | 1 | -153/+43 |
2016-04-07 | Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC) | Mehdi Amini | 1 | -4/+4 |
2016-04-07 | [GCC] Attribute ifunc support in llvm | Dmitry Polukhin | 1 | -0/+12 |
2016-04-06 | NFC: make AtomicOrdering an enum class | JF Bastien | 1 | -7/+7 |
2016-04-05 | IR: Introduce ConstantAggregate, NFC | Duncan P. N. Exon Smith | 1 | -2/+1 |
2016-04-02 | Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC) | Mehdi Amini | 1 | -21/+23 |
2016-04-02 | Bitcode: Try to emit metadata in function blocks | Duncan P. N. Exon Smith | 1 | -2/+1 |
2016-04-02 | BitcodeWriter: Further unify function metadata, NFC | Duncan P. N. Exon Smith | 1 | -4/+5 |
2016-04-02 | Reverts r265219. | Mehdi Amini | 1 | -15/+15 |
2016-04-02 | wip | Mehdi Amini | 1 | -15/+15 |
2016-04-02 | Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC) | Mehdi Amini | 1 | -8/+8 |
2016-04-01 | Swift Calling Convention: add swifterror attribute. | Manman Ren | 1 | -2/+3 |
2016-04-01 | Add a module Hash in the bitcode and the combined index, implementing a kind ... | Mehdi Amini | 1 | -9/+65 |
2016-04-01 | Revert "Add support for computing SHA1 in LLVM" | Mehdi Amini | 1 | -65/+9 |
2016-04-01 | Add a module Hash in the bitcode and the combined index, implementing a kind ... | Mehdi Amini | 1 | -9/+65 |
2016-03-29 | Swift Calling Convention: add swiftself attribute. | Manman Ren | 1 | -0/+2 |
2016-03-27 | BitcodeWriter: Reuse writeMetadataRecords, NFC | Duncan P. N. Exon Smith | 1 | -5/+2 |
2016-03-27 | BitcodeWriter: Rename some functions for consistency, NFC | Duncan P. N. Exon Smith | 1 | -35/+34 |
2016-03-27 | BitcodeWriter: Split out writeMetadataRecords, NFC | Duncan P. N. Exon Smith | 1 | -9/+17 |
2016-03-27 | BitcodeWriter: Restructure WriteFunctionLocalMetadata, NFC | Duncan P. N. Exon Smith | 1 | -11/+9 |
2016-03-27 | BitcodeWriter: Simplify tracking of function-local metadata, NFC | Duncan P. N. Exon Smith | 1 | -5/+3 |
2016-03-27 | Reapply ~"Bitcode: Collect all MDString records into a single blob" | Duncan P. N. Exon Smith | 1 | -24/+48 |
2016-03-26 | Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths() | Mehdi Amini | 1 | -1/+1 |
2016-03-25 | [ThinLTO] Rename edges() to calls() for clarity (NFC) | Teresa Johnson | 1 | -3/+3 |
2016-03-25 | Revert "Bitcode: Collect all MDString records into a single blob" | Duncan P. N. Exon Smith | 1 | -61/+24 |
2016-03-25 | Bitcode: Collect all MDString records into a single blob | Duncan P. N. Exon Smith | 1 | -24/+61 |
2016-03-25 | Bitcode: Stop using MODULE_CODE_METADATA_VALUES | Duncan P. N. Exon Smith | 1 | -17/+0 |
2016-03-24 | BitcodeWriter: Move abbreviation for GenericDINode; almost NFC | Duncan P. N. Exon Smith | 1 | -17/+18 |
2016-03-24 | BitcodeWriter: Move abbreviation for DILocation; almost NFC | Duncan P. N. Exon Smith | 1 | -16/+17 |
2016-03-24 | BitcodeWriter: Split out named metadata; almost NFC | Duncan P. N. Exon Smith | 1 | -25/+31 |
2016-03-24 | Bitcode: Module* -> Module&, NFC | Duncan P. N. Exon Smith | 1 | -5/+5 |
2016-03-23 | Add getBlockProfileCount method to BlockFrequencyInfo | Easwaran Raman | 1 | -7/+3 |
2016-03-15 | [ThinLTO] Record all global variable defs in the summary | Teresa Johnson | 1 | -11/+10 |
2016-03-15 | BitcodeWriter dyn_cast cleanup for r263275 (NFC) | Teresa Johnson | 1 | -8/+5 |
2016-03-15 | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 1 | -8/+6 |
2016-03-14 | Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" | Teresa Johnson | 1 | -6/+8 |
2016-03-14 | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 1 | -8/+6 |
2016-03-13 | [Bitcode] Make writeComdats less strange | David Majnemer | 1 | -2/+2 |
2016-03-11 | [ThinLTO] Support for reference graph in per-module and combined summary. | Teresa Johnson | 1 | -91/+374 |
2016-02-16 | Bitcode writer: fix a typo, using getName() instead of getSourceFileName() | Mehdi Amini | 1 | -2/+2 |
2016-02-10 | Restore "[ThinLTO] Use MD5 hash in function index." with fix | Teresa Johnson | 1 | -62/+62 |
2016-02-10 | Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure | Teresa Johnson | 1 | -62/+62 |
2016-02-10 | [ThinLTO] Use MD5 hash in function index. | Teresa Johnson | 1 | -62/+62 |
2016-02-10 | Fix VST_CODE_* bitcode id comments (NFC) | Teresa Johnson | 1 | -14/+14 |
2016-02-06 | [ThinLTO] Include linkage type in function summary | Teresa Johnson | 1 | -5/+11 |
2016-02-01 | [ThinLTO] Ensure function summary output order is stable | Teresa Johnson | 1 | -5/+11 |
2016-01-29 | [llvm-bcanalyzer] Dump bitcode wrapper header | Akira Hatanaka | 1 | -8/+4 |
2016-01-23 | [Bitcode] Insert the darwin wrapper at the beginning of a file when the | Akira Hatanaka | 1 | -2/+2 |
2016-01-19 | NFC Test Commit whitespace change in a comment | Chris Ray | 1 | -1/+1 |