summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader
AgeCommit message (Expand)Author
2021-03-05[DebugInfo] Add DIArgList MD to store multple values in DbgVariableIntrinsicsgbtozers
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-18[DebugInfo] Support Fortran 'use <external module>' statement.Chih-Ping Chen
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-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-10-31[Bitcode] Make some basic PlaceholderQueue/MetadataLoaderImpl helper methods ...Simon Pilgrim
2020-10-30BitcodeReader::popValue - pass SmallVectorImpl<> as const reference. NFCI.Simon Pilgrim
2020-10-29[DebugInfo] Support for DW_TAG_generic_subrangeAlok Kumar Sharma
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-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-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