[all-commits] [llvm/llvm-project] 689473: Add support for fixed-point types (#129596)
Tom Tromey via All-commits
all-commits at lists.llvm.org
Mon Mar 31 07:42:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68947342b75cc71f3ac9041d11db086d8d074336
https://github.com/llvm/llvm-project/commit/68947342b75cc71f3ac9041d11db086d8d074336
Author: Tom Tromey <tromey at adacore.com>
Date: 2025-03-31 (Mon, 31 Mar 2025)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/include/llvm-c/DebugInfo.h
M llvm/include/llvm/AsmParser/LLToken.h
M llvm/include/llvm/Bitcode/LLVMBitCodes.h
M llvm/include/llvm/IR/DIBuilder.h
M llvm/include/llvm/IR/DebugInfoMetadata.h
M llvm/include/llvm/IR/Metadata.def
M llvm/lib/AsmParser/LLLexer.cpp
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfUnit.h
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/IR/Verifier.cpp
A llvm/test/Bitcode/fixedpoint_type.ll
M llvm/unittests/IR/DebugInfoTest.cpp
Log Message:
-----------
Add support for fixed-point types (#129596)
This adds DWARF generation for fixed-point types. This feature is needed
by Ada.
Note that a pre-existing GNU extension is used in one case. This has
been emitted by GCC for years, and is needed because standard DWARF is
otherwise incapable of representing these types.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list