aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle1-4/+2
2022-07-06[LLVM] Add the support for fmax and fmin in atomicrmw instructionShilei Tian1-0/+2
2022-07-06[ConstExpr] Remove div/rem constant expressionsNikita Popov1-0/+3
2022-06-29Use value_or instead of getValueOr. NFCFangrui Song1-5/+4
2022-06-29[Bitcode] Restore bitcast expression auto-upgradeNikita Popov1-1/+3
2022-06-28[Bitcode] Support expanding constant expressions into instructionsNikita Popov1-308/+594
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata1-1/+1
2022-06-15[BitcodeReader] Remove unnecessary argument defaults (NFC)Nikita Popov1-2/+2
2022-06-14[Coroutines] Convert coroutine.presplit to enum attrChuanqi Xu1-0/+2
2022-06-10[Bitcode] Don't use UINT_MAX for missing SanitizerMetadataVitaly Buka1-1/+1
2022-06-10Add sanitizer-specific GlobalValue attributes.Mitch Phillips1-0/+19
2022-05-31attributes: introduce allockind attr for describing allocator fn behaviorAugie Fackler1-0/+4
2022-05-20[ObjCARC] Drop nullary clang.arc.attachedcall bundles in autoupgrade.Ahmed Bougacha1-0/+12
2022-05-17[OpaquePtr][BitcodeReader] Explicitly turn off opaque pointers if we see a ty...Arthur Eubanks1-0/+2
2022-04-26Attributes: add a new `allocptr` attributeAugie Fackler1-0/+2
2022-04-12[Bitcode] materialize Functions early when BlockAddress takenNick Desaulniers1-0/+37
2022-04-05[LLVMContext] Replace enableOpaquePointers() with setOpaquePointers()Nikita Popov1-1/+1
2022-03-21Revert "Revert "[OpaquePointers][BitcodeReader] Enable -opaque-pointers if we...Arthur Eubanks1-1/+3
2022-03-21Revert "[OpaquePointers][BitcodeReader] Enable -opaque-pointers if we see an ...Mitch Phillips1-3/+1
2022-03-21[OpaquePointers][BitcodeReader] Enable -opaque-pointers if we see an opaque p...Arthur Eubanks1-1/+3
2022-03-16[OpaquePtr][ARM] Use elementtype on ldrex/ldaex/stlex/strexArthur Eubanks1-5/+18
2022-03-14[OpaquePtr][AArch64] Use elementtype on ldxr/stxrArthur Eubanks1-3/+13
2022-03-11[Bitcode] Don't confuse type attributes on declaration and callNikita Popov1-10/+11
2022-03-11[Bitcode] Encode alloca address spaceNikita Popov1-3/+2
2022-03-11[Bitcode] Check for type mismatch when assigning valueNikita Popov1-6/+10
2022-03-11[Bitcode] Delete phi node on errorNikita Popov1-2/+6
2022-03-11[Bitcode] Improve some error messagesNikita Popov1-75/+75
2022-03-11[Bitcode] Delete instruction on errorNikita Popov1-3/+9
2022-03-11[Bitcode] Report error for missing element type for attr upgradeNikita Popov1-6/+18
2022-03-10[BitcodeReader] Support GEP without indicesNikita Popov1-11/+13
2022-03-04Attributes: add a new allocalign attributeAugie Fackler1-0/+2
2022-03-04[Bitcode] Move x86_intrcc upgrade to bitcode readerNikita Popov1-0/+10
2022-03-04[Bitcode] Fully support opaque pointer auto upgradeNikita Popov1-99/+217
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang1-0/+2
2022-02-25[IR] Use CallBase::getParamElementType() (NFC)Nikita Popov1-2/+2
2022-02-23[Bitcode] Store function type IDs rather than function typesNikita Popov1-7/+7
2022-02-22[Bitcode] Store type IDs for valuesNikita Popov1-157/+278
2022-02-15[BitcodeReader] Change order of assignValue() arguments (NFC)Nikita Popov1-4/+4
2022-02-15[Bitcode] Improve support for opaque-pointer bitcode upgradeNikita Popov1-19/+54
2022-02-14[BitcodeReader] Fix use-after-moveFangrui Song1-1/+1
2022-02-14Extend the `uwtable` attribute with unwind table kindMomchil Velikov1-0/+4
2022-02-14[BitcodeReader] Rename method for element type by ID (NFC)Nikita Popov1-7/+7
2022-02-11[Bitcode] Add partial support for opaque pointer auto-upgradeNikita Popov1-20/+58
2022-02-09[Bitcode] Check minimum size of constant GEP recordNikita Popov1-0/+2
2022-02-08[Bitcode] Prevent OOB read for invalid name sizeNikita Popov1-0/+2
2022-02-07[Bitcode] Replace assertion with checkNikita Popov1-2/+3
2022-02-07[Bitcode] Handle invalid data layout gracefullyNikita Popov1-1/+4
2022-02-07[Bitcode] Guard against out of bounds value referenceNikita Popov1-2/+6
2022-02-07[Bitcode] Don't assert on invalid attribute group recordNikita Popov1-3/+3
2022-02-04[BitcodeReader] Resolve error handling todoNikita Popov1-9/+9