[all-commits] [llvm/llvm-project] 64a3b2: [libc][builtins] add cmp_helper for compiler-rt so...

hulxv via All-commits all-commits at lists.llvm.org
Sat Aug 8 15:02:58 PDT 2026


  Branch: refs/heads/users/hulxv/compiler_rt/builtins/cmp-quad
  Home:   https://github.com/llvm/llvm-project
  Commit: 64a3b27fdabeadb3fa5c8385f3462b103ef48ace
      https://github.com/llvm/llvm-project/commit/64a3b27fdabeadb3fa5c8385f3462b103ef48ace
  Author: hulxv <hulxxv at gmail.com>
  Date:   2026-08-09 (Sun, 09 Aug 2026)

  Changed paths:
    M libc/src/__support/builtins/CMakeLists.txt
    A libc/src/__support/builtins/cmp_helper.h

  Log Message:
  -----------
  [libc][builtins] add cmp_helper for compiler-rt soft-float comparisons


  Commit: ae722e0d17bca2cdbeb9c1791f1302f13c58fd51
      https://github.com/llvm/llvm-project/commit/ae722e0d17bca2cdbeb9c1791f1302f13c58fd51
  Author: hulxv <hulxxv at gmail.com>
  Date:   2026-08-09 (Sun, 09 Aug 2026)

  Changed paths:
    M libc/src/__support/builtins/cmp_helper.h

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


  Commit: 485867cc347da43f9f99c11d7a74537f6f2eddf9
      https://github.com/llvm/llvm-project/commit/485867cc347da43f9f99c11d7a74537f6f2eddf9
  Author: hulxv <hulxxv at gmail.com>
  Date:   2026-08-09 (Sun, 09 Aug 2026)

  Changed paths:
    M compiler-rt/lib/builtins/CMakeLists.txt
    A compiler-rt/lib/builtins/comparesf2.cpp
    M libc/shared/builtins.h
    A libc/shared/builtins/gesf2.h
    A libc/shared/builtins/lesf2.h
    A libc/shared/builtins/unordsf2.h
    M libc/src/__support/builtins/CMakeLists.txt
    A libc/src/__support/builtins/gesf2.h
    A libc/src/__support/builtins/lesf2.h
    A libc/src/__support/builtins/unordsf2.h
    M libc/test/shared/CMakeLists.txt
    M libc/test/shared/shared_builtins_test.cpp

  Log Message:
  -----------
  [compiler-rt][builtins] libc-backed single-float comparison builtins


  Commit: 24383e7141fe9785b49da094de638fbbbb7a2b74
      https://github.com/llvm/llvm-project/commit/24383e7141fe9785b49da094de638fbbbb7a2b74
  Author: hulxv <hulxxv at gmail.com>
  Date:   2026-08-09 (Sun, 09 Aug 2026)

  Changed paths:
    M compiler-rt/lib/builtins/CMakeLists.txt
    A compiler-rt/lib/builtins/comparedf2.cpp
    M libc/shared/builtins.h
    A libc/shared/builtins/gedf2.h
    A libc/shared/builtins/ledf2.h
    A libc/shared/builtins/unorddf2.h
    M libc/src/__support/builtins/CMakeLists.txt
    A libc/src/__support/builtins/gedf2.h
    A libc/src/__support/builtins/ledf2.h
    A libc/src/__support/builtins/unorddf2.h
    M libc/test/shared/CMakeLists.txt
    M libc/test/shared/shared_builtins_test.cpp

  Log Message:
  -----------
  [compiler-rt][builtins] libc-backed double-float comparison builtins


  Commit: 0aafb95cbd5764e7abfdffb1f4004f418e3885ca
      https://github.com/llvm/llvm-project/commit/0aafb95cbd5764e7abfdffb1f4004f418e3885ca
  Author: hulxv <hulxxv at gmail.com>
  Date:   2026-08-09 (Sun, 09 Aug 2026)

  Changed paths:
    M compiler-rt/lib/builtins/CMakeLists.txt
    A compiler-rt/lib/builtins/comparetf2.cpp
    M libc/shared/builtins.h
    A libc/shared/builtins/getf2.h
    A libc/shared/builtins/letf2.h
    A libc/shared/builtins/unordtf2.h
    M libc/src/__support/builtins/CMakeLists.txt
    A libc/src/__support/builtins/getf2.h
    A libc/src/__support/builtins/letf2.h
    A libc/src/__support/builtins/unordtf2.h
    M libc/test/shared/CMakeLists.txt
    M libc/test/shared/shared_builtins_test.cpp

  Log Message:
  -----------
  [compiler-rt][builtins] libc-backed quad-float comparison builtins


  Commit: bac97d836395aeaeace465da139be31c3b46ab28
      https://github.com/llvm/llvm-project/commit/bac97d836395aeaeace465da139be31c3b46ab28
  Author: hulxv <hulxxv at gmail.com>
  Date:   2026-08-09 (Sun, 09 Aug 2026)

  Changed paths:
    M libc/test/shared/shared_builtins_test.cpp

  Log Message:
  -----------
  fix conflicts


Compare: https://github.com/llvm/llvm-project/compare/cfd7f8bbeb76...bac97d836395

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