[all-commits] [llvm/llvm-project] 4fed59: FunctionLoweringInfo: Use TLI member instead of fi...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Nov 2 16:05:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fed59ed41007c2380d6742f6a91178e2f35fa01
      https://github.com/llvm/llvm-project/commit/4fed59ed41007c2380d6742f6a91178e2f35fa01
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp

  Log Message:
  -----------
  FunctionLoweringInfo: Use TLI member instead of finding it


  Commit: cbce11c42266fd2f61bc52d427f1c2f3d0290c5a
      https://github.com/llvm/llvm-project/commit/cbce11c42266fd2f61bc52d427f1c2f3d0290c5a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp

  Log Message:
  -----------
  WebAssembly: Move exception handling code together


  Commit: 1179bdf300258d4e6eb90b23aeeae89950d922c5
      https://github.com/llvm/llvm-project/commit/1179bdf300258d4e6eb90b23aeeae89950d922c5
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/WasmEHFuncInfo.h

  Log Message:
  -----------
  WebAssembly: Remove unnecessary set check

The empty set will be default constructed if this wasn't
in the map already.


  Commit: 48732d3541df14f6206b0e93f0e08b4eabd1176c
      https://github.com/llvm/llvm-project/commit/48732d3541df14f6206b0e93f0e08b4eabd1176c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp
    M llvm/lib/Target/Sparc/MCTargetDesc/SparcTargetStreamer.h
    M llvm/test/CodeGen/SPARC/64bit.ll

  Log Message:
  -----------
  SPARC: Register null target streamer

Fixes null dereference in emitFunctionBodyStart for 64-bit


Compare: https://github.com/llvm/llvm-project/compare/0efff7cdcb26...48732d3541df


More information about the All-commits mailing list