[all-commits] [llvm/llvm-project] 64946f: [libc++][NFC] Fix inconsistent quoting and spacing...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Aug 1 15:21:05 PDT 2024


  Branch: refs/heads/users/MaskRay/spr/asantest-disable-_fortify_source-printf-test-incompatible-with-glibc-240
  Home:   https://github.com/llvm/llvm-project
  Commit: 64946fdaf9864d8279da1c30e4d7214fe13d1427
      https://github.com/llvm/llvm-project/commit/64946fdaf9864d8279da1c30e4d7214fe13d1427
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    M libcxx/docs/Status/Cxx23Issues.csv
    M libcxx/docs/Status/Cxx23Papers.csv

  Log Message:
  -----------
  [libc++][NFC] Fix inconsistent quoting and spacing in our CSV files

There were a few places where we didn't properly quote entries in the
CSV status pages, or where we followed inconsistent spacing. This causes
issue when trying to synchronize status pages with Github issues.


  Commit: 8d83faea33fe29e2a4dda11b341f5154e7e6d589
      https://github.com/llvm/llvm-project/commit/8d83faea33fe29e2a4dda11b341f5154e7e6d589
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    M .git-blame-ignore-revs

  Log Message:
  -----------
  [libc++] Add status page consistency change to git-blame-ignore-revs

To avoid breaking searchability of when a paper was implemented.


  Commit: 667598d84b16d1789ce90b231565e9e7bfdbe77d
      https://github.com/llvm/llvm-project/commit/667598d84b16d1789ce90b231565e9e7bfdbe77d
  Author: Haowei Wu <haowei at google.com>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/test/CodeGen/attr-nomerge.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/test/CodeGen/X86/nomerge.ll

  Log Message:
  -----------
  Revert "[Clang] Fix nomerge attribute not working with __builtin_trap(), __debugbreak(), __builtin_verbose_trap() (#101549)"

This reverts commit 5e84646982d1ec9bc94e48dde4b47f03c044a156, which
broke 'nomerge.ll' test on llvm bots.


  Commit: b45d36299e11708fe6de0104bc287328f7340e2d
      https://github.com/llvm/llvm-project/commit/b45d36299e11708fe6de0104bc287328f7340e2d
  Author: RoseZhang03 <rosezhang at google.com>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    M libc/fuzzing/math/CMakeLists.txt
    A libc/fuzzing/math/cos_fuzz.cpp
    M libc/fuzzing/math/sin_fuzz.cpp

  Log Message:
  -----------
  [libc] added cos function fuzzing test (#101556)


  Commit: 7471387b3d3d85ab6dbd24853837c988bffee1e3
      https://github.com/llvm/llvm-project/commit/7471387b3d3d85ab6dbd24853837c988bffee1e3
  Author: aaryanshukla <53713108+aaryanshukla at users.noreply.github.com>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    M libc/config/linux/arm/entrypoints.txt

  Log Message:
  -----------
  [libc][math][C23] removing daddl from arm32 (#101567)


  Commit: e90d1810fd35b7d0f6e91816d8c2f431abfe4493
      https://github.com/llvm/llvm-project/commit/e90d1810fd35b7d0f6e91816d8c2f431abfe4493
  Author: Fangrui Song <i at maskray.me>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    M .git-blame-ignore-revs
    M clang/lib/CodeGen/CGExpr.cpp
    M clang/test/CodeGen/attr-nomerge.cpp
    M compiler-rt/test/lit.common.cfg.py
    M libc/config/linux/arm/entrypoints.txt
    M libc/fuzzing/math/CMakeLists.txt
    A libc/fuzzing/math/cos_fuzz.cpp
    M libc/fuzzing/math/sin_fuzz.cpp
    M libcxx/docs/Status/Cxx23Issues.csv
    M libcxx/docs/Status/Cxx23Papers.csv
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/test/CodeGen/X86/nomerge.ll

  Log Message:
  -----------
  format

Created using spr 1.3.5-bogner


Compare: https://github.com/llvm/llvm-project/compare/fd2cb6512d4f...e90d1810fd35

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