summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)Author
2020-10-12[BitCodeAnalyzer] Add a few missing TYPE_CODES and MODULE_CODE_COMDAT to GetC...Craig Topper
2020-10-12Restore "[ThinLTO] Avoid temporaries when loading global decl attachment meta...Teresa Johnson
2020-10-10[DebugInfo] Support for DWARF attribute DW_AT_rankAlok Kumar Sharma
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-23Revert D87970 "[ThinLTO] Avoid temporaries when loading global decl attachmen...Fangrui Song
2020-09-22[ThinLTO] Avoid temporaries when loading global decl attachment metadataTeresa Johnson
2020-09-17ValueList.cpp - remove unnecessary includes. NFCI.Simon Pilgrim
2020-09-17MetadataLoader.cpp - remove unnecessary StringRef include. NFCI.Simon Pilgrim
2020-09-17Flush bitcode incrementally for LTO outputJianzhou Zhao
2020-09-16ValueEnumerator.cpp - remove duplicate includes. NFCI.Simon Pilgrim
2020-09-10[NFC][ThinLTO] Let llvm::EmbedBitcodeInModule handle serialization.Mircea Trofin
2020-09-09[NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD)Guillaume Chatelet
2020-08-29Set alignment of .llvmbc and .llvmcmd to 1Fangrui Song
2020-08-28[SVE] Make ElementCount members privateDavid Sherwood
2020-08-22[DebugInfo][flang]Added support for representing Fortran assumed length stringsSourabh Singh Tomar
2020-08-14[StackSafety] Use ValueInfo in ParamAccess::CallVitaly Buka
2020-08-11[SystemZ/ZOS] Add binary format goff and operating system zos to the tripleKai Nacke
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-20[DebugInfo] Support for DW_AT_associated and DW_AT_allocated.Alok Kumar Sharma
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-30[IR] Delete llvm::Constants using the correct type.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-23Remove GlobalValue::getAlignment().Eli Friedman
2020-06-23[SVE] Remove calls to VectorType::getNumElements from BitcodeChristopher Tetreault
2020-06-15[strictfp] Replace dangling strictfp attrs with nobuiltinKevin P. Neal
2020-06-10[StackSafety] Add info into function summaryVitaly Buka
2020-05-28[ThinLTO] Compute the basic block count across modules.Hiroshi Yamauchi
2020-05-28Fixed bot failure after d20bf5a7258d4b6a7Alok Kumar Sharma
2020-05-28[DebugInfo] Upgrade DISubrange to support Fortran dynamic arraysAlok Kumar Sharma
2020-05-21[BitcodeReader] Simplify code. NFCI.Benjamin Kramer
2020-05-16AllocaInst should store Align instead of MaybeAlign.Eli Friedman
2020-05-16Harden IR and bitcode parsers against infinite size types.Eli Friedman
2020-05-15StoreInst should store Align, not MaybeAlignEli Friedman
2020-05-15[IR] Convert null-pointer-is-valid into an enum attributeNikita Popov
2020-05-15[IR][BFloat] Add BFloat IR typeTies Stuij