summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)Author
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-10-05[llvm] Migrate from getNumArgOperands to arg_size (NFC)Kazu Hirata
2021-10-01[NFC][AttributeList] Replace index_begin/end with an iteratorArthur Eubanks
2021-09-27[ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagationmodimo
2021-09-24[ThinLTO] Update combined index for SamplePGO indirect calls to localsTeresa Johnson
2021-09-23[ThinLTO] Don't emit original GUID for locals to distributed indexesTeresa Johnson
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-18[Bitcode] Remove unused declaration writeGlobalVariableMetadataAttachment (NFC)Kazu Hirata
2021-08-17[NFC] More get/removeAttribute() cleanupArthur Eubanks
2021-08-17[Bitcode] Remove unused declaration writeBitcodeHeader (NFC)Kazu Hirata
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-25[OpaquePtr] Enumerate GlobalAlias value typeNikita Popov
2021-06-25[OpaquePtr] Enumerate alloca typeNikita Popov
2021-06-25[OpaquePtr] Enumerate global variable typeNikita Popov
2021-06-24[OpaquePtr] Introduce option to force all pointers to be opaque pointersArthur Eubanks
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-21[OpaquePtr] Return opaque pointer from opaque pointer 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
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