[all-commits] [llvm/llvm-project] c17fdc: [clang] [Headers] Use the corresponding _aligned_f...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Fri Dec 4 01:43:37 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c17fdca1883ddee94c6b7e055428d4445ab13e42
      https://github.com/llvm/llvm-project/commit/c17fdca1883ddee94c6b7e055428d4445ab13e42
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M clang/lib/Headers/mm_malloc.h

  Log Message:
  -----------
  [clang] [Headers] Use the corresponding _aligned_free or __mingw_aligned_free in _mm_free

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


  Commit: 6be11e35d5397ae1c117eb840a969585fdd7d08d
      https://github.com/llvm/llvm-project/commit/6be11e35d5397ae1c117eb840a969585fdd7d08d
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M libcxx/docs/Cxx2aStatusPaperStatus.csv
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/include/__config
    M libcxx/include/filesystem
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.construct/source.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.generic.obs/named_overloads.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/named_overloads.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/path.nonmember/path.factory.pass.cpp
    M libcxx/test/support/filesystem_test_helper.h

  Log Message:
  -----------
  [libcxx] Implement c++2a char8_t input/output of std::filesystem::path

This implements the std::filesystem parts of P0482 (which is already
marked as in progress), and applies the actions that are suggested
in P1423.

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


  Commit: 0b71bf793924301d53cf01eeb0a27e96fea17791
      https://github.com/llvm/llvm-project/commit/0b71bf793924301d53cf01eeb0a27e96fea17791
  Author: Martin Storsjö <martin at martin.st>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    A libcxx/test/std/input.output/filesystems/class.path/path.member/path.charconv.pass.cpp

  Log Message:
  -----------
  [libcxx] [test] Add a test for conversions between wchar_t, utf8, char16_t, char32_t and windows native narrow code pages

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


Compare: https://github.com/llvm/llvm-project/compare/061cebb46f6c...0b71bf793924


More information about the All-commits mailing list