[all-commits] [llvm/llvm-project] aad3d5: [DebugInfo] Change DIEnumerator payload type from ...
LemonBoy via All-commits
all-commits at lists.llvm.org
Sat Apr 18 12:49:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aad3d578da0ddf6d0d3d95e5e09a32e47f6dfeb8
https://github.com/llvm/llvm-project/commit/aad3d578da0ddf6d0d3d95e5e09a32e47f6dfeb8
Author: LemonBoy <thatlemon at gmail.com>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M llvm/include/llvm/Bitcode/BitcodeReader.h
M llvm/include/llvm/IR/DebugInfoMetadata.h
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/DIBuilder.cpp
M llvm/lib/IR/DebugInfoMetadata.cpp
M llvm/lib/IR/LLVMContextImpl.h
M llvm/lib/Target/BPF/BTFDebug.cpp
A llvm/test/Assembler/DIEnumeratorBig.ll
A llvm/test/Bitcode/DIEnumerator-10.0.ll
A llvm/test/Bitcode/DIEnumerator-10.0.ll.bc
M llvm/unittests/IR/MetadataTest.cpp
Log Message:
-----------
[DebugInfo] Change DIEnumerator payload type from int64_t to APInt
This allows the representation of arbitrarily large enumeration values.
See https://lists.llvm.org/pipermail/llvm-dev/2017-December/119475.html for context.
Reviewed By: andrewrk, aprantl, MaskRay
Differential Revision: https://reviews.llvm.org/D62475
More information about the All-commits
mailing list