summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)Author
2021-05-14IR+AArch64: add a "swiftasync" argument attribute.Tim Northover
2021-05-13[IR] Introduce the opaque pointer typeArthur Eubanks
2021-05-13Support unwinding from inline assemblycynecx
2021-05-11[IR][AutoUpgrade] Drop align attribute from void return typesSteven Wu
2021-03-29Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault
2021-03-29Revert "Reapply "OpaquePtr: Turn inalloca into a type attribute""Oliver Stannard
2021-03-28Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault
2021-03-28Revert "OpaquePtr: Turn inalloca into a type attribute"Nico Weber
2021-03-28OpaquePtr: Turn inalloca into a type attributeMatt Arsenault
2021-03-22[IR] Add vscale_range IR function attributeBradley Smith
2021-02-22[llvm][Bitcode] Add bitcode reader/writer for DSOLocalEquivalentLeonard Chan
2021-02-12[LTO] Perform DSOLocal propagation in combined indexWei Wang
2021-02-11Fix bitcode decoder error in "Encode alignment attribute for `atomicrmw`"James Y Knight
2021-02-11Encode alignment attribute for `cmpxchg`Guillaume Chatelet
2021-02-11Encode alignment attribute for `atomicrmw`Guillaume Chatelet
2021-01-27[ThinLTO] Add Visibility bits to GlobalValueSummary::GVFlagsFangrui Song
2021-01-24[llvm] Use pop_back_val (NFC)Kazu Hirata
2021-01-06[llvm] Use llvm::append_range (NFC)Kazu Hirata
2020-12-30[X86] Add x86_amx type for intel AMX.Luo, Yuanke
2020-12-17[IR][PGO] Add hot func attribute and use hot/cold attribute in func sectionRong Xu
2020-12-14[clang][IR] Add support for leaf attributeGulfem Savrun Yeniceri
2020-12-11Migrate deprecated DebugLoc::get to DILocation::getFangrui Song
2020-11-25Adding PoisonValue for representing poison value explicitly in IRZhengyang Liu
2020-11-17Revert "[BitCode] decode nossp fn attr"Nick Desaulniers
2020-10-30BitcodeReader::popValue - pass SmallVectorImpl<> as const reference. NFCI.Simon Pilgrim
2020-10-26[BitCode] decode nossp fn attrNick Desaulniers
2020-10-20[IR] Adds mustprogress as a LLVM IR attributeAtmn Patel
2020-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault
2020-10-07Reapply [ADT] function_ref's constructor is unavailable if the argument is no...Sam McCall
2020-10-07Revert "[ADT] function_ref's constructor is unavailable if the argument is no...Sam McCall
2020-10-07[ADT] function_ref's constructor is unavailable if the argument is not callable.Sam McCall
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault
2020-09-09[NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD)Guillaume Chatelet
2020-08-14[StackSafety] Use ValueInfo in ParamAccess::CallVitaly Buka
2020-07-27[NFC] Move BitcodeCommon.h from Bitstream to BitcodeGuillaume Chatelet
2020-07-27[NFC] Replace ".size() < 1" with ".empty()"Guillaume Chatelet
2020-07-27[Alignment][NFC] Update Bitcodewriter to use AlignGuillaume Chatelet
2020-07-23[Bitcode] Avoid duplicating linker option when upgradingSteven Wu
2020-07-23[Bitcode] Drop invalid branch_weight in BitcodeReaderSteven Wu
2020-07-20IR: Define byref parameter attributeMatt Arsenault
2020-07-10Temporarily revert "[NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG...Eric Christopher
2020-07-10[NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD)Guillaume Chatelet
2020-07-08[LLVM] Accept `noundef` attribute in function definitions/callsGui Andrade
2020-07-07[NFC] Adding the align attribute on Atomic{CmpXchg|RMW}InstGuillaume Chatelet
2020-06-30[BitcodeReader] Fix DelayedShuffle handling for ConstantExpr shuffles.Eli Friedman
2020-06-25Remove references to the 4.0 release as a major breaking (NFC)Mehdi Amini
2020-06-24Revert "[BitcodeReader] Fix DelayedShuffle handling for ConstantExpr shuffles."Mitch Phillips
2020-06-23[BitcodeReader] Fix DelayedShuffle handling for ConstantExpr shuffles.Eli Friedman
2020-06-15[strictfp] Replace dangling strictfp attrs with nobuiltinKevin P. Neal