summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)Author
2016-03-25Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith
2016-03-25Bitcode: Use std::stable_partition for reproducible buildsDuncan P. N. Exon Smith
2016-03-25Bitcode: Stop using MODULE_CODE_METADATA_VALUESDuncan P. N. Exon Smith
2016-03-25IR: Stop upgrading !llvm.loop attachments via MDStringDuncan P. N. Exon Smith
2016-03-24BitcodeWriter: Move abbreviation for GenericDINode; almost NFCDuncan P. N. Exon Smith
2016-03-24BitcodeWriter: Move abbreviation for DILocation; almost NFCDuncan P. N. Exon Smith
2016-03-24BitcodeWriter: Split out named metadata; almost NFCDuncan P. N. Exon Smith
2016-03-24Bitcode: Module* -> Module&, NFCDuncan P. N. Exon Smith
2016-03-23Add getBlockProfileCount method to BlockFrequencyInfoEaswaran Raman
2016-03-17Bitcode: Error out instead of crashing on corrupt metadataJustin Bogner
2016-03-16Upgrade TBAA *before* upgrading intrinsicsChris Bieneman
2016-03-15[ThinLTO] Record all global variable defs in the summaryTeresa Johnson
2016-03-15BitcodeWriter dyn_cast cleanup for r263275 (NFC)Teresa Johnson
2016-03-15Move global ID computation from Function to GlobalValue (NFC)Teresa Johnson
2016-03-15[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-14Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson
2016-03-14[ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson
2016-03-13[Bitcode] Make writeComdats less strangeDavid Majnemer
2016-03-11[ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson
2016-03-07Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclos...Mehdi Amini
2016-02-24[ThinLTO] Add missing breaks when parsing summaries (NFC)Teresa Johnson
2016-02-16Bitcode writer: fix a typo, using getName() instead of getSourceFileName()Mehdi Amini
2016-02-10Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson
2016-02-10Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson
2016-02-10[ThinLTO] Use MD5 hash in function index.Teresa Johnson
2016-02-10Fix VST_CODE_* bitcode id comments (NFC)Teresa Johnson
2016-02-06[ThinLTO] Include linkage type in function summaryTeresa Johnson
2016-02-01[ThinLTO] Ensure function summary output order is stableTeresa Johnson
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren
2016-01-29[llvm-bcanalyzer] Dump bitcode wrapper headerAkira Hatanaka
2016-01-27One more batch of self-containing headers.Benjamin Kramer
2016-01-27Make more headers self-contained.Benjamin Kramer
2016-01-26Remove autoconf supportChris Bieneman
2016-01-26Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko
2016-01-23[Bitcode] Insert the darwin wrapper at the beginning of a file when theAkira Hatanaka
2016-01-21[ThinLTO] Avoid unnecesary hash lookups during metadata linking (NFC)Teresa Johnson
2016-01-20Fix typo in an error string. NFC.George Burgess IV
2016-01-19NFC Test Commit whitespace change in a commentChris Ray
2016-01-15Bring back "Assert that we have all use/users in the getters."Rafael Espindola
2016-01-14Revert "Assert that we have all use/users in the getters."Michael Zolotukhin
2016-01-06Bitcode: Fix reading and writing of ConstantDataVectors of halfsJustin Bogner
2015-12-30Ensure MDNode used as key in metadata linking map cannot be RAUWedTeresa Johnson
2015-12-30[ThinLTO] Check MDNode values saved for metadata linking (NFC)Teresa Johnson
2015-12-29Rename MDValue* to Metadata* (NFC)Teresa Johnson
2015-12-21Remove overly strict new assert in BitcodeReader.Teresa Johnson
2015-12-19Assert that we have all use/users in the getters.Rafael Espindola
2015-12-19Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar
2015-12-19Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar
2015-12-19Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar
2015-12-19Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar