summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)Author
2022-11-07[Assignment Tracking][3/*] Add DIAssignID metadata boilerplateOCHyams
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-11-03Revert "[Assignment Tracking][3/*] Add DIAssignID metadata boilerplate"OCHyams
2022-11-03[Assignment Tracking][3/*] Add DIAssignID metadata boilerplateOCHyams
2022-10-21[IR] Add support for memory attributeNikita Popov
2022-10-21[Bitcode] Remove redundant intrinsic remangling (NFCI)Nikita Popov
2022-10-19[BitcodeReader] Convert pair to triple in preparation for MemProf (NFC)Teresa Johnson
2022-09-30[IR] Don't allow DLL storage-class and local linkageBen Dunbobbin
2022-09-08[ConstantExpr] Remove fneg expressionNikita Popov
2022-09-07[Bitcode] Fix constexpr autoupgrade for arrays and structsNikita Popov
2022-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-08-07[llvm] Fix comment typos (NFC)Kazu Hirata
2022-08-04[InstrProf] Add the skipprofile attributeEllis Hoag
2022-07-30[NFC] Switch a few uses of undef to poison as placeholders for unreachable codeNuno Lopes
2022-07-26[WPD] Use new llvm.public.type.test intrinsic for potentially publicly visibl...Arthur Eubanks
2022-07-17Remove unused forward declarations (NFC)Kazu Hirata
2022-07-15[IR] Don't use blockaddresses as callbr argumentsNikita Popov
2022-07-14[Bitcode] Report metadata decoding error more gracefullyNikita Popov
2022-07-13Remove 'no_sanitize_memtag'. Add 'sanitize_memtag'.Mitch Phillips
2022-07-12[X86] initial -mfunction-return=thunk-extern supportNick Desaulniers
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle
2022-07-10Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle
2022-07-06[LLVM] Add the support for fmax and fmin in atomicrmw instructionShilei Tian
2022-07-06[ConstExpr] Remove div/rem constant expressionsNikita Popov
2022-06-29Use value_or instead of getValueOr. NFCFangrui Song
2022-06-29[Bitcode] Restore bitcast expression auto-upgradeNikita Popov
2022-06-28[ValueList] Include Error.h (NFC)Nikita Popov
2022-06-28[Bitcode] Support expanding constant expressions into instructionsNikita Popov
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-15[BitcodeReader] Remove unnecessary argument defaults (NFC)Nikita Popov
2022-06-14[Coroutines] Convert coroutine.presplit to enum attrChuanqi Xu
2022-06-10[Bitcode] Don't use UINT_MAX for missing SanitizerMetadataVitaly Buka
2022-06-10Add sanitizer-specific GlobalValue attributes.Mitch Phillips
2022-05-31attributes: introduce allockind attr for describing allocator fn behaviorAugie Fackler
2022-05-20[ObjCARC] Drop nullary clang.arc.attachedcall bundles in autoupgrade.Ahmed Bougacha
2022-05-17[OpaquePtr][BitcodeReader] Explicitly turn off opaque pointers if we see a ty...Arthur Eubanks
2022-04-26Attributes: add a new `allocptr` attributeAugie Fackler
2022-04-15[DebugInfo] Add a TargetFuncName field in DISubprogram forChih-Ping Chen
2022-04-12[Bitcode] materialize Functions early when BlockAddress takenNick Desaulniers
2022-04-06DebugInfo: Make the simplified template names prefix more uniqueDavid Blaikie
2022-04-05[Support/Hash functions] Change the `final()` and `result()` of the hashing f...Argyrios Kyrtzidis
2022-04-05DebugInfo: ThinLTO: Import template parameters on type declarationsDavid Blaikie
2022-04-05[LLVMContext] Replace enableOpaquePointers() with setOpaquePointers()Nikita Popov
2022-03-21Revert "Revert "[OpaquePointers][BitcodeReader] Enable -opaque-pointers if we...Arthur Eubanks
2022-03-21Revert "[OpaquePointers][BitcodeReader] Enable -opaque-pointers if we see an ...Mitch Phillips
2022-03-21[OpaquePointers][BitcodeReader] Enable -opaque-pointers if we see an opaque p...Arthur Eubanks
2022-03-16[OpaquePtr][ARM] Use elementtype on ldrex/ldaex/stlex/strexArthur Eubanks