summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)Author
2022-01-06[BitCode] Autoupgrade inline asm elementtype attributeNikita Popov
2021-12-30[Opaqueptrs][IR Serialization] Improve inlineasm [de]serializationRoman Lebedev
2021-12-30[BitcodeReader] `bitc::CST_CODE_INLINEASM`: un-hardcode offsetsRoman Lebedev
2021-12-28[BitcodeReader] propagateAttributeTypes(): fix opaque pointer handlingRoman Lebedev
2021-12-20[llvm][IR] Add no_cfi constantSami Tolvanen
2021-12-17[Bitcode] Avoid setting invalid comdat pointer (NFC)Nikita Popov
2021-12-14[LTO] Ignore unreachable virtual functions in WPD in hybrid LTO.Mingming Liu
2021-12-13[llvm] Use llvm::reverse (NFC)Kazu Hirata
2021-11-20[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-08[llvm] Use make_early_inc_range (NFC)Kazu Hirata
2021-10-31[Verifier] Add verification logic for GlobalIFuncsItay Bookstein
2021-10-25Bitcode: Use Expected<T>::takeError() and moveInto() more, NFCDuncan P. N. Exon Smith
2021-10-22Support: Use Expected<T>::moveInto() in a few placesDuncan P. N. Exon Smith
2021-10-20[IR] Refactor GlobalIFunc to inherit from GlobalObject, Remove GlobalIndirect...Itay Bookstein
2021-10-09[BitcodeReader] fix a logic error in vector type element validationwilliam woodruff
2021-10-06Reland [IR] Increase max alignment to 4GBArthur Eubanks
2021-10-06Revert "Reland [IR] Increase max alignment to 4GB"Arthur Eubanks
2021-10-06Reland [IR] Increase max alignment to 4GBArthur Eubanks
2021-10-06Revert "[IR] Increase max alignment to 4GB"Arthur Eubanks
2021-10-06[IR] Increase max alignment to 4GBArthur Eubanks
2021-09-27[ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagationmodimo
2021-09-11[BitcodeReader] Delay select until all constants resolvedguopeilin
2021-09-10[OpaquePtr] Forbid mixing typed and opaque pointersNikita Popov
2021-09-07[UseListOrder] Fix use list order for function operandsNikita Popov
2021-08-20[clang][Codegen] Introduce the disable_sanitizer_instrumentation attributeAlexander Potapenko
2021-08-17[NFC] More get/removeAttribute() cleanupArthur Eubanks
2021-08-13[NFC] Rename AttributeList::getParam/Ret/FnAttributes() -> get*Attributes()Arthur Eubanks
2021-07-20[IR] Rename `comdat noduplicates` to `comdat nodeduplicate`Fangrui Song
2021-07-20[BitcodeReader] Handle type attributes more explicitly (NFCI)Nikita Popov
2021-07-17[BPF] Use elementtype attribute for preserve.array/struct.index intrinsicsNikita Popov
2021-07-15[IR] Add elementtype attributeNikita Popov
2021-07-12[Attributes] Assert correct attribute constructor is used (NFCI)Nikita Popov
2021-07-12[Attributes] Make type attribute handling more generic (NFCI)Nikita Popov
2021-06-29[OpaquePtr][BitcodeWriter] Handle attributes with typesArthur Eubanks
2021-06-27[BitCode] Add noprofile to getAttrFromCode()Nathan Chancellor
2021-06-23[OpaquePtr] Support invoke instructionNikita Popov
2021-06-23[OpaquePtr] Support call instructionNikita Popov
2021-06-22[BitcodeReader] Validate Strtab before accessing.Florian Hahn
2021-06-21[OpaquePtr] Support opaque constant expression GEPNikita Popov
2021-06-14Move some code under NDEBUG from D103135Arthur Eubanks
2021-06-14[OpaquePtr] Remove existing support for forward compatibilityArthur Eubanks
2021-05-25[OpaquePtr] Make atomicrmw work with opaque pointersArthur Eubanks
2021-05-25[OpaquePtr] Create new bitcode encoding for atomicrmwArthur Eubanks
2021-05-25Revert "[OpaquePtr] Make atomicrmw work with opaque pointers"Arthur Eubanks
2021-05-25[SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver
2021-05-21[Verifier] Move some atomicrmw/cmpxchg checks to instruction creationArthur Eubanks
2021-05-20[IR][AutoUpgrade] Drop alignment from non-pointer parameters and returnsSteven Wu
2021-05-19[OpaquePtr] Make atomicrmw work with opaque pointersArthur Eubanks
2021-05-19[OpaquePtr] Make GEPs work with opaque pointersArthur Eubanks
2021-05-18[OpaquePtr] Make loads and stores work with opaque pointersArthur Eubanks