[all-commits] [llvm/llvm-project] a74f4e: [𝘀𝗽𝗿] changes introduced through rebase
Prabhuk via All-commits
all-commits at lists.llvm.org
Tue Dec 10 14:55:04 PST 2024
Branch: refs/heads/users/Prabhuk/sprcallgraphsection-add-call-graph-section-options-and-documentation
Home: https://github.com/llvm/llvm-project
Commit: a74f4e1f4bf0aaa4d07d380f49758cba866054fd
https://github.com/llvm/llvm-project/commit/a74f4e1f4bf0aaa4d07d380f49758cba866054fd
Author: prabhukr <prabhukr at google.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
R clang/test/CodeGen/call-graph-section-1.cpp
R clang/test/CodeGen/call-graph-section-2.cpp
R clang/test/CodeGen/call-graph-section-3.cpp
R clang/test/CodeGen/call-graph-section.c
M llvm/include/llvm/CodeGen/AsmPrinter.h
M llvm/include/llvm/CodeGen/MIRYamlMapping.h
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/MC/MCObjectFileInfo.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
M llvm/lib/CodeGen/MIRPrinter.cpp
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/MC/MCObjectFileInfo.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86ISelLoweringCall.cpp
R llvm/test/CodeGen/AArch64/call-site-info-typeid.ll
R llvm/test/CodeGen/ARM/call-site-info-typeid.ll
R llvm/test/CodeGen/MIR/X86/call-site-info-typeid.ll
R llvm/test/CodeGen/MIR/X86/call-site-info-typeid.mir
R llvm/test/CodeGen/Mips/call-site-info-typeid.ll
R llvm/test/CodeGen/X86/call-site-info-typeid.ll
R llvm/test/CodeGen/call-graph-section.ll
M llvm/test/Verifier/operand-bundles.ll
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.6-beta.1
[skip ci]
Commit: a144d796238b9d6afa9c08950ae47464e8c52f52
https://github.com/llvm/llvm-project/commit/a144d796238b9d6afa9c08950ae47464e8c52f52
Author: prabhukr <prabhukr at google.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
R clang/test/CodeGen/call-graph-section-1.cpp
R clang/test/CodeGen/call-graph-section-2.cpp
R clang/test/CodeGen/call-graph-section-3.cpp
R clang/test/CodeGen/call-graph-section.c
M llvm/include/llvm/CodeGen/AsmPrinter.h
M llvm/include/llvm/CodeGen/MIRYamlMapping.h
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/MC/MCObjectFileInfo.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/MIRParser/MIRParser.cpp
M llvm/lib/CodeGen/MIRPrinter.cpp
M llvm/lib/CodeGen/MachineFunction.cpp
M llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/MC/MCObjectFileInfo.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86ISelLoweringCall.cpp
R llvm/test/CodeGen/AArch64/call-site-info-typeid.ll
R llvm/test/CodeGen/ARM/call-site-info-typeid.ll
R llvm/test/CodeGen/MIR/X86/call-site-info-typeid.ll
R llvm/test/CodeGen/MIR/X86/call-site-info-typeid.mir
R llvm/test/CodeGen/Mips/call-site-info-typeid.ll
R llvm/test/CodeGen/X86/call-site-info-typeid.ll
R llvm/test/CodeGen/call-graph-section.ll
M llvm/test/Verifier/operand-bundles.ll
Log Message:
-----------
Address review comments. Break llvm and clang patches.
Created using spr 1.3.6-beta.1
Compare: https://github.com/llvm/llvm-project/compare/032016758f37...a144d796238b
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