This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a9a480e Remove all variants of DWARFDie::getAttributeValueAs...() tha [...]
new 9056d41 [X86][XOP] Add vpermil2ps target shuffle -> insertps combine 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/CodeGen/X86/vector-shuffle-combining-xop.ll | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
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 1fcc440 This reverts r291628. As suggested by Richard, we can simply [...]
new 40f6a72 Module: Do not add any link flags when an implementation TU o [...]
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/CodeGenModule.cpp | 8 +++++++-
.../{pch-with-module-name/C.m => module-impl-with-link/foo.h} | 0
test/Modules/Inputs/module-impl-with-link/module.modulemap | 4 ++++
test/Modules/module-impl-with-link.c | 7 +++++++
4 files changed, 18 insertions(+), 1 deletion(-)
copy test/Modules/Inputs/{pch-with-module-name/C.m => module-impl-with-link/foo.h} (100%)
create mode 100644 test/Modules/Inputs/module-impl-with-link/module.modulemap
create mode 100644 test/Modules/module-impl-with-link.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 464502e Unbreak the clang-fuzzer build after r291184.
new 1fcc440 This reverts r291628. As suggested by Richard, we can simply [...]
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 | 3 +--
lib/Sema/SemaDecl.cpp | 13 ++++---------
test/Modules/Inputs/module-impl-with-link/foo.h | 1 -
test/Modules/Inputs/module-impl-with-link/module.modulemap | 4 ----
test/Modules/module-impl-with-link.c | 7 -------
5 files changed, 5 insertions(+), 23 deletions(-)
delete mode 100644 test/Modules/Inputs/module-impl-with-link/foo.h
delete mode 100644 test/Modules/Inputs/module-impl-with-link/module.modulemap
delete mode 100644 test/Modules/module-impl-with-link.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 gcc.
from 93715b7 compiler: add containing Bfunction to conditional_expression
new 1f2419c PR c/47931 - missing -Waddress warning for comparison with NULL
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/c-c++-common/Waddress-2.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/Waddress-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 zorg.
from 677b117 [buildbot] Add slave to test libomp for ppc64le targets.
new d5de4c3 [zorg] Add Polly builder for ARM target
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 | 19 ++++++-
buildbot/osuosl/master/config/status.py | 9 +++
zorg/buildbot/builders/PollyBuilder.py | 93 +++++++++++++++++++++++--------
3 files changed, 96 insertions(+), 25 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 6bf4793 compiler: mark generated struct/array types as incomparable
new 9a26d40 PR c++/72813 * gcc.c (default_compilers): Don't add -o %g.s [...]
new 945272d PR c++/78341 * parser.c (cp_parser_std_attribute_spec): Rem [...]
new 93715b7 compiler: add containing Bfunction to conditional_expression
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 | 6 ++++++
gcc/c/ChangeLog | 6 ++++++
gcc/c/c-decl.c | 2 ++
gcc/cp/ChangeLog | 10 +++++++++
gcc/cp/decl2.c | 2 ++
gcc/cp/parser.c | 6 +-----
gcc/gcc.c | 2 +-
gcc/go/ChangeLog | 4 ++++
gcc/go/go-gcc.cc | 7 +++---
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/backend.h | 10 ++++-----
gcc/go/gofrontend/expressions.cc | 42 ++++++++++++++++++++++++------------
gcc/go/gofrontend/gogo.cc | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr78341.C | 4 ++++
15 files changed, 81 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr78341.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 8ae3333 GlobalISel: only print debug info with -debug. NFC.
new a9a480e Remove all variants of DWARFDie::getAttributeValueAs...() tha [...]
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/llvm/DebugInfo/DWARF/DWARFDie.h | 74 ----------
lib/DebugInfo/DWARF/DWARFDie.cpp | 45 +------
lib/DebugInfo/DWARF/DWARFUnit.cpp | 10 +-
tools/dsymutil/DwarfLinker.cpp | 41 +++---
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 165 ++++++++++++-----------
5 files changed, 125 insertions(+), 210 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 52a39de Revert rL291205 because it breaks Chrome tests under CFI.
new 8ae3333 GlobalISel: only print debug info with -debug. 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/CodeGen/GlobalISel/RegisterBankInfo.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.