summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
AgeCommit message (Expand)Author
2021-11-20[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-18[llvm] Use range-based for loops (NFC)Kazu Hirata
2021-11-09Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes"Arthur Eubanks
2021-11-09[DebugInfo] Enforce implicit constraints on `distinct` MDNodesScott Linder
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-10-06[IR][NFC] Rename getBaseObject to getAliaseeObjectItay Bookstein
2021-10-06Reland [IR] Increase max alignment to 4GBArthur Eubanks
2021-10-06Revert "Reland [IR] Increase max alignment to 4GB"Arthur Eubanks
2021-10-06Reland [IR] Increase max alignment to 4GBArthur Eubanks
2021-10-06Revert "[IR] Increase max alignment to 4GB"Arthur Eubanks
2021-10-06[IR] Increase max alignment to 4GBArthur Eubanks
2021-10-05[llvm] Migrate from getNumArgOperands to arg_size (NFC)Kazu Hirata
2021-10-01[NFC][AttributeList] Replace index_begin/end with an iteratorArthur Eubanks
2021-09-27[ThinLTO] Add noRecurse and noUnwind thinlink function attribute propagationmodimo
2021-09-24[ThinLTO] Update combined index for SamplePGO indirect calls to localsTeresa Johnson
2021-09-23[ThinLTO] Don't emit original GUID for locals to distributed indexesTeresa Johnson
2021-09-16[DebugInfo] Enhance DIImportedEntity to accept children entitiesAlok Kumar Sharma
2021-08-26[DebugInfo] generate btf_tag annotations for func parametersYonghong Song
2021-08-26[DebugInfo] generate btf_tag annotations for DIGlobalVariableYonghong Song
2021-08-26[DebugInfo] generate btf_tag annotations for DISubprogram typesYonghong Song
2021-08-20[DebugInfo] generate btf_tag annotations for DIDerived typesYonghong Song
2021-08-20[clang][Codegen] Introduce the disable_sanitizer_instrumentation attributeAlexander Potapenko
2021-08-19Reland [DebugInfo] generate btf_tag annotations for DIComposite typesYonghong Song
2021-08-19Revert "[DebugInfo] generate btf_tag annotations for DIComposite types"Yonghong Song
2021-08-19[DebugInfo] generate btf_tag annotations for DIComposite typesYonghong Song
2021-08-18[Bitcode] Remove unused declaration writeGlobalVariableMetadataAttachment (NFC)Kazu Hirata
2021-08-17[Bitcode] Remove unused declaration writeBitcodeHeader (NFC)Kazu Hirata
2021-07-20[IR] Rename `comdat noduplicates` to `comdat nodeduplicate`Fangrui Song
2021-07-15[IR] Add elementtype attributeNikita Popov
2021-07-02Revert "[DebugInfo] Enforce implicit constraints on `distinct` MDNodes"Jonas Devlieghere
2021-06-28[DebugInfo] Enforce implicit constraints on `distinct` MDNodesScott Linder
2021-05-25[OpaquePtr] Create new bitcode encoding for atomicrmwArthur Eubanks
2021-05-25[SanitizeCoverage] Add support for NoSanitizeCoverage function attributeMarco Elver
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-04-22[Bitcode] Ensure DIArgList in bitcode has no null or forward metadata refsStephen Tozer
2021-03-22[IR] Add vscale_range IR function attributeBradley Smith
2021-03-05[DebugInfo] Add DIArgList MD to store multple values in DbgVariableIntrinsicsgbtozers
2021-02-23Fix unstable SmallPtrSet iteration issues due to collectUsedGlobalVariablesFangrui Song
2021-02-22[llvm][Bitcode] Add bitcode reader/writer for DSOLocalEquivalentLeonard Chan
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-26Support for instrumenting only selected files or functionsPetr Hosek
2021-01-26Revert "Support for instrumenting only selected files or functions"Petr Hosek
2021-01-26Support for instrumenting only selected files or functionsPetr Hosek
2021-01-17[llvm] Use llvm::sort (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