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