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 5033013f17 Fix gdb.opt/inline-cmds.exp regressions
new da5f19a253 i386: Support .code64 directive only with 64-bit bfd
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 | 12 ++++++++++++
gas/config/tc-i386.c | 2 ++
gas/testsuite/gas/i386/code64-inval.l | 13 +++++++++++++
gas/testsuite/gas/i386/code64-inval.s | 1 +
gas/testsuite/gas/i386/code64.d | 11 +++++++++++
gas/testsuite/gas/i386/code64.s | 5 +++++
gas/testsuite/gas/i386/i386.exp | 14 ++++++++++----
7 files changed, 54 insertions(+), 4 deletions(-)
create mode 100644 gas/testsuite/gas/i386/code64-inval.l
create mode 100644 gas/testsuite/gas/i386/code64-inval.s
create mode 100644 gas/testsuite/gas/i386/code64.d
create mode 100644 gas/testsuite/gas/i386/code64.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 3caa1be6313 [ARM] Tighten up CHECK lines in a test
new 85ff689b242 [utils] make retq/retl regex an option that is off by default
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:
utils/update_llc_test_checks.py | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 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 93f4de3929 [BFD][PR21703]Override the new defined symbol with the old n [...]
new 5033013f17 Fix gdb.opt/inline-cmds.exp regressions
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/ChangeLog | 4 ++++
gdb/buildsym.c | 14 ++++++++------
2 files changed, 12 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 llvm.
from 60da1ac8d32 [ARM] Error for invalid shift in memory operand
new 3caa1be6313 [ARM] Tighten up CHECK lines in a test
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/MC/ARM/v8_IT_manual.s | 4368 ++++++++++++++++++++++----------------------
1 file changed, 2184 insertions(+), 2184 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 70880fd3814 Update f16c instruction scheduling on btver2. Differential [...]
new c89087d28c0 [X86] truncateVectorCompareWithPACKSS - remove duplicate va [...]
new 60da1ac8d32 [ARM] Error for invalid shift in memory operand
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/Target/ARM/AsmParser/ARMAsmParser.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 21 ++++++++++-----------
test/MC/ARM/diagnostics.s | 3 +++
3 files changed, 14 insertions(+), 12 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 zorg.
from e9950b6 Revert "[zorg] Print ulimits to debug bot failures"
new b1e8eb0 Switch ARM & AArch64 test-suite builders to CMake
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:
buildbot/osuosl/master/config/builders.py | 18 ++++++++++++------
1 file changed, 12 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 libcxx.
from f45f32b02 More fuzzing interfaces
new 66db4e4fd Mark string_view literals as 'noexcept'. Fixes PR#25054. Than [...]
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/string_view | 16 ++++++++--------
.../string.view/string_view.literals/literal.pass.cpp | 6 ++++++
2 files changed, 14 insertions(+), 8 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 394de073f96 Avoid -Wattribute-alias warnings for long double compat symbols
new c042ba6f6ff /cp 2017-10-24 Mukesh Kapoor <mukesh.kapoor(a)oracle.com> [...]
new 20496f0e660 2017-10-24 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 6 ++++++
gcc/cp/ChangeLog | 7 +++++++
gcc/cp/cvt.c | 21 ++++++++++++++++++---
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp0x/enum35.C | 14 ++++++++++++++
gcc/testsuite/g++.dg/cpp0x/enum36.C | 14 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr82697.c | 23 +++++++++++++++++++++++
gcc/tree-ssa-phiopt.c | 17 ++++++++++++++++-
8 files changed, 110 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum35.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum36.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr82697.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 clang.
from 47dbb7c0df Do not add a colon chunk to the code completion of class inh [...]
new b4bdd6abd6 Add Forgotten test for: Fix template parameter default args [...]
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:
.../template-default-param-through-using.cpp | 33 ++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 test/SemaCXX/template-default-param-through-using.cpp
--
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 230376a3f6 [Tooling] Add a factory method for CommonOptionsParser
new 47dbb7c0df Do not add a colon chunk to the code completion of class inh [...]
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/clang/Sema/Scope.h | 3 +++
lib/Parse/ParseDeclCXX.cpp | 3 +++
lib/Sema/SemaCodeComplete.cpp | 8 +++++---
test/Index/complete-super.cpp | 5 +++++
4 files changed, 16 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.