This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 9019deae666 Daily bump.
new 26178462b87 Fix thinko
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/gcc.dg/nested-func-11.c | 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 clang.
from 9884fc1d08 Add inherited attributes before parsed attributes.
new 4eca03e7d2 [ARM][AArch64] Add feature +fp16fml
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/Driver/ToolChains/Arch/AArch64.cpp | 26 +++++++
lib/Driver/ToolChains/Arch/ARM.cpp | 29 ++++++-
test/Driver/aarch64-cpus.c | 112 +++++++++++++++++++++++++---
test/Driver/arm-cortex-cpus.c | 108 ++++++++++++++++++++++++---
test/Preprocessor/aarch64-target-features.c | 31 +++++++-
test/Preprocessor/arm-target-features.c | 46 +++++++++++-
6 files changed, 326 insertions(+), 26 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 50dbda4a88f Daily bump.
new 5c119eea420 2018-09-24 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/ChangeLog | 7 +++++++
gcc/tree-ssa-propagate.c | 10 +++++++++-
2 files changed, 16 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 clang.
from 4de08b666e [analyzer][UninitializedObjectChecker] Using the new const m [...]
new 9884fc1d08 Add inherited attributes before parsed attributes.
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/AST/DeclBase.h | 8 +-------
lib/AST/DeclBase.cpp | 23 +++++++++++++++++++++++
test/Misc/ast-dump-attr.cpp | 21 +++++++++++++++++++++
test/Sema/attr-availability-ios.c | 4 ++--
test/Sema/attr-availability-tvos.c | 8 ++++----
test/Sema/attr-availability-watchos.c | 4 ++--
6 files changed, 53 insertions(+), 15 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 ccb6b7a050c [XRay] Clean up XRay build configuration
new bb4ba95d7eb [X86] Add 512-bit test cases to setcc-wide-types.ll. 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:
test/CodeGen/X86/setcc-wide-types.ll | 588 +++++++++++++++++++++++++++++++++++
1 file changed, 588 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 llvm.
from a24408a8b6d Fix asserts when linking wrong address space declarations
new ccb6b7a050c [XRay] Clean up XRay build configuration
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/LLVMBuild.txt | 1 +
lib/{Demangle => XRay}/LLVMBuild.txt | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
copy lib/{Demangle => XRay}/LLVMBuild.txt (82%)
--
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 278a3aad4 SafeStack: Fix flaky test (PR39001)
new 11660ddaa [XRay] Clean up XRay build configuration
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:
cmake/Modules/CompilerRTUtils.cmake | 18 ++++++++++++++++++
lib/xray/tests/CMakeLists.txt | 20 ++++++++++++++++----
lib/xray/tests/unit/CMakeLists.txt | 18 ++++++------------
3 files changed, 40 insertions(+), 16 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 binutils-gdb.
from e6b5f1e9f5 Automatic date update in version.in
new fb4fa9469c Allow more Python scalar conversions
new 1c1e54f6b4 Preserve sign when converting gdb.Value to Python int
new f5769a2c69 Allow conversion of pointers to Python int
new 39a24317ac Report Python errors coming from gdb.post_event
new fd3ba736db Check for negative argument in Type.template_argument
new 2b4ad2fe43 Consolidate gdb.GdbError handling
new ae778caf09 Allow setting a parameter to raise gdb.GdbError
The 7 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 | 41 ++++++++++++++++++++++
gdb/doc/ChangeLog | 6 ++++
gdb/doc/python.texi | 24 +++++++++++++
gdb/python/py-cmd.c | 48 +-------------------------
gdb/python/py-function.c | 51 +---------------------------
gdb/python/py-param.c | 5 +--
gdb/python/py-type.c | 7 ++++
gdb/python/py-utils.c | 56 +++++++++++++++++++++++++++++++
gdb/python/py-value.c | 33 +++++++++++++++---
gdb/python/python-internal.h | 1 +
gdb/python/python.c | 3 +-
gdb/testsuite/ChangeLog | 35 +++++++++++++++++++
gdb/testsuite/gdb.python/py-parameter.exp | 15 +++++++++
gdb/testsuite/gdb.python/py-template.exp | 4 +++
gdb/testsuite/gdb.python/py-value.exp | 32 ++++++++++++++++--
gdb/testsuite/gdb.python/python.exp | 13 ++++++-
16 files changed, 263 insertions(+), 111 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 3303750bfb0 [DAGCombiner] Remove some dead code from ConstantFoldBITCAS [...]
new 90ec44f78bf llvm-diff: Fix crash on anonymous functions
new a24408a8b6d Fix asserts when linking wrong address space declarations
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/Linker/IRMover.cpp | 9 ++++---
.../Inputs/wrong-addrspace-gv-declaration.ll | 2 ++
test/Linker/wrong-addrspace-gv-declaration.ll | 17 +++++++++++++
test/tools/llvm-diff/anon-func.ll | 8 +++++++
tools/llvm-diff/DifferenceEngine.cpp | 28 ++++++++++++++++++++--
5 files changed, 59 insertions(+), 5 deletions(-)
create mode 100644 test/Linker/Inputs/wrong-addrspace-gv-declaration.ll
create mode 100644 test/Linker/wrong-addrspace-gv-declaration.ll
create mode 100644 test/tools/llvm-diff/anon-func.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.