summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-3/+6
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-061-17/+22
* [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin2016-04-051-19/+26
* [ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC)Teresa Johnson2016-04-051-12/+2
* [ThinLTO] Add option to dump value name to GUID mappingTeresa Johnson2016-04-041-5/+17
* BitcodeReader: Check for unresolved function metadataDuncan P. N. Exon Smith2016-04-021-2/+12
* Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini2016-04-021-13/+14
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-011-3/+7
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-10/+44
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-011-44/+10
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-10/+44
* BitcodeReader: Fix weird whitespace, NFCDuncan P. N. Exon Smith2016-03-301-1/+1
* [ThinLTO] Remove post-pass metadata linking supportTeresa Johnson2016-03-291-38/+0
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+2
* BitcodeReader: Allow METADATA_STRINGS to only have !""Duncan P. N. Exon Smith2016-03-291-1/+1
* Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-271-2/+52
* Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-251-33/+1
* Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith2016-03-251-1/+33
* Bitcode: Stop using MODULE_CODE_METADATA_VALUESDuncan P. N. Exon Smith2016-03-251-50/+2
* 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
OpenPOWER on IntegriCloud