[all-commits] [llvm/llvm-project] 5131f0: [UBSan] Use EmitCheckedLValue for C++ trivial oper...

Hubert Tong via All-commits all-commits at lists.llvm.org
Mon Jul 13 14:04:52 PDT 2026


  Branch: refs/heads/users/hubert-reinterpretcast/libunwindCApiAixVapiTestA
  Home:   https://github.com/llvm/llvm-project
  Commit: 5131f000c9f37ab6b90f9e093b948aee94485921
      https://github.com/llvm/llvm-project/commit/5131f000c9f37ab6b90f9e093b948aee94485921
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M clang/lib/CodeGen/CGExprCXX.cpp
    M clang/test/CodeGen/ubsan-aggregate-null-align-bounds.c

  Log Message:
  -----------
  [UBSan] Use EmitCheckedLValue for C++ trivial operator= operands

Further to https://github.com/llvm/llvm-project/pull/190739, use
EmitCheckedLValue for trivial operator= operands
* for the LHS (`lhs->` not handled yet), and
* for the RHS also for function call syntax.


  Commit: d131e00011ed50ad5282d6a82a2a69c0234c38b1
      https://github.com/llvm/llvm-project/commit/d131e00011ed50ad5282d6a82a2a69c0234c38b1
  Author: Hubert Tong <hstong at ca.ibm.com>
  Date:   2026-06-18 (Thu, 18 Jun 2026)

  Changed paths:
    M clang/test/CodeGen/ubsan-aggregate-null-align-bounds.c

  Log Message:
  -----------
  Strengthen handler-call-only checks against extra handler calls


  Commit: 294a873f7a5869cd777abc7704c0195cd89856bb
      https://github.com/llvm/llvm-project/commit/294a873f7a5869cd777abc7704c0195cd89856bb
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    A libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: Skeleton for aix_vapi_unw_resume test


  Commit: 01401900f87e4caafdb068599afc28de158d9a9d
      https://github.com/llvm/llvm-project/commit/01401900f87e4caafdb068599afc28de158d9a9d
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: API calls added by IBM Bob; FIXME: adjust for 32-bit


  Commit: 3eb67354ba8e0e502f3669b338df7f487b425f83
      https://github.com/llvm/llvm-project/commit/3eb67354ba8e0e502f3669b338df7f487b425f83
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: IBM Bob corrected API calls for 32-bit; TODO: add CHECK lines


  Commit: 8dfc40db400c6242c1dd95daf316dd38fa0bd4dd
      https://github.com/llvm/llvm-project/commit/8dfc40db400c6242c1dd95daf316dd38fa0bd4dd
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: IBM Bob added CHECK-LABEL lines for the fprintfs


  Commit: ef2eefcaf0bd966ecfd1ac1e94a205c14625a42b
      https://github.com/llvm/llvm-project/commit/ef2eefcaf0bd966ecfd1ac1e94a205c14625a42b
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: IBM Bob: Add CHECK-LABELs for unw_step calls; TODO: add CHECK lines


  Commit: f9bca957d077199b8492363d06e8a8411592bca7
      https://github.com/llvm/llvm-project/commit/f9bca957d077199b8492363d06e8a8411592bca7
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: IBM Bob: Add positive CHECK lines for VAPI return address


  Commit: af71351fc621b215387af3131fdb5d0bcfd9847c
      https://github.com/llvm/llvm-project/commit/af71351fc621b215387af3131fdb5d0bcfd9847c
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: IBM Bob: Add CHECK-NOT: VAPI


  Commit: a4f9f8e8f99f44a7ca415d396b15e386e6f22352
      https://github.com/llvm/llvm-project/commit/a4f9f8e8f99f44a7ca415d396b15e386e6f22352
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: IBM Bob: Add CHECK lines for unw_resume calls


  Commit: e8dd6bf033e1bc4d4cf3d17c81a117fe8f14253a
      https://github.com/llvm/llvm-project/commit/e8dd6bf033e1bc4d4cf3d17c81a117fe8f14253a
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: IBM Bob, tweaked: Add synthetic output when LLU not enabled


  Commit: 46d1d0d4e82574b72b6825a196001e84d0ef1754
      https://github.com/llvm/llvm-project/commit/46d1d0d4e82574b72b6825a196001e84d0ef1754
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: clang-format: tweaked to retain CHECK lines


  Commit: df027d3ea4b95ec0e6303c96420c29fe2a1851bf
      https://github.com/llvm/llvm-project/commit/df027d3ea4b95ec0e6303c96420c29fe2a1851bf
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: IBM Bob: Suppress diagnostic: pointer is not accessed


  Commit: 6da170c1537f5624d74da288844b0b7b4a61e58d
      https://github.com/llvm/llvm-project/commit/6da170c1537f5624d74da288844b0b7b4a61e58d
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: Avoid "volatile deprecation" woes


  Commit: 3ae1098f415cae3c168556be8d22014bdeeb76f4
      https://github.com/llvm/llvm-project/commit/3ae1098f415cae3c168556be8d22014bdeeb76f4
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  WIP: clang-format


  Commit: 39a7b96725a43ebb1fdbaba295036cee82592923
      https://github.com/llvm/llvm-project/commit/39a7b96725a43ebb1fdbaba295036cee82592923
  Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M libunwind/test/aix_vapi_unw_resume.pass.cpp

  Log Message:
  -----------
  Fix order-of-evaluation issue by introducing sequence point


Compare: https://github.com/llvm/llvm-project/compare/5131f000c9f3%5E...39a7b96725a4

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