[all-commits] [llvm/llvm-project] b973e2: [libc++] Introduce __bits

tschuett via All-commits all-commits at lists.llvm.org
Fri Jan 22 12:25:00 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b973e2e2f27ede7a70d470ea537f1901759d239d
      https://github.com/llvm/llvm-project/commit/b973e2e2f27ede7a70d470ea537f1901759d239d
  Author: Thorsten Schütt <schuett at gmail.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__bit_reference
    A libcxx/include/__bits
    M libcxx/include/bit
    M libcxx/include/module.modulemap

  Log Message:
  -----------
  [libc++] Introduce __bits

It has the low-level bit fiddling operations from bit. It eliminates a cyclic dependency between __bit_reference, bits, and vector. I want to exploit this in later patches.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D94908




More information about the All-commits mailing list