| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BitcodeReader: Fix weird whitespace, NFC | Duncan P. N. Exon Smith | 2016-03-30 | 1 | -1/+1 |
* | [ThinLTO] Remove post-pass metadata linking support | Teresa Johnson | 2016-03-29 | 1 | -38/+0 |
* | Swift Calling Convention: add swiftself attribute. | Manman Ren | 2016-03-29 | 2 | -0/+4 |
* | BitcodeReader: Allow METADATA_STRINGS to only have !"" | Duncan P. N. Exon Smith | 2016-03-29 | 1 | -1/+1 |
* | BitcodeWriter: Replace dead code with an assertion, NFC | Duncan P. N. Exon Smith | 2016-03-28 | 1 | -7/+1 |
* | 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 | 3 | -12/+5 |
* | Reapply ~"Bitcode: Collect all MDString records into a single blob" | Duncan P. N. Exon Smith | 2016-03-27 | 4 | -33/+131 |
* | Support: Implement StreamingMemoryObject::getPointer | Duncan P. N. Exon Smith | 2016-03-27 | 1 | -3/+4 |
* | Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc. | Duncan P. N. Exon Smith | 2016-03-27 | 1 | -3/+1 |
* | Bitcode: Split out SimpleBitstreamCursor | Duncan P. N. Exon Smith | 2016-03-27 | 1 | -9/+13 |
* | 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 | 5 | -129/+34 |
* | Bitcode: Collect all MDString records into a single blob | Duncan P. N. Exon Smith | 2016-03-25 | 5 | -34/+129 |
* | Bitcode: Use std::stable_partition for reproducible builds | Duncan P. N. Exon Smith | 2016-03-25 | 1 | -2/+2 |
* | Bitcode: Stop using MODULE_CODE_METADATA_VALUES | Duncan P. N. Exon Smith | 2016-03-25 | 2 | -67/+2 |
* | IR: Stop upgrading !llvm.loop attachments via MDString | Duncan P. N. Exon Smith | 2016-03-25 | 1 | -2/+13 |
* | BitcodeWriter: Move abbreviation for GenericDINode; almost NFC | Duncan P. N. Exon Smith | 2016-03-24 | 3 | -21/+19 |
* | BitcodeWriter: Move abbreviation for DILocation; almost NFC | Duncan P. N. Exon Smith | 2016-03-24 | 3 | -20/+18 |
* | 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 |
* | Bitcode: Error out instead of crashing on corrupt metadata | Justin Bogner | 2016-03-17 | 1 | -20/+38 |
* | Upgrade TBAA *before* upgrading intrinsics | Chris Bieneman | 2016-03-16 | 1 | -3/+5 |
* | [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 |
* | Move global ID computation from Function to GlobalValue (NFC) | Teresa Johnson | 2016-03-15 | 1 | -6/+7 |
* | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 2016-03-15 | 3 | -83/+79 |
* | Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" | Teresa Johnson | 2016-03-14 | 3 | -79/+83 |
* | [ThinLTO] Renaming of function index to module summary index (NFC) | Teresa Johnson | 2016-03-14 | 3 | -83/+79 |
* | [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 | 3 | -212/+716 |
* | Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclos... | Mehdi Amini | 2016-03-07 | 1 | -7/+34 |
* | [ThinLTO] Add missing breaks when parsing summaries (NFC) | Teresa Johnson | 2016-02-24 | 1 | -0/+2 |
* | 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 | 2 | -71/+106 |
* | Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure | Teresa Johnson | 2016-02-10 | 2 | -107/+71 |
* | [ThinLTO] Use MD5 hash in function index. | Teresa Johnson | 2016-02-10 | 2 | -71/+107 |
* | Fix VST_CODE_* bitcode id comments (NFC) | Teresa Johnson | 2016-02-10 | 2 | -18/+18 |
* | [ThinLTO] Include linkage type in function summary | Teresa Johnson | 2016-02-06 | 2 | -10/+18 |
* | [ThinLTO] Ensure function summary output order is stable | Teresa Johnson | 2016-02-01 | 1 | -5/+11 |
* | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
* | [llvm-bcanalyzer] Dump bitcode wrapper header | Akira Hatanaka | 2016-01-29 | 1 | -8/+4 |
* | One more batch of self-containing headers. | Benjamin Kramer | 2016-01-27 | 1 | -0/+1 |
* | Make more headers self-contained. | Benjamin Kramer | 2016-01-27 | 1 | -0/+1 |
* | Remove autoconf support | Chris Bieneman | 2016-01-26 | 3 | -44/+0 |