This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from c6577df3f Fix clang warnings in winasan code
new c714e4023 Introduce ReservedAddressRange to sanitizer_common.
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/sanitizer_common/sanitizer_common.h | 14 +++++
lib/sanitizer_common/sanitizer_fuchsia.cc | 24 ++++++++
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 30 ++++++++++
lib/sanitizer_common/sanitizer_win.cc | 30 ++++++++++
.../tests/sanitizer_common_test.cc | 67 ++++++++++++++++++++++
5 files changed, 165 insertions(+)
--
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 11015c4281e [X86][SSE] ComputeNumSignBits tests showing missing VSELECT [...]
new d17a19ebd19 [SelectionDAG] Add SELECT demanded elts support to ComputeN [...]
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/SelectionDAG/SelectionDAG.cpp | 9 ++++---
test/CodeGen/X86/known-signbits-vector.ll | 43 +++++--------------------------
2 files changed, 12 insertions(+), 40 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 de321cd4ac2 [MC] Split out register def/use idx calls to make debugging [...]
new 11015c4281e [X86][SSE] ComputeNumSignBits tests showing missing VSELECT [...]
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:
test/CodeGen/X86/known-signbits-vector.ll | 107 ++++++++++++++++++++++++++++++
1 file changed, 107 insertions(+)
--
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 lld.
from 756201c34 Skip abs symbols when handling copy reloc aliases.
new b7dbdbaf0 Use 64 bits for the shared symbol size again.
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:
ELF/Symbols.h | 2 +-
test/ELF/Inputs/copy-rel-large.s | 4 ++++
test/ELF/copy-rel-large.s | 20 ++++++++++++++++++++
3 files changed, 25 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/copy-rel-large.s
create mode 100644 test/ELF/copy-rel-large.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 llvm.
from 1cf2bb25c9a [X86][AVX512] Adding a pattern for broadcastm intrinsic.
new a7e9d462986 [X86][SSE] Add clflush scheduling test
new 76d96786fd4 [X86][AVX] Add missing vcvtpd2dq/vcvtps2dq scheduling tests
new de321cd4ac2 [MC] Split out register def/use idx calls to make debugging [...]
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:
lib/CodeGen/MachineCombiner.cpp | 7 +-
test/CodeGen/X86/avx-schedule.ll | 156 ++++++++++++++++++++++++++++++++++----
test/CodeGen/X86/sse2-schedule.ll | 61 +++++++++++++++
3 files changed, 207 insertions(+), 17 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 compiler-rt.
from 0efc33137 [XRay] [compiler-rt] fix build by including errno.h into FDR mode
new a0eba2205 [asan] Intercept heap routines in VS2010 CRT
new c6577df3f Fix clang warnings in winasan code
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/interception/interception_win.cc | 1 +
lib/sanitizer_common/sanitizer_win.cc | 6 +++---
2 files changed, 4 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 lld.
from c69a7b364 [ELF] - Stop sorting input sections in createSections().
new 756201c34 Skip abs symbols when handling copy reloc aliases.
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:
ELF/Relocations.cpp | 3 ++-
test/ELF/Inputs/copy-rel-abs.s | 13 ++++++++++++
test/ELF/copy-rel-abs.s | 47 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 62 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/copy-rel-abs.s
create mode 100644 test/ELF/copy-rel-abs.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 clang.
from f822d3299b [clang-format] Handle CRLF correctly when formatting escaped [...]
new 1416d5328a [analyzer] Left shifting a negative value is undefined
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/StaticAnalyzer/Checkers/UndefResultChecker.cpp | 4 ++++
lib/StaticAnalyzer/Core/BasicValueFactory.cpp | 2 ++
test/Analysis/bitwise-ops.c | 7 +++++++
3 files changed, 13 insertions(+)
--
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 glibc.
from ce12269fac Add _FloatN, _FloatNx M_* constants.
new c5cc45148c i586: Use conditional branches in strcpy.S [BZ #22353]
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:
ChangeLog | 11 +++++++++++
sysdeps/i386/i586/strcpy.S | 28 +++++++++++-----------------
2 files changed, 22 insertions(+), 17 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 openmp.
from 8c08442 Fix fatal error message displaying
new 9bfe4ee Test commit: sort names in CREDITS.txt
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:
CREDITS.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.