This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from 131ec6e Daily bump.
new 4ee9a8d PR ada/70786 * a-textio.adb (Get_Immediate): Add missing 'n [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/a-textio.adb | 2 +-
2 files changed, 6 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 lldb.
from 134ffa2 Revert "Fixed a bug where const this would cause parser error [...]
new 11cd014 Remote flaky decorator from TestSignalsAPI on linux
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:
packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py | 1 -
1 file changed, 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 clang.
from b7ef020 Revert "[MSVC] PR27337: allow static_cast from private base t [...]
new 176cad7 [MS] Improved implementation of MS stack pragmas (vtordisp, *_seg)
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/Sema.h | 128 ++++++++++++++++++++++++---------------
lib/Parse/ParsePragma.cpp | 18 +++---
lib/Parse/ParseStmt.cpp | 6 +-
lib/Sema/Sema.cpp | 2 +-
lib/Sema/SemaAttr.cpp | 32 +++-------
test/CodeGenCXX/sections.cpp | 29 +++++++++
test/SemaCXX/pragma-vtordisp.cpp | 4 +-
7 files changed, 133 insertions(+), 86 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 e3e8c48 gcc/c-family/ChangeLog:
new a588355 [ARC] Add SIMD extensions for ARC HS
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 | 20 +
gcc/config/arc/arc.c | 112 ++++-
gcc/config/arc/arc.h | 6 +
gcc/config/arc/builtins.def | 27 ++
gcc/config/arc/simdext.md | 571 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/arc/builtin_simdarc.c | 38 ++
6 files changed, 767 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/builtin_simdarc.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 gcc-6-branch
in repository gcc.
from a362514 2016-04-28 Matthias Klose <doko(a)ubuntu.com>
new 5bb28be /cp 2016-04-28 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 6 ++++++
gcc/cp/semantics.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
.../{gcc.c-torture/compile/pr17906.c => g++.dg/cpp0x/auto48.C} | 7 ++++---
4 files changed, 16 insertions(+), 4 deletions(-)
copy gcc/testsuite/{gcc.c-torture/compile/pr17906.c => g++.dg/cpp0x/auto48.C} (50%)
--
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 9336599 [OPENMP] Simplified interface for codegen of tasks, NFC.
new b7ef020 Revert "[MSVC] PR27337: allow static_cast from private base t [...]
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/Basic/DiagnosticSemaKinds.td | 3 ---
lib/Sema/SemaCast.cpp | 9 +++----
test/SemaCXX/ext_ms_downcast.cpp | 40 ------------------------------
3 files changed, 4 insertions(+), 48 deletions(-)
delete mode 100644 test/SemaCXX/ext_ms_downcast.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 compiler-rt.
from 9952808 [MSan] [PowerPC] Dereference function descriptors when record [...]
new ff2a944 [tsan] Fix Darwin GCD support after separation of Processor a [...]
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_mac.cc | 10 +++++-----
lib/tsan/rtl/tsan_platform_mac.cc | 4 +++-
2 files changed, 8 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 clang.
from c57ed46 removed redundant '#'
new 01d47ec [OPENMP 4.5] Codegen for 'grainsize/num_tasks' clauses of 'ta [...]
new 9336599 [OPENMP] Simplified interface for codegen of tasks, NFC.
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/CodeGen/CGOpenMPRuntime.cpp | 153 ++++++++++++++++++---------------------
lib/CodeGen/CGOpenMPRuntime.h | 125 +++++++++-----------------------
lib/CodeGen/CGStmtOpenMP.cpp | 97 ++++++++++++-------------
lib/CodeGen/CodeGenFunction.h | 15 +---
test/OpenMP/taskloop_codegen.cpp | 14 ++--
5 files changed, 162 insertions(+), 242 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 f0307fc 2016-04-28 Matthias Klose <doko(a)ubuntu.com>
new e3e8c48 gcc/c-family/ChangeLog:
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 | 5 +++++
gcc/c-family/ChangeLog | 9 +++++++++
gcc/c-family/c-common.c | 33 +++++++++++++++++++++++++++++++++
gcc/c-family/c-common.h | 5 +++++
gcc/c-family/c-lex.c | 3 +++
gcc/doc/cppenv.texi | 17 +++++++++++++++++
libcpp/ChangeLog | 12 ++++++++++++
libcpp/include/cpplib.h | 3 +++
libcpp/init.c | 9 ++++++++-
libcpp/internal.h | 4 ++++
libcpp/macro.c | 21 ++++++++++++++-------
11 files changed, 113 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 gcc-5-branch
in repository gcc.
from 9b65b1b 2016-04-28 Matthias Klose <doko(a)ubuntu.com>
new 634e0d9 2016-01-18 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
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 | 8 ++++++++
gcc/config/arm/arm.c | 13 +++++++++----
2 files changed, 17 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.