summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-031-2/+2
* Revert "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-021-2/+2
* Support for ThinLTO function importing and symbol linking.Teresa Johnson2015-11-021-2/+2
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-193/+213
* Revert "Don't assert if materializing before seeing any function bodies"Filipe Cabecinhas2015-10-301-3/+1
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-10-291-1/+3
* Bitcode: Fix more unsigned integer overflow bugs.Peter Collingbourne2015-10-271-3/+3
* [IR] Limit bits used for CallingConv::ID, update testsVedant Kumar2015-10-271-4/+7
* Use Twin instead of std::to_string.Oleksiy Vyalov2015-10-261-4/+3
* Add an (optional) identification block in the bitcodeMehdi Amini2015-10-261-0/+67
* Silence Visual C++ warning in function summary parsing code (NFC)Teresa Johnson2015-10-211-0/+1
* BitcodeReader: Remove ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith2015-10-131-6/+5
* Fix PR25101 - Handle anonymous functions without VST entriesTeresa Johnson2015-10-101-28/+73
* Make sure the CastInst is valid before trying to create itFilipe Cabecinhas2015-10-061-1/+4
* Remove unused private field introduced by r249270.Teresa Johnson2015-10-041-5/+2
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-041-14/+583
OpenPOWER on IntegriCloud