[all-commits] [llvm/llvm-project] 8eb43f: [𝘀𝗽𝗿] changes introduced through rebase

Prabhuk via All-commits all-commits at lists.llvm.org
Wed Nov 20 11:53:58 PST 2024


  Branch: refs/heads/users/Prabhuk/sprcallgraphsection-add-call-graph-section-options-and-documentation
  Home:   https://github.com/llvm/llvm-project
  Commit: 8eb43f7412453852db443a03c3f4931778535288
      https://github.com/llvm/llvm-project/commit/8eb43f7412453852db443a03c3f4931778535288
  Author: Necip Fazil Yildiran <necip at google.com>
  Date:   2024-11-20 (Wed, 20 Nov 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
    A clang/test/CodeGen/call-graph-section-1.cpp
    A clang/test/CodeGen/call-graph-section-2.cpp
    A clang/test/CodeGen/call-graph-section-3.cpp
    A 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/IR/LLVMContext.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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/IR/LLVMContext.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
    M llvm/test/Bitcode/operand-bundles-bc-analyzer.ll
    A llvm/test/CodeGen/AArch64/call-site-info-typeid.ll
    A llvm/test/CodeGen/ARM/call-site-info-typeid.ll
    A llvm/test/CodeGen/MIR/X86/call-site-info-typeid.ll
    A llvm/test/CodeGen/MIR/X86/call-site-info-typeid.mir
    A llvm/test/CodeGen/Mips/call-site-info-typeid.ll
    A llvm/test/CodeGen/X86/call-site-info-typeid.ll
    A 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: 032016758f37b7f7b8136df84f8419ceeeab73c8
      https://github.com/llvm/llvm-project/commit/032016758f37b7f7b8136df84f8419ceeeab73c8
  Author: prabhukr <prabhukr at google.com>
  Date:   2024-11-20 (Wed, 20 Nov 2024)

  Changed paths:
    R clang/docs/CallGraphSection.rst
    M clang/include/clang/Basic/CodeGenOptions.def
    M clang/include/clang/Driver/Options.td
    M clang/lib/CodeGen/BackendUtil.cpp
    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
    M clang/lib/Driver/ToolChains/Clang.cpp
    A clang/test/CodeGen/call-graph-section-1.cpp
    A clang/test/CodeGen/call-graph-section-2.cpp
    A clang/test/CodeGen/call-graph-section-3.cpp
    A clang/test/CodeGen/call-graph-section.c
    R clang/test/Driver/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/IR/LLVMContext.h
    M llvm/include/llvm/MC/MCObjectFileInfo.h
    M llvm/include/llvm/Target/TargetOptions.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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/IR/LLVMContext.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
    M llvm/test/Bitcode/operand-bundles-bc-analyzer.ll
    A llvm/test/CodeGen/AArch64/call-site-info-typeid.ll
    A llvm/test/CodeGen/ARM/call-site-info-typeid.ll
    A llvm/test/CodeGen/MIR/X86/call-site-info-typeid.ll
    A llvm/test/CodeGen/MIR/X86/call-site-info-typeid.mir
    A llvm/test/CodeGen/Mips/call-site-info-typeid.ll
    A llvm/test/CodeGen/X86/call-site-info-typeid.ll
    A llvm/test/CodeGen/call-graph-section.ll
    M llvm/test/Verifier/operand-bundles.ll

  Log Message:
  -----------
  Break clang and llvm parts into separate commits.

Created using spr 1.3.6-beta.1


Compare: https://github.com/llvm/llvm-project/compare/23ac5ef3b647...032016758f37

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