summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)Author
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-09[NFC] Separate bitcode reading for FUNC_CODE_INST_CMPXCHG(_OLD)Guillaume Chatelet
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-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-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-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
2020-05-15[DebugInfo] support for DW_AT_data_location in llvmAlok Kumar Sharma
2020-05-14Infer alignment of unmarked loads in IR/bitcode parsing.Eli Friedman
2020-05-14[BitcodeReader] datalayout must be specified before it is queried.Eli Friedman
2020-05-13[DebugInfo] Fortran module DebugInfo support in LLVMSourabh Singh Tomar
2020-05-12Add nomerge function attribute to supress tail merge optimization in simplifyCFGZequan Wu
2020-04-30[BitcodeReader] Simplify raw attribute handling (NFC)Nikita Popov
2020-04-27Add IR constructs for preallocated (inalloca replacement)Arthur Eubanks
2020-04-24MetadataLoader.h - remove unnecessary Error forward declaration. NFC.Simon Pilgrim
2020-04-22MetadataLoader.h - remove unused MDNode forward declaration. NFC.Simon Pilgrim
2020-04-20Recommit: DebugInfo: Fix rangesBaseAddress DICompileUnit bitcode serializatio...David Blaikie
2020-04-18[DebugInfo] Change DIEnumerator payload type from int64_t to APIntLemonBoy
2020-04-14[llvm][NFC][CallSite] Remove Implementation uses of CallSiteMircea Trofin
2020-04-08Clean up usages of asserting vector getters in TypeChristopher Tetreault
2020-04-06Remove SequentialType from the type heirarchy.Eli Friedman
2020-04-06[llvm-bcanalyzer] Simplify code. NFCI.Benjamin Kramer