This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a5a214f [OPENMP] Codegen for untied tasks.
new 366a52e Add warning about CR+LF line endings on 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:
www/get_started.html | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 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 0663775 Fix xfail for test_tilde_home_directory on windows
new 2eb363d test infra: move test event-related handling into its own package
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/decorators.py | 7 +-
packages/Python/lldbsuite/test/dosep.py | 15 +-
packages/Python/lldbsuite/test/dotest.py | 18 +-
packages/Python/lldbsuite/test/lldbtest.py | 7 +-
packages/Python/lldbsuite/test/test_result.py | 3 +-
.../Python/lldbsuite/test_event}/__init__.py | 0
.../{test => test_event}/dotest_channels.py | 0
.../Python/lldbsuite/test_event/event_builder.py | 435 ++++++++++++++
.../lldbsuite/test_event/formatter/__init__.py | 160 ++++++
.../formatter/curses.py} | 19 +-
.../test_event/formatter/dump_formatter.py | 23 +
.../lldbsuite/test_event/formatter/pickled.py | 57 ++
.../formatter/results_formatter.py} | 635 +--------------------
.../formatter/xunit.py} | 29 +-
14 files changed, 734 insertions(+), 674 deletions(-)
copy {utils/sync-source/lib/transfer => packages/Python/lldbsuite/test_event}/__in [...]
rename packages/Python/lldbsuite/{test => test_event}/dotest_channels.py (100%)
create mode 100644 packages/Python/lldbsuite/test_event/event_builder.py
create mode 100644 packages/Python/lldbsuite/test_event/formatter/__init__.py
rename packages/Python/lldbsuite/{test/curses_results.py => test_event/formatter/c [...]
create mode 100644 packages/Python/lldbsuite/test_event/formatter/dump_formatter.py
create mode 100644 packages/Python/lldbsuite/test_event/formatter/pickled.py
rename packages/Python/lldbsuite/{test/result_formatter.py => test_event/formatter [...]
rename packages/Python/lldbsuite/{test/xunit_formatter.py => test_event/formatter/ [...]
--
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 692062d IR: Use default member initialization in Verifier, NFC
new 6e87fc1 IR: Don't use raw_null_ostream in Verifier
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/IR/Verifier.cpp | 59 +++++++++++++++++++++++++++++------------------------
1 file changed, 32 insertions(+), 27 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 bd6f374 PR tree-optimization/56625 PR tree-optimization/69489 * tr [...]
new 70574e6 Fix PR c++/69363
new 9703b76 2016-04-20 Martin Galvan <martin.galvan(a)tallertechnologies.com>
new 4bd8a05 PR tree-optimization/69489 * tree-if-conv.c (phi_convertibl [...]
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:
gcc/ChangeLog | 9 +++
gcc/c-family/ChangeLog | 6 ++
gcc/c-family/c-cilkplus.c | 50 ----------------
gcc/c-family/c-common.h | 1 -
gcc/c/ChangeLog | 9 +++
gcc/c/c-parser.c | 2 +-
gcc/c/c-tree.h | 2 +-
gcc/c/c-typeck.c | 34 ++++++++---
gcc/cp/ChangeLog | 9 +++
gcc/cp/cp-tree.h | 3 +-
gcc/cp/parser.c | 2 +-
gcc/cp/semantics.c | 31 +++++++---
gcc/testsuite/ChangeLog | 12 ++++
gcc/testsuite/c-c++-common/cilk-plus/PS/clauses3.c | 10 ++--
gcc/testsuite/c-c++-common/cilk-plus/PS/clauses4.c | 36 ++++++++++++
gcc/testsuite/c-c++-common/cilk-plus/PS/pr69363.c | 13 +++++
gcc/testsuite/gcc.dg/tree-ssa/ifc-pr69489-2.c | 17 ++++++
gcc/tree-if-conv.c | 68 ++++++++++++++++++++--
libgcc/ChangeLog | 4 ++
libgcc/config/arm/ieee754-df.S | 24 ++++----
20 files changed, 249 insertions(+), 93 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/cilk-plus/PS/clauses4.c
create mode 100644 gcc/testsuite/c-c++-common/cilk-plus/PS/pr69363.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ifc-pr69489-2.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 4a0bd4e [Hexagon] Fix handling of lcomm directive
new 692062d IR: Use default member initialization in Verifier, NFC
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/IR/Verifier.cpp | 9 ++++-----
1 file changed, 4 insertions(+), 5 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 b1010ed Re-enable "[gold-plugin] Disable name for values other than G [...]
new 4a0bd4e [Hexagon] Fix handling of lcomm directive
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:
.../Hexagon/MCTargetDesc/HexagonMCELFStreamer.cpp | 19 ++++++++++++-------
test/MC/Hexagon/lcomm.s | 19 +++++++++++++++++++
2 files changed, 31 insertions(+), 7 deletions(-)
create mode 100644 test/MC/Hexagon/lcomm.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 4076531 * semantics.c (finish_compound_lteral): Don't wrap VECTOR_TY [...]
new bd6f374 PR tree-optimization/56625 PR tree-optimization/69489 * tr [...]
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 | 21 ++++
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/gcc.dg/tree-ssa/ifc-pr69489-1.c | 16 +++
gcc/testsuite/gcc.dg/vect/{pr36630.c => pr56625.c} | 16 +--
gcc/tree-data-ref.h | 1 +
gcc/tree-if-conv.c | 110 +++++++++++++++++----
6 files changed, 142 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ifc-pr69489-1.c
copy gcc/testsuite/gcc.dg/vect/{pr36630.c => pr56625.c} (55%)
--
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 04b7dfa Don't build 32-bit libatomic with -march=i486 on x86-64
new 4076531 * semantics.c (finish_compound_lteral): Don't wrap VECTOR_TY [...]
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 | 5 +++++
gcc/cp/semantics.c | 13 +++++++++----
2 files changed, 14 insertions(+), 4 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 89c5c63 [ThinLTO] Prevent importing of "llvm.used" values
new b1010ed Re-enable "[gold-plugin] Disable name for values other than G [...]
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/tools/gold/X86/comdat.ll | 1 +
test/{Feature => tools/gold/X86}/strip_names.ll | 14 ++++++++++++--
test/tools/gold/X86/type-merge2.ll | 1 +
tools/gold/gold-plugin.cpp | 8 ++++++++
4 files changed, 22 insertions(+), 2 deletions(-)
copy test/{Feature => tools/gold/X86}/strip_names.ll (52%)
--
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 lld.
from cfa9b11 Simplify canRelaxTls.
new 172903b Inline canRelaxTls.
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:
ELF/Writer.cpp | 39 ++++++++++++---------------------------
1 file changed, 12 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.