[all-commits] [llvm/llvm-project] 6fb87b: [llvm][AsmPrinter] Call graph section format. (#15...
Prabhu Rajasekaran via All-commits
all-commits at lists.llvm.org
Fri Oct 10 12:20:33 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fb87b231f59e0e9df061cecec53aa746c838e92
https://github.com/llvm/llvm-project/commit/6fb87b231f59e0e9df061cecec53aa746c838e92
Author: Prabhu Rajasekaran <prabhukr at google.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
A llvm/docs/CallGraphSection.md
M llvm/docs/CodeGenerator.rst
M llvm/docs/Reference.rst
M llvm/include/llvm/CodeGen/AsmPrinter.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
A llvm/test/CodeGen/ARM/call-graph-section-addrtaken.ll
A llvm/test/CodeGen/ARM/call-graph-section-assembly.ll
A llvm/test/CodeGen/ARM/call-graph-section-tailcall.ll
A llvm/test/CodeGen/ARM/call-graph-section.ll
A llvm/test/CodeGen/X86/call-graph-section-addrtaken.ll
M llvm/test/CodeGen/X86/call-graph-section-assembly.ll
M llvm/test/CodeGen/X86/call-graph-section-tailcall.ll
M llvm/test/CodeGen/X86/call-graph-section.ll
Log Message:
-----------
[llvm][AsmPrinter] Call graph section format. (#159866)
Make .callgraph section's layout efficient in space. Document the layout
of the section.
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