This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 717fbcb Retry: [ubsan] Detect UB loads from bitfields
new 21af181 [DebugInfo] Append extended dereferencing mechanism to variab [...]
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/CGDebugInfo.cpp | 28 ++++-
lib/CodeGen/CGDebugInfo.h | 9 ++
.../amdgpu-debug-info-variable-expression.cl | 131 +++++++++++++++++++++
3 files changed, 166 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGenOpenCL/amdgpu-debug-info-variable-expression.cl
--
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 6cfb8a2 Use -mhard-float for MIPS -mlxc1-sxc1 tests
new 7263e05 Correct failures with --enable-checking=yes,rtl.
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:
gcc/ChangeLog | 10 ++++++++++
gcc/config/microblaze/microblaze.c | 6 +++---
gcc/config/microblaze/microblaze.md | 6 +++---
3 files changed, 16 insertions(+), 6 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 binutils-gdb.
from f03265d Fix compile time warnings about using possibly uninitialised [...]
new 86fa698 X86: Add pseudo prefixes to control encoding
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:
gas/ChangeLog | 22 +++++
gas/config/tc-i386.c | 158 +++++++++++++++++++++++---------
gas/doc/c-i386.texi | 28 +++++-
gas/testsuite/gas/i386/i386.exp | 2 +
gas/testsuite/gas/i386/pseudos.d | 66 +++++++++++++
gas/testsuite/gas/i386/pseudos.s | 62 +++++++++++++
gas/testsuite/gas/i386/x86-64-pseudos.d | 66 +++++++++++++
gas/testsuite/gas/i386/x86-64-pseudos.s | 62 +++++++++++++
opcodes/ChangeLog | 10 ++
opcodes/i386-gen.c | 2 +-
opcodes/i386-opc.h | 7 +-
opcodes/i386-opc.tbl | 146 +++++++++++++++--------------
opcodes/i386-tbl.h | 91 ++++++++++++++++++
13 files changed, 601 insertions(+), 121 deletions(-)
create mode 100644 gas/testsuite/gas/i386/pseudos.d
create mode 100644 gas/testsuite/gas/i386/pseudos.s
create mode 100644 gas/testsuite/gas/i386/x86-64-pseudos.d
create mode 100644 gas/testsuite/gas/i386/x86-64-pseudos.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 gcc.
from e14b765 PR sanitizer/79757 * c-parser.c (c_parser_declaration_or_fn [...]
new 6cfb8a2 Use -mhard-float for MIPS -mlxc1-sxc1 tests
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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/mips/lxc1-sxc1-1.c | 2 +-
gcc/testsuite/gcc.target/mips/lxc1-sxc1-2.c | 2 +-
3 files changed, 7 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 e5673c3 [Hexagon] Propagate zext of i1 into arithmetic code in selection DAG
new ef87bd9 [Hexagon] Add -mhvx option to the Hexagon backend
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/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp | 10 ++++++++--
1 file changed, 8 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 compiler-rt.
from 9a11098 Revert "[compiler-rt][builtins] Add __isOSVersionAtLeast()"
new eb84803 Reapply r297382: "[compiler-rt][builtins] Add __isOSVersionAt [...]
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/builtins/CMakeLists.txt | 1 +
lib/builtins/os_version_check.c | 115 +++++++++++++++++++++
test/CMakeLists.txt | 6 +-
test/builtins/CMakeLists.txt | 15 +++
.../TestCases/Darwin/lit.local.cfg | 0
.../TestCases/Darwin/os_version_check_test.c | 19 ++++
test/builtins/lit.cfg | 20 ++++
test/{safestack => builtins}/lit.site.cfg.in | 2 +-
test/lit.common.cfg | 1 +
9 files changed, 176 insertions(+), 3 deletions(-)
create mode 100644 lib/builtins/os_version_check.c
create mode 100644 test/builtins/CMakeLists.txt
copy test/{asan => builtins}/TestCases/Darwin/lit.local.cfg (100%)
create mode 100644 test/builtins/TestCases/Darwin/os_version_check_test.c
create mode 100644 test/builtins/lit.cfg
copy test/{safestack => builtins}/lit.site.cfg.in (76%)
--
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 7ad571b PR c/79969 * c-decl.c (start_enum): Adjust DECL_SOURCE_LOCA [...]
new e14b765 PR sanitizer/79757 * c-parser.c (c_parser_declaration_or_fn [...]
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:
gcc/c/ChangeLog | 6 ++++++
gcc/c/c-parser.c | 12 ++++++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/ubsan/pr79757-1.c | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/ubsan/pr79757-2.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/ubsan/pr79757-3.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/ubsan/pr79757-4.c | 29 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/ubsan/pr79757-5.c | 29 +++++++++++++++++++++++++++++
8 files changed, 145 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr79757-1.c
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr79757-2.c
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr79757-3.c
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr79757-4.c
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr79757-5.c
--
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 dccf5a1 [InstSimplify] vector div/rem with any zero element in diviso [...]
new e5673c3 [Hexagon] Propagate zext of i1 into arithmetic code in selection DAG
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/Hexagon/HexagonISelDAGToDAG.cpp | 96 ++++++++++++++++++++++++++++++
test/CodeGen/Hexagon/adde.ll | 54 ++++++++---------
test/CodeGen/Hexagon/isel-op-zext-i1.ll | 13 ++++
test/CodeGen/Hexagon/sube.ll | 47 +++++++--------
4 files changed, 156 insertions(+), 54 deletions(-)
create mode 100644 test/CodeGen/Hexagon/isel-op-zext-i1.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 gcc.
from 55fec18 2017-03-09 Richard Biener <rguenther(a)suse.de>
new 182bef6 PR c++/79687 * init.c (constant_value_1): Break if the vari [...]
new 7ad571b PR c/79969 * c-decl.c (start_enum): Adjust DECL_SOURCE_LOCA [...]
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/c/ChangeLog | 6 ++++++
gcc/c/c-decl.c | 4 ++++
gcc/cp/ChangeLog | 4 ++++
gcc/cp/init.c | 7 +++++++
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/g++.dg/expr/ptrmem8.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/expr/ptrmem9.C | 19 +++++++++++++++++++
gcc/testsuite/gcc.dg/debug/dwarf2/enum-loc1.c | 19 +++++++++++++++++++
8 files changed, 85 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/expr/ptrmem8.C
create mode 100644 gcc/testsuite/g++.dg/expr/ptrmem9.C
create mode 100644 gcc/testsuite/gcc.dg/debug/dwarf2/enum-loc1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.