summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: Introduce ConstantAggregate, NFCDuncan P. N. Exon Smith2016-04-051-2/+1
* Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC)Mehdi Amini2016-04-021-21/+23
* Bitcode: Try to emit metadata in function blocksDuncan P. N. Exon Smith2016-04-021-2/+1
* BitcodeWriter: Further unify function metadata, NFCDuncan P. N. Exon Smith2016-04-021-4/+5
* Reverts r265219.Mehdi Amini2016-04-021-15/+15
* wipMehdi Amini2016-04-021-15/+15
* Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini2016-04-021-8/+8
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-2/+3
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-9/+65
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-011-65/+9
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-9/+65
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+2
* BitcodeWriter: Reuse writeMetadataRecords, NFCDuncan P. N. Exon Smith2016-03-271-5/+2
* BitcodeWriter: Rename some functions for consistency, NFCDuncan P. N. Exon Smith2016-03-271-35/+34
* BitcodeWriter: Split out writeMetadataRecords, NFCDuncan P. N. Exon Smith2016-03-271-9/+17
* BitcodeWriter: Restructure WriteFunctionLocalMetadata, NFCDuncan P. N. Exon Smith2016-03-271-11/+9
* BitcodeWriter: Simplify tracking of function-local metadata, NFCDuncan P. N. Exon Smith2016-03-271-5/+3
* Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-271-24/+48
* Rename ModuleSummaryIndex::modPathStringEntries() into modulePaths()Mehdi Amini2016-03-261-1/+1
* [ThinLTO] Rename edges() to calls() for clarity (NFC)Teresa Johnson2016-03-251-3/+3
* Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-251-61/+24
* Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith2016-03-251-24/+61
* Bitcode: Stop using MODULE_CODE_METADATA_VALUESDuncan P. N. Exon Smith2016-03-251-17/+0
* BitcodeWriter: Move abbreviation for GenericDINode; almost NFCDuncan P. N. Exon Smith2016-03-241-17/+18
* BitcodeWriter: Move abbreviation for DILocation; almost NFCDuncan P. N. Exon Smith2016-03-241-16/+17
* BitcodeWriter: Split out named metadata; almost NFCDuncan P. N. Exon Smith2016-03-241-25/+31
* Bitcode: Module* -> Module&, NFCDuncan P. N. Exon Smith2016-03-241-5/+5
* Add getBlockProfileCount method to BlockFrequencyInfoEaswaran Raman2016-03-231-7/+3
* [ThinLTO] Record all global variable defs in the summaryTeresa Johnson2016-03-151-11/+10
* BitcodeWriter dyn_cast cleanup for r263275 (NFC)Teresa Johnson2016-03-151-8/+5
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-151-8/+6
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-6/+8
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-8/+6
* [Bitcode] Make writeComdats less strangeDavid Majnemer2016-03-131-2/+2
* [ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson2016-03-111-91/+374
* Bitcode writer: fix a typo, using getName() instead of getSourceFileName()Mehdi Amini2016-02-161-2/+2
* Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson2016-02-101-62/+62
* Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson2016-02-101-62/+62
* [ThinLTO] Use MD5 hash in function index.Teresa Johnson2016-02-101-62/+62
* Fix VST_CODE_* bitcode id comments (NFC)Teresa Johnson2016-02-101-14/+14
* [ThinLTO] Include linkage type in function summaryTeresa Johnson2016-02-061-5/+11
* [ThinLTO] Ensure function summary output order is stableTeresa Johnson2016-02-011-5/+11
* [llvm-bcanalyzer] Dump bitcode wrapper headerAkira Hatanaka2016-01-291-8/+4
* [Bitcode] Insert the darwin wrapper at the beginning of a file when theAkira Hatanaka2016-01-231-2/+2
* NFC Test Commit whitespace change in a commentChris Ray2016-01-191-1/+1
* Bitcode: Fix reading and writing of ConstantDataVectors of halfsJustin Bogner2016-01-061-12/+3
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-161-0/+4
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-1/+7
* [IR] Remove terminatepadDavid Majnemer2015-12-141-15/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-33/+29
OpenPOWER on IntegriCloud