summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
...
* Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc.Duncan P. N. Exon Smith2016-03-271-3/+1
* Bitcode: Split out SimpleBitstreamCursorDuncan P. N. Exon Smith2016-03-271-9/+13
* 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-255-129/+34
* Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith2016-03-255-34/+129
* Bitcode: Use std::stable_partition for reproducible buildsDuncan P. N. Exon Smith2016-03-251-2/+2
* Bitcode: Stop using MODULE_CODE_METADATA_VALUESDuncan P. N. Exon Smith2016-03-252-67/+2
* IR: Stop upgrading !llvm.loop attachments via MDStringDuncan P. N. Exon Smith2016-03-251-2/+13
* BitcodeWriter: Move abbreviation for GenericDINode; almost NFCDuncan P. N. Exon Smith2016-03-243-21/+19
* BitcodeWriter: Move abbreviation for DILocation; almost NFCDuncan P. N. Exon Smith2016-03-243-20/+18
* 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
* Bitcode: Error out instead of crashing on corrupt metadataJustin Bogner2016-03-171-20/+38
* Upgrade TBAA *before* upgrading intrinsicsChris Bieneman2016-03-161-3/+5
* [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
* Move global ID computation from Function to GlobalValue (NFC)Teresa Johnson2016-03-151-6/+7
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-153-83/+79
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-143-79/+83
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-143-83/+79
* [Bitcode] Make writeComdats less strangeDavid Majnemer2016-03-131-2/+2
* [ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson2016-03-113-212/+716
* Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclos...Mehdi Amini2016-03-071-7/+34
* [ThinLTO] Add missing breaks when parsing summaries (NFC)Teresa Johnson2016-02-241-0/+2
* 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-102-71/+106
* Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson2016-02-102-107/+71
* [ThinLTO] Use MD5 hash in function index.Teresa Johnson2016-02-102-71/+107
* Fix VST_CODE_* bitcode id comments (NFC)Teresa Johnson2016-02-102-18/+18
* [ThinLTO] Include linkage type in function summaryTeresa Johnson2016-02-062-10/+18
* [ThinLTO] Ensure function summary output order is stableTeresa Johnson2016-02-011-5/+11
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* [llvm-bcanalyzer] Dump bitcode wrapper headerAkira Hatanaka2016-01-291-8/+4
* One more batch of self-containing headers.Benjamin Kramer2016-01-271-0/+1
* Make more headers self-contained.Benjamin Kramer2016-01-271-0/+1
* Remove autoconf supportChris Bieneman2016-01-263-44/+0
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-11/+6
* [Bitcode] Insert the darwin wrapper at the beginning of a file when theAkira Hatanaka2016-01-231-2/+2
* [ThinLTO] Avoid unnecesary hash lookups during metadata linking (NFC)Teresa Johnson2016-01-211-3/+4
* Fix typo in an error string. NFC.George Burgess IV2016-01-201-1/+1
* NFC Test Commit whitespace change in a commentChris Ray2016-01-191-1/+1
* Bring back "Assert that we have all use/users in the getters."Rafael Espindola2016-01-151-2/+3
* Revert "Assert that we have all use/users in the getters."Michael Zolotukhin2016-01-141-3/+2
* Bitcode: Fix reading and writing of ConstantDataVectors of halfsJustin Bogner2016-01-062-23/+15
* Ensure MDNode used as key in metadata linking map cannot be RAUWedTeresa Johnson2015-12-301-0/+5
* [ThinLTO] Check MDNode values saved for metadata linking (NFC)Teresa Johnson2015-12-301-0/+5
* Rename MDValue* to Metadata* (NFC)Teresa Johnson2015-12-293-141/+146
* Remove overly strict new assert in BitcodeReader.Teresa Johnson2015-12-211-16/+1
OpenPOWER on IntegriCloud