[all-commits] [llvm/llvm-project] 9b0a33: [libc++] Split __compressed_pair out of <memory>

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Apr 13 05:22:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b0a3388eb36e43120495f3e9063dfae898fc9ac
      https://github.com/llvm/llvm-project/commit/9b0a3388eb36e43120495f3e9063dfae898fc9ac
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__memory/compressed_pair.h
    M libcxx/include/memory

  Log Message:
  -----------
  [libc++] Split __compressed_pair out of <memory>

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


  Commit: be54341cd2ffc970391b637de90aa05b134d9e89
      https://github.com/llvm/llvm-project/commit/be54341cd2ffc970391b637de90aa05b134d9e89
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__memory/raw_storage_iterator.h
    M libcxx/include/memory

  Log Message:
  -----------
  [libc++] Split std::raw_storage_iterator out of <memory>

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


  Commit: 4f9b2469f33f07d0e730915bcfab9ce74c34980d
      https://github.com/llvm/llvm-project/commit/4f9b2469f33f07d0e730915bcfab9ce74c34980d
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__memory/uninitialized_algorithms.h
    M libcxx/include/memory

  Log Message:
  -----------
  [libc++] Split the memory-related algorithms out of <memory>

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


  Commit: 21d6636d83b377396c7cf01ee6332e70c2ed6605
      https://github.com/llvm/llvm-project/commit/21d6636d83b377396c7cf01ee6332e70c2ed6605
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__memory/unique_ptr.h
    M libcxx/include/memory
    M libcxx/test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp

  Log Message:
  -----------
  [libc++] Split std::unique_ptr out of <memory>

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


  Commit: 916fecb499c58a782a324c689ea5f516aa7ceb6b
      https://github.com/llvm/llvm-project/commit/916fecb499c58a782a324c689ea5f516aa7ceb6b
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__memory/shared_ptr.h
    M libcxx/include/memory
    M libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_arrow.fail.cpp
    M libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bracket.fail.cpp

  Log Message:
  -----------
  [libc++] Split std::shared_ptr & friends out of <memory>

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


  Commit: 7f1963dc8e233fb28332b0e797372e63d5a9598e
      https://github.com/llvm/llvm-project/commit/7f1963dc8e233fb28332b0e797372e63d5a9598e
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__memory/pointer_safety.h
    M libcxx/include/memory

  Log Message:
  -----------
  [libc++] Move pointer safety related utilities out of <memory>

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


Compare: https://github.com/llvm/llvm-project/compare/63d75641054a...7f1963dc8e23


More information about the All-commits mailing list