summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)Author
2022-03-14[OpaquePtr][AArch64] Use elementtype on ldxr/stxrArthur Eubanks
2022-03-11[Bitcode] Don't confuse type attributes on declaration and callNikita Popov
2022-03-11[Bitcode] Encode alloca address spaceNikita Popov
2022-03-11[Bitcode] Check for type mismatch when assigning valueNikita Popov
2022-03-11[Bitcode] Delete phi node on errorNikita Popov
2022-03-11[Bitcode] Improve some error messagesNikita Popov
2022-03-11[Bitcode] Delete instruction on errorNikita Popov
2022-03-11[Bitcode] Report error for missing element type for attr upgradeNikita Popov
2022-03-10[BitcodeReader] Support GEP without indicesNikita Popov
2022-03-04Attributes: add a new allocalign attributeAugie Fackler
2022-03-04[Bitcode] Move x86_intrcc upgrade to bitcode readerNikita Popov
2022-03-04[Bitcode] Fully support opaque pointer auto upgradeNikita Popov
2022-03-01[SanitizerBounds] Add support for NoSanitizeBounds functionTong Zhang
2022-02-25[IR] Use CallBase::getParamElementType() (NFC)Nikita Popov
2022-02-23[Bitcode] Store function type IDs rather than function typesNikita Popov
2022-02-22[Bitcode] Store type IDs for valuesNikita Popov
2022-02-15[BitcodeReader] Change order of assignValue() arguments (NFC)Nikita Popov
2022-02-15[Bitcode] Improve support for opaque-pointer bitcode upgradeNikita Popov
2022-02-14[BitcodeReader] Fix use-after-moveFangrui Song
2022-02-14Extend the `uwtable` attribute with unwind table kindMomchil Velikov
2022-02-14[BitcodeReader] Rename method for element type by ID (NFC)Nikita Popov
2022-02-11[Bitcode] Add partial support for opaque pointer auto-upgradeNikita Popov
2022-02-09[Bitcode] Fix size check for DIImportedEntity recordNikita Popov
2022-02-09[Bitcode] Check minimum size of constant GEP recordNikita Popov
2022-02-08[Bitcode] Prevent OOB read for invalid name sizeNikita Popov
2022-02-07Cleanup LLVMBitcode headersserge-sans-paille
2022-02-07[Bitcode] Replace assertion with checkNikita Popov
2022-02-07[Bitcode] Handle invalid data layout gracefullyNikita Popov
2022-02-07[Bitcode] Guard against out of bounds value referenceNikita Popov
2022-02-07[Bitcode] Don't assert on invalid attribute group recordNikita Popov
2022-02-07[Bitcode] Handle invalid abbrev number error more gracefullyNikita Popov
2022-02-04[BitcodeReader] Resolve error handling todoNikita Popov
2022-02-04Reduce dependencies on llvm/BinaryFormat/Dwarf.hserge-sans-paille
2022-01-26[DebugInfo] Add stringLocationExp field to DIStringTypeChih-Ping Chen
2022-01-25[NFC] Remove uses of PointerType::getElementType()Nikita Popov
2022-01-19[llvm-dis] Add an option `dump-thinlto-index-only` in llvm-dis to read ThinLT...minglotus-6
2022-01-10Use a sorted array instead of a map to store AttrBuilder string attributesSerge Guelton
2022-01-08[llvm] Fix bugprone argument comments (NFC)Kazu Hirata
2022-01-07[IR] Add ConstraintInfo::hasArg() helper (NFC)Nikita Popov
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata
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-12-05[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-24[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski