| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the allocsize attribute to LLVM. | George Burgess IV | 2016-04-12 | 2 | -0/+6 |
* | [ThinLTO] BitcodeWriter still requires Analysis library | Teresa Johnson | 2016-04-11 | 1 | -1/+1 |
* | [ThinLTO] Move summary computation from BitcodeWriter to new pass | Teresa Johnson | 2016-04-11 | 3 | -157/+73 |
* | Plumb the option to emit the `ModuleHash` in the bitcode through the bitcode ... | Mehdi Amini | 2016-04-10 | 1 | -6/+7 |
* | Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC) | Mehdi Amini | 2016-04-07 | 1 | -4/+4 |
* | [GCC] Attribute ifunc support in llvm | Dmitry Polukhin | 2016-04-07 | 3 | -3/+35 |
* | NFC: make AtomicOrdering an enum class | JF Bastien | 2016-04-06 | 2 | -24/+29 |
* | IR: Introduce ConstantAggregate, NFC | Duncan P. N. Exon Smith | 2016-04-05 | 1 | -2/+1 |
* | [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar | Dmitry Polukhin | 2016-04-05 | 1 | -19/+26 |
* | [ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC) | Teresa Johnson | 2016-04-05 | 1 | -12/+2 |
* | [ThinLTO] Add option to dump value name to GUID mapping | Teresa Johnson | 2016-04-04 | 1 | -5/+17 |
* | 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 | 3 | -39/+231 |
* | Fix doxygen comments from r265224, NFC | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -2/+2 |
* | BitcodeWriter: Further unify function metadata, NFC | Duncan P. N. Exon Smith | 2016-04-02 | 3 | -12/+17 |
* | BitcodeReader: Check for unresolved function metadata | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -2/+12 |
* | 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 | 2 | -21/+22 |
* | Swift Calling Convention: add swifterror attribute. | Manman Ren | 2016-04-01 | 2 | -5/+10 |
* | Add a module Hash in the bitcode and the combined index, implementing a kind ... | Mehdi Amini | 2016-04-01 | 2 | -19/+109 |
* | Revert "Add support for computing SHA1 in LLVM" | Mehdi Amini | 2016-04-01 | 2 | -109/+19 |
* | Add a module Hash in the bitcode and the combined index, implementing a kind ... | Mehdi Amini | 2016-04-01 | 2 | -19/+109 |
* | 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 |