summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)Author
2021-11-20[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-14[llvm] Use isa instead of dyn_cast (NFC)Kazu Hirata
2021-11-11[DebugInfo] run clang-format on some unformatted filesLuís Ferreira
2021-11-09Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes"Arthur Eubanks
2021-11-09[DebugInfo] Enforce implicit constraints on `distinct` MDNodesScott Linder
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-10[BitcodeAnalyzer] allow a motivated user to dump BLOCKINFOwilliam woodruff
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-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim
2021-09-27[ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagationmodimo
2021-09-16[DebugInfo] Enhance DIImportedEntity to accept children entitiesAlok Kumar Sharma
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-26[DebugInfo] generate btf_tag annotations for func parametersYonghong Song
2021-08-26[DebugInfo] generate btf_tag annotations for DIGlobalVariableYonghong Song
2021-08-26[DebugInfo] generate btf_tag annotations for DISubprogram typesYonghong Song
2021-08-20[DebugInfo] generate btf_tag annotations for DIDerived typesYonghong Song
2021-08-20[clang][Codegen] Introduce the disable_sanitizer_instrumentation attributeAlexander Potapenko
2021-08-19Reland [DebugInfo] generate btf_tag annotations for DIComposite typesYonghong Song
2021-08-19Revert "[DebugInfo] generate btf_tag annotations for DIComposite types"Yonghong Song
2021-08-19[DebugInfo] generate btf_tag annotations for DIComposite typesYonghong Song
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-07-02Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes"Jonas Devlieghere
2021-06-29[OpaquePtr][BitcodeWriter] Handle attributes with typesArthur Eubanks
2021-06-28[DebugInfo] Enforce implicit constraints on `distinct` MDNodesScott Linder
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-14Remove accidentally added debugging code from D103135Arthur Eubanks
2021-06-14[OpaquePtr] Remove existing support for forward compatibilityArthur Eubanks