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 96ebe14 [msan] Correct @LINE expression in obstack.cc
new 6682359 Split DescribeAddressIfShadow between a function that gets al [...]
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/asan/CMakeLists.txt | 1 +
lib/asan/asan_debugging.cc | 5 +++-
lib/asan/asan_descriptions.cc | 54 +++++++++++++++++++++++++++++++++++++++++++
lib/asan/asan_descriptions.h | 37 +++++++++++++++++++++++++++++
lib/asan/asan_report.cc | 21 +----------------
lib/asan/asan_report.h | 2 --
6 files changed, 97 insertions(+), 23 deletions(-)
create mode 100644 lib/asan/asan_descriptions.cc
create mode 100644 lib/asan/asan_descriptions.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 bb8ab1a update test to use FileCheck and autogenerated checks
new 7016f85 [InstCombine] add tests for missing vector icmp folds
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:
.../InstCombine/2007-03-21-SignedRangeTest.ll | 12 ++++++++
test/Transforms/InstCombine/div.ll | 36 ++++++++++++++++++++++
2 files changed, 48 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 newlib.
from 238455a Implement strto[dflu]_l/wcsto[dflu]_l
new 5dc306c Add release text for Cygwin 2.6.0
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:
winsup/cygwin/release/2.5.3 | 29 -------------------
winsup/cygwin/release/2.6.0 | 70 +++++++++++++++++++++++++++++++++++++++++++++
winsup/doc/new-features.xml | 48 +++++++++++++++++++++++++++++++
3 files changed, 118 insertions(+), 29 deletions(-)
delete mode 100644 winsup/cygwin/release/2.5.3
create mode 100644 winsup/cygwin/release/2.6.0
--
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 gdb-7.12-branch
in repository binutils-gdb.
from 2e9ffae [GDB] Fix builds broken by proc-service changes.
new 951b1f2 Make "end" field in feature specs required 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:
gdb/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 11 ++++-----
gdb/features/aarch64-core.xml | 24 ++++++++++----------
gdb/features/aarch64.c | 4 ++--
gdb/features/i386/32bit-core.xml | 34 ++++++++++++++--------------
gdb/features/i386/32bit-mpx.xml | 6 +++--
gdb/features/i386/32bit-sse.xml | 28 +++++++++++------------
gdb/features/i386/64bit-core.xml | 34 ++++++++++++++--------------
gdb/features/i386/64bit-mpx.xml | 5 +++--
gdb/features/i386/64bit-sse.xml | 28 +++++++++++------------
gdb/features/i386/i386-avx-mpx-linux.c | 2 +-
gdb/features/i386/i386-avx-mpx.c | 2 +-
gdb/features/i386/i386-avx512-linux.c | 2 +-
gdb/features/i386/i386-avx512.c | 2 +-
gdb/features/i386/i386-mpx-linux.c | 2 +-
gdb/features/i386/i386-mpx.c | 2 +-
gdb/features/i386/x32-core.xml | 34 ++++++++++++++--------------
gdb/testsuite/ChangeLog | 6 +++++
gdb/testsuite/gdb.xml/extra-regs.xml | 24 +++++++++-----------
gdb/testsuite/gdb.xml/tdesc-regs.exp | 4 ++--
gdb/xml-tdesc.c | 41 ++++++++++++++++------------------
21 files changed, 153 insertions(+), 147 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 ade7edf Fix WAsm test after LSR change in r278658
new bb8ab1a update test to use FileCheck and autogenerated 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:
test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll | 15 ++++++++++++---
1 file changed, 12 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 libcxx.
from b901c34 Check in SFINAE base class for use in optional/variant
new 543cf61 Fix PR28506. Re-enable missing math.h C++11 decls on SunOS. P [...]
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/cmath | 18 ------------------
include/math.h | 53 ++++++++++++++++++++++++-----------------------------
2 files changed, 24 insertions(+), 47 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 7b1e0f1 [msan] Fix line number sensitivity in chained_origin.cc and c [...]
new 96ebe14 [msan] Correct @LINE expression in obstack.cc
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/msan/Linux/obstack.cc | 4 +++-
1 file changed, 3 insertions(+), 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 a451d6b [InstCombine] add test for missing vector icmp fold
new 66842c07 [InstCombine] add tests for missing vector icmp folds
new 1741b5a Revert "[Thumb] Validate branch target for CBZ/CBNZ instructions."
new ade7edf Fix WAsm test after LSR change in r278658
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/Target/ARM/AsmParser/ARMAsmParser.cpp | 6 ------
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 5 -----
test/CodeGen/WebAssembly/cfg-stackify.ll | 16 ++++++++--------
test/MC/ARM/thumb-cb-negative-offsets.s | 19 -------------------
test/MC/ARM/thumb-diagnostics.s | 17 -----------------
test/Transforms/InstCombine/icmp.ll | 22 ++++++++++++++++++++++
6 files changed, 30 insertions(+), 55 deletions(-)
delete mode 100644 test/MC/ARM/thumb-cb-negative-offsets.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 63dcb57 [CodeGen] Ignore unnamed bitfields before handling vector fields
new 0545f01 Replace an obsolete company name.
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:
docs/UsersManual.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.