This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0e3876b gcc/ * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify. [...]
new 0bd2fc6 2016-05-03 Richard Biener <rguenther(a)suse.de>
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/c/ChangeLog | 5 +++++
gcc/c/Make-lang.in | 11 +++++++++--
gcc/cp/ChangeLog | 5 +++++
gcc/cp/Make-lang.in | 11 +++++++++--
4 files changed, 28 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 9de339f [lib/Object] Make this assertion more useful.
new 6386c04 [AVX512] Fix lowerV4X128VectorShuffle to select correctly inp [...]
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/Target/X86/X86ISelLowering.cpp | 22 +++++++++++++++++----
test/CodeGen/X86/vector-shuffle-512-v8.ll | 32 +++++++++++++++++++++++++++++++
2 files changed, 50 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 clang-tools-extra.
from 197372c [clang-tidy] Cleanup namespace in utils folder.
new a01ae3e Fix a crash in cppcoreguidelines-pro-type-member-init when ch [...]
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:
clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp | 4 ++--
test/clang-tidy/cppcoreguidelines-pro-type-member-init.cpp | 11 +++++++++++
2 files changed, 13 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 8d0e28c [CodeGen] Add some space optimized forms of EmitNode and Morp [...]
new 9de339f [lib/Object] Make this assertion more useful.
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/Object/ArchiveWriter.cpp | 5 ++---
1 file changed, 2 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 clang.
from 5d99149 [OpenCL] Fix pipe type dump.
new 7cd277a [libclang] Expose the ElaboratedType
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:
bindings/python/clang/cindex.py | 12 ++++++++++++
include/clang-c/Index.h | 16 +++++++++++++++-
test/Index/print-type.c | 8 ++++++++
test/Index/print-type.cpp | 8 ++++++--
tools/libclang/CXType.cpp | 12 ++++++++++++
tools/libclang/libclang.exports | 1 +
6 files changed, 54 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 gcc.
from 150b7a5 Daily bump.
new 4341e09 * c-common.h (enum c_omp_region_type): Remove stray comma.
new 0e3876b gcc/ * config/sh/sh.md (udivsi3, divsi3, mulsi3): Simplify. [...]
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 | 10 ++
gcc/c-family/ChangeLog | 4 +
gcc/c-family/c-common.h | 2 +-
gcc/config/sh/sh.md | 282 +++++++++++++++++-------------------------------
4 files changed, 114 insertions(+), 184 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 fc635b1 Fix uppercase typo
new 8d0e28c [CodeGen] Add some space optimized forms of EmitNode and Morp [...]
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/CodeGen/SelectionDAGISel.h | 4 ++++
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 23 +++++++++++++++++------
utils/TableGen/DAGISelMatcherEmitter.cpp | 17 ++++++++++++-----
3 files changed, 33 insertions(+), 11 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 f0413f8 Adding a test for a compiler crash that was fixed in r248069.
new 5d99149 [OpenCL] Fix pipe type dump.
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/AST/ASTDumper.cpp | 3 +++
lib/AST/TypePrinter.cpp | 3 ++-
test/Misc/ast-dump-pipe.cl | 4 ++++
test/SemaOpenCL/invalid-access-qualifier.cl | 2 +-
test/SemaOpenCL/invalid-pipes-cl2.0.cl | 2 +-
5 files changed, 11 insertions(+), 3 deletions(-)
create mode 100644 test/Misc/ast-dump-pipe.cl
--
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 6aec020 Fix PR27538. Remove __is_convertible specializations for arra [...]
new a956a10 Fix dependencies on install-libcxx CMake 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:
lib/CMakeLists.txt | 6 +++---
1 file changed, 3 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 llvm.
from 97157e8 Remove unused header, NFC
new fc635b1 Fix uppercase typo
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/AArch64/optimize-cond-branch.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.