This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aa72481 [sancov] using normalized filenames for blacklist checks.
new 197563e ARM: restrict register class for WIN__DBZCHK
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/Target/ARM/ARMInstrInfo.td | 4 ++--
test/CodeGen/ARM/Windows/dbzchk.ll | 47 ++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 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 llvm.
from 259641d Fix more -Wunused-variable in non-asserts build.
new aa72481 [sancov] using normalized filenames for blacklist checks.
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:
.../Inputs/{blacklist.txt => fun_blacklist.txt} | 0
test/tools/sancov/Inputs/src_blacklist.txt | 3 +++
test/tools/sancov/Inputs/test-linux_x86_64 | Bin 2355767 -> 2452156 bytes
.../tools/sancov/Inputs/test-linux_x86_64.0.sancov | Bin 64 -> 48 bytes
.../tools/sancov/Inputs/test-linux_x86_64.1.sancov | Bin 80 -> 64 bytes
test/tools/sancov/Inputs/test.cpp | 6 ++---
test/tools/sancov/blacklist.test | 7 +++++-
test/tools/sancov/print.test | 12 +++++-----
test/tools/sancov/print_coverage_pcs.test | 25 ++++++++-------------
test/tools/sancov/stats.test | 4 ++--
tools/sancov/sancov.cc | 22 ++++++++++--------
11 files changed, 41 insertions(+), 38 deletions(-)
rename test/tools/sancov/Inputs/{blacklist.txt => fun_blacklist.txt} (100%)
create mode 100644 test/tools/sancov/Inputs/src_blacklist.txt
--
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 a6013cc Make ios_base::failure visibility specified consistent
new 8f1e73d Add is_swappable/is_nothrow_swappable traits
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/algorithm | 2 +-
include/array | 16 ++-
include/map | 4 +-
include/memory | 5 +-
include/queue | 16 ++-
include/stack | 7 +-
include/type_traits | 112 +++++++++++++++++----
include/utility | 13 ++-
.../sequences/array/array.special/swap.pass.cpp | 31 ++++++
.../sequences/array/array.swap/swap.pass.cpp | 19 ++++
.../unique.ptr/unique.ptr.special/swap.pass.cpp | 25 +++++
.../meta.unary.prop/is_nothrow_swappable.pass.cpp | 83 +++++++++++++++
.../is_nothrow_swappable_with.pass.cpp | 81 +++++++++++++++
.../meta.unary.prop/is_swappable.pass.cpp | 77 ++++++++++++++
.../is_swappable_include_order.pass.cpp | 43 ++++++++
.../meta.unary.prop/is_swappable_with.pass.cpp | 78 ++++++++++++++
.../utilities/utility/utility.swap/swap.pass.cpp | 100 +++++++++++++-----
.../utility/utility.swap/swap_array.pass.cpp | 108 +++++++++++++-------
www/cxx1z_status.html | 2 +-
19 files changed, 718 insertions(+), 104 deletions(-)
create mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_s [...]
create mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_s [...]
create mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_swappable [...]
create mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_swappable [...]
create mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_swappable [...]
--
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 361618e MachO: enable .data_region directives everywhere
new 259641d Fix more -Wunused-variable in non-asserts build.
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/GlobalISel/RegisterBankInfo.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 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 12098d3 Fix some -Wunused-variable warnings in non-asserts builds.
new 361618e MachO: enable .data_region directives everywhere
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/MC/MCAsmBackend.h | 6 --
lib/MC/MCAsmBackend.cpp | 2 +-
lib/MC/MCMachOStreamer.cpp | 4 -
lib/Target/ARM/MCTargetDesc/ARMAsmBackendDarwin.h | 1 -
test/MC/MachO/AArch64/data-in-code.s | 49 ++++++++++
test/MC/MachO/x86-data-in-code.ll | 107 ----------------------
test/MC/MachO/x86-data-in-code.s | 47 ++++++++++
7 files changed, 97 insertions(+), 119 deletions(-)
create mode 100644 test/MC/MachO/AArch64/data-in-code.s
delete mode 100644 test/MC/MachO/x86-data-in-code.ll
create mode 100644 test/MC/MachO/x86-data-in-code.s
--
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 566bcb4 Fix most GCC attribute ignored warnings
new a6013cc Make ios_base::failure visibility specified consistent
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/ios | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 a0a870f [Support] Fix Wcast-qual warning
new 12098d3 Fix some -Wunused-variable warnings in non-asserts builds.
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/GlobalISel/RegisterBankInfo.cpp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 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 4913b3f Improve error message reporting for MachineFunctionProperties
new a1d19be Fix PDB warnings and test
new a0a870f [Support] Fix Wcast-qual warning
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/DebugInfo/PDB/Raw/PDBFile.h | 9 +++++++++
include/llvm/Support/SHA1.h | 3 ++-
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 20 +++++++-------------
lib/DebugInfo/PDB/Raw/PDBStream.cpp | 11 ++---------
tools/llvm-pdbdump/llvm-pdbdump.cpp | 2 +-
5 files changed, 21 insertions(+), 24 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 994fb96 [libc++] fix macro redef warning when exception is disabled
new 566bcb4 Fix most GCC attribute ignored warnings
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/__config | 6 ------
include/__functional_base | 2 --
include/bitset | 2 +-
include/memory | 10 ++++------
include/stdexcept | 6 +++++-
include/string | 20 ++++++++++----------
include/thread | 2 +-
include/type_traits | 1 +
src/locale.cpp | 6 +++---
9 files changed, 25 insertions(+), 30 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 9c2e16e Fix pdbdump-headers.test after guid format change.
new 46d5ec0 Fix -Wreturn-type warning with HAVE_DIA_SDK is false.
new cfbb8a7 Remove dead code. NFC
new 4913b3f Improve error message reporting for MachineFunctionProperties
The 3 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/CodeGen/MachineFunction.h | 4 +++-
lib/CodeGen/MachineFunction.cpp | 4 +++-
lib/CodeGen/MachineFunctionPass.cpp | 2 +-
lib/DebugInfo/PDB/PDB.cpp | 2 ++
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 4 ----
5 files changed, 9 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.