This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 6952d1478 [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redund [...]
new dc38e9760 [libc++][C++17] Elementary string conversions for integral types
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/CMakeLists.txt | 1 +
include/charconv | 610 +++++++++++++++++++++
include/module.modulemap | 4 +
src/charconv.cpp | 233 ++++++++
test/libcxx/double_include.sh.cpp | 1 +
.../charconv.from.chars/integral.bool.fail.cpp} | 30 +-
.../charconv/charconv.from.chars/integral.pass.cpp | 181 ++++++
.../charconv.to.chars/integral.bool.fail.cpp | 30 +
.../charconv/charconv.to.chars/integral.pass.cpp | 80 +++
test/support/charconv_test_helpers.h | 232 ++++++++
10 files changed, 1387 insertions(+), 15 deletions(-)
create mode 100644 include/charconv
create mode 100644 src/charconv.cpp
copy test/std/{numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/ctor_p [...]
create mode 100644 test/std/utilities/charconv/charconv.from.chars/integral.pass.cpp
create mode 100644 test/std/utilities/charconv/charconv.to.chars/integral.bool.fail.cpp
create mode 100644 test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp
create mode 100644 test/support/charconv_test_helpers.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b47f061f5bb AMDGPU: Add clamp bit to dot intrinsics
new 59a658d8e21 [GlobalISel][IRTranslator] Use RPO traversal when visiting [...]
new 2bdc8dd491b [DebugInfo] Generate fixups as emitting DWARF .debug_line.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/MC/MCDwarf.h | 7 ++
include/llvm/MC/MCFragment.h | 16 ++---
lib/CodeGen/GlobalISel/IRTranslator.cpp | 13 ++--
lib/MC/MCAssembler.cpp | 36 +++++++++--
lib/MC/MCDwarf.cpp | 51 +++++++++++++++
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 4 +-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 6 +-
.../AArch64/GlobalISel/irtranslator-block-order.ll | 19 ++++++
test/{CodeGen => DebugInfo}/RISCV/lit.local.cfg | 0
test/DebugInfo/RISCV/relax-debug-line.ll | 75 ++++++++++++++++++++++
10 files changed, 200 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/irtranslator-block-order.ll
copy test/{CodeGen => DebugInfo}/RISCV/lit.local.cfg (100%)
create mode 100644 test/DebugInfo/RISCV/relax-debug-line.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxxabi.
from 3c6231f [demangler] Fix an oss-fuzz bug from r338138
new d5a11bc [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redund [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/stdlib_exception.cpp | 1 -
src/stdlib_new_delete.cpp | 1 -
2 files changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 36fc73718 First half of C++17's splicing maps and sets
new 6952d1478 [libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redund [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/__functional_base | 2 +-
include/__mutex_base | 2 +-
include/functional | 4 ++--
include/memory | 6 +++---
include/new | 6 +++---
include/shared_mutex | 2 +-
include/system_error | 2 +-
include/utility | 2 +-
src/bind.cpp | 1 -
src/memory.cpp | 1 -
src/mutex.cpp | 1 -
src/new.cpp | 2 --
src/shared_mutex.cpp | 1 -
src/system_error.cpp | 1 -
src/utility.cpp | 1 -
15 files changed, 13 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5311a6ea832 Simplify selectELFSectionForGlobal by pulling out the entry [...]
new b47f061f5bb AMDGPU: Add clamp bit to dot intrinsics
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/IR/IntrinsicsAMDGPU.td | 35 +++++++++++++++++++-------------
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 5 +++--
lib/Target/AMDGPU/SIISelLowering.cpp | 9 +++++---
lib/Target/AMDGPU/VOP3PInstructions.td | 31 +++++++++++++++++++++-------
test/CodeGen/AMDGPU/llvm.amdgcn.fdot2.ll | 26 +++++++++++++++++++-----
test/CodeGen/AMDGPU/llvm.amdgcn.sdot2.ll | 26 +++++++++++++++++++-----
test/CodeGen/AMDGPU/llvm.amdgcn.sdot4.ll | 28 ++++++++++++++++++++-----
test/CodeGen/AMDGPU/llvm.amdgcn.sdot8.ll | 28 ++++++++++++++++++++-----
test/CodeGen/AMDGPU/llvm.amdgcn.udot2.ll | 26 +++++++++++++++++++-----
test/CodeGen/AMDGPU/llvm.amdgcn.udot4.ll | 28 ++++++++++++++++++++-----
test/CodeGen/AMDGPU/llvm.amdgcn.udot8.ll | 28 ++++++++++++++++++++-----
11 files changed, 209 insertions(+), 61 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bf9b77d2fac Tidy up logic around unique section name creation and remov [...]
new 5311a6ea832 Simplify selectELFSectionForGlobal by pulling out the entry [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 49 +++++++++++++++-------------
1 file changed, 27 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a3904966ff8 [MachineOutliner] Clean up subtarget handling.
new bf9b77d2fac Tidy up logic around unique section name creation and remov [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1fa19f68007 Revert r338354 "[ARM] Revert r337821"
new 6baa465afec [PATCH] [SLC] Test simplification of pow() for vector types (NFC)
new a3904966ff8 [MachineOutliner] Clean up subtarget handling.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/CodeGen/MachineOutliner.cpp | 45 +++++++++--------
test/Transforms/InstCombine/pow-1.ll | 95 ++++++++++++++++++++++++++++++++++++
2 files changed, 117 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 785c6c31ab5 PR libstdc++/86751 default assignment operators for std::pair
new 067172f1ece runtime: use poll rather than pollset for netpoll on AIX
new 71002f41a9a Daily bump.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.