summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* IR: Stop upgrading !llvm.loop attachments via MDStringDuncan P. N. Exon Smith2016-03-251-2/+13
* Bitcode: Error out instead of crashing on corrupt metadataJustin Bogner2016-03-171-20/+38
* Upgrade TBAA *before* upgrading intrinsicsChris Bieneman2016-03-161-3/+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-151-67/+66
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-141-66/+67
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-141-67/+66
* [ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson2016-03-111-120/+341
* [ThinLTO] Add missing breaks when parsing summaries (NFC)Teresa Johnson2016-02-241-0/+2
* Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson2016-02-101-9/+44
* Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson2016-02-101-45/+9
* [ThinLTO] Use MD5 hash in function index.Teresa Johnson2016-02-101-9/+45
* Fix VST_CODE_* bitcode id comments (NFC)Teresa Johnson2016-02-101-4/+4
* [ThinLTO] Include linkage type in function summaryTeresa Johnson2016-02-061-5/+7
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-11/+6
* [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
* 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-061-11/+12
* 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-291-130/+135
* Remove overly strict new assert in BitcodeReader.Teresa Johnson2015-12-211-16/+1
* Assert that we have all use/users in the getters.Rafael Espindola2015-12-191-2/+3
* Remove redundant argument. NFC.Rafael Espindola2015-12-181-6/+3
* Drop materializeAllPermanently.Rafael Espindola2015-12-181-1/+1
* Drop support for dematerializing.Rafael Espindola2015-12-181-34/+0
* [ThinLTO] Metadata linking for imported functionsTeresa Johnson2015-12-171-1/+44
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-161-0/+4
* Use diagnostic handler in the LLVMContextRafael Espindola2015-12-141-73/+59
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-141-1/+14
* [IR] Remove terminatepadDavid Majnemer2015-12-141-34/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-146/+88
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-3/+27
* Remove "ExportingModule" from ThinLTO Index (NFC)Mehdi Amini2015-12-031-3/+2
* [ThinLTO] Handle bitcode without function summary sections gracefullyTeresa Johnson2015-11-211-3/+5
* Move new assert to correct locationTeresa Johnson2015-11-211-3/+3
* [ThinLTO] Add MODULE_CODE_METADATA_VALUES recordTeresa Johnson2015-11-201-6/+56
* Do not require a Context to extract the FunctionIndex from Bitcode (NFC)Mehdi Amini2015-11-191-23/+16
* [OperandBundles] Tighten OperandBundleDef's interface; NFCSanjoy Das2015-11-181-4/+2
* Use a different block id for block of metadata kind recordsTeresa Johnson2015-11-151-8/+61
* Add a method to the BitcodeReader to parse only the identification blockMehdi Amini2015-11-091-0/+49
* [Bitcode] Add enums for call instruction markers and flags. NFC.Akira Hatanaka2015-11-071-5/+5
* Add 'notail' marker for call instructions.Akira Hatanaka2015-11-061-0/+2
* Add a new attribute: norecurseJames Molloy2015-11-061-0/+2
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-14/+35
* Error out when faced with value names containing '\0'Filipe Cabecinhas2015-11-041-1/+4
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-11-031-1/+3
* Don't use Twine objects after their lifetimes end.Filipe Cabecinhas2015-11-031-6/+6
OpenPOWER on IntegriCloud