summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)Author
2016-03-27Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith
2016-03-27Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith
2016-03-27Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc.Duncan P. N. Exon Smith
2016-03-27Bitcode: Split out SimpleBitstreamCursorDuncan P. N. Exon Smith
2016-03-25Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith
2016-03-25Bitcode: Collect all MDString records into a single blobDuncan 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-17Bitcode: Error out instead of crashing on corrupt metadataJustin Bogner
2016-03-16Upgrade TBAA *before* upgrading intrinsicsChris Bieneman
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-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-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-01-26Remove autoconf supportChris Bieneman
2016-01-26Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko
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-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-18Deprecate a few C APIs.Rafael Espindola
2015-12-18Remove redundant argument. NFC.Rafael Espindola
2015-12-18Drop materializeAllPermanently.Rafael Espindola
2015-12-18Drop support for dematerializing.Rafael Espindola
2015-12-18clang-format to reduce diff in another patch.Rafael Espindola
2015-12-18Fix error handling in LLVMGetBitcodeModuleInContext.Rafael Espindola
2015-12-18Reorganize the C API headers to improve build times.Eric Christopher
2015-12-17Drop function that are deprecated since 2010.Rafael Espindola
2015-12-17[ThinLTO] Metadata linking for imported functionsTeresa Johnson
2015-12-16Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola
2015-12-14add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel
2015-12-14[IR] Remove terminatepadDavid Majnemer
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer
2015-12-10Macro debug info support in LLVM IRAmjad Aboud
2015-12-03Remove "ExportingModule" from ThinLTO Index (NFC)Mehdi Amini