This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ac29ece Add inline functions for various bitwise operations.
new 24b3d86 PR c++/77375 * class.c (check_bases): Set CLASSTYPE_HAS_MUT [...]
new 53d2f3d PR c++/77338 * constexpr.c (cxx_eval_constant_expression) < [...]
new 44df6c1 PR c++/77379 * g++.dg/abi/abi-tag23.C: Adjust scan-assemble [...]
new e6db887 PR c++/77482 * error.c (dump_simple_decl): Only check DECL_ [...]
The 4 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/cp/ChangeLog | 14 ++++++++++++++
gcc/cp/class.c | 2 ++
gcc/cp/constexpr.c | 3 ++-
gcc/cp/error.c | 15 +++++++--------
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
gcc/testsuite/g++.dg/abi/abi-tag23.C | 2 +-
gcc/testsuite/g++.dg/abi/abi-tag23a.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-77482.C | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/decltype-77338.C | 7 +++++++
gcc/testsuite/g++.dg/cpp0x/mutable1.C | 12 ++++++++++++
10 files changed, 68 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-77482.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-77338.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/mutable1.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 lldb.
from ccfdeab Set the correct triple when creating an ArchSpec for Windows.
new 5de4018 Fix compiler warnings where two values weren't being initialized.
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:
source/Plugins/Process/Utility/RegisterInfos_i386.h | 4 ++--
1 file changed, 2 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 b2c2d1f [X86][SSE] Added vector add combine tests
new 839ecc8 [X86][SSE] Added vector sub combine 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:
test/CodeGen/X86/combine-sub.ll | 249 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 249 insertions(+)
create mode 100644 test/CodeGen/X86/combine-sub.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 binutils-gdb.
from 325fac5 gdb: Use std::min and std::max throughout
new cd94f6d Introduce cleanup to restore current_uiout
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 | 13 +++++++++++++
gdb/infrun.c | 12 +-----------
gdb/python/python.c | 3 ++-
gdb/ui-out.c | 18 ++++++++++++++++++
gdb/ui-out.h | 4 ++++
gdb/utils.c | 23 -----------------------
gdb/utils.h | 3 ---
7 files changed, 38 insertions(+), 38 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 7add7dd Install libLLVM if needed with LLVM_INSTALL_TOOLCHAIN_ONLY
new b2c2d1f [X86][SSE] Added vector add combine 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:
test/CodeGen/X86/combine-add.ll | 339 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 339 insertions(+)
create mode 100644 test/CodeGen/X86/combine-add.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 zorg.
from b43c170 [zorg] Change static analyzer benchmark jenkins bot to be non [...]
new 1940dfe [ARM] Adding new ARMv7 buildbots
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 | 77 ++++++++++++++++++-------------
buildbot/osuosl/master/config/slaves.py | 10 ++++
2 files changed, 55 insertions(+), 32 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 6e3bce5 [libcxx] Add missing c++98 xfail. NFC.
new e81a54c [libc++] Fix inline attribute for non-MSVC Windows
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 | 12 +++++++++---
1 file changed, 9 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 lldb.
from 5794467 [RenderScript] Support tracking and dumping reduction kernels
new 314ee61 Add unit tests for a few string conversion functions in Args.
new ccfdeab Set the correct triple when creating an ArchSpec for Windows.
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/lldb/Breakpoint/BreakpointID.h | 1 +
include/lldb/Host/FileSpec.h | 1 +
include/lldb/Interpreter/Args.h | 9 ++--
include/lldb/Interpreter/Options.h | 1 +
include/lldb/Target/Language.h | 1 +
source/API/SBDebugger.cpp | 4 +-
source/Core/ArchSpec.cpp | 3 ++
source/Interpreter/Args.cpp | 62 ++++++++++-------------
source/Interpreter/OptionValueChar.cpp | 2 +-
source/Interpreter/Property.cpp | 11 ++---
unittests/Interpreter/TestArgs.cpp | 89 ++++++++++++++++++++++++++++++++++
11 files changed, 136 insertions(+), 48 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 29ff19b Replace modulus with mask operation in over-aligned new
new 69ea990 PR libgcc/71744 * unwind-dw2-fde.c (ATOMIC_FDE_FAST_PATH): [...]
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:
libgcc/ChangeLog | 11 +++++++++++
libgcc/unwind-dw2-fde.c | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.