summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)Teresa Johnson2016-04-221-63/+11
* IR: Use SmallVector instead of std::vector of TrackingMDRefDuncan P. N. Exon Smith2016-04-201-1/+6
* IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith2016-04-191-2/+2
* IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith2016-04-191-16/+27
* IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith2016-04-191-2/+2
* IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith2016-04-191-1/+1
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-10/+23
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-161-0/+51
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-16/+33
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-131-51/+0
* Make aliases explicit in the summaryMehdi Amini2016-04-131-0/+51
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-121-0/+4
* [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
OpenPOWER on IntegriCloud