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 db7b55fa Fix compile time warning building arm-dis.c
new 97f00e3 Darwin: Fix gdb compilation.
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:
gdb/ChangeLog | 4 ++++
gdb/darwin-nat-info.c | 5 ++---
2 files changed, 6 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 f55006b attempt to fix bots after r289914/r289919
new 7c595b6 [analyzer] Add another exception for Qt in MallocChecker
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/StaticAnalyzer/Checkers/MallocChecker.cpp | 5 +++++
test/Analysis/Inputs/qt-simulator.h | 17 +++++++++++++++++
test/Analysis/qt_malloc.cpp | 8 +++++++-
3 files changed, 29 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 gcc.
from 83954fa Implement LWG 2769, Redundant const in the return type of any [...]
new 2dd10d1 * gnat.dg/opt61.adb: New test. * gnat.dg/opt61_pkg.ad[sb]: [...]
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/gnat.dg/opt61.adb | 21 ++++++
gcc/testsuite/gnat.dg/opt61_pkg.adb | 132 ++++++++++++++++++++++++++++++++++++
gcc/testsuite/gnat.dg/opt61_pkg.ads | 12 ++++
4 files changed, 170 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/opt61.adb
create mode 100644 gcc/testsuite/gnat.dg/opt61_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/opt61_pkg.ads
--
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 7ee6f67 COFF: Cache the result of library searches.
new 74b5a94 [ELF] - Accept --sort-section=xxx command form.
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/Options.td | 1 +
test/ELF/linkerscript/sort.s | 4 ++++
2 files changed, 5 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 04bc9fb Revert r289863: [LV] Enable vectorization of loops with condi [...]
new df654b6 [AVR] Add a test for 64-bit left shifts
new d7f6e8f [X86][SSE] Combine shuffles to MOVSS/MOVSD whatever the domain.
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/Target/X86/X86ISelLowering.cpp | 18 +++++++++---------
test/CodeGen/AVR/shift.ll | 8 ++++++++
test/CodeGen/X86/vector-shuffle-combining.ll | 8 ++------
3 files changed, 19 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/AVR/shift.ll
--
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 f295c8c [codegen] Add generic functions to skip debug values.
new 04bc9fb Revert r289863: [LV] Enable vectorization of loops with condi [...]
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/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
test/Transforms/LoopVectorize/AArch64/predication_costs.ll | 2 +-
test/Transforms/LoopVectorize/conditional-assignment.ll | 4 ++--
test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll | 2 +-
test/Transforms/LoopVectorize/if-pred-stores.ll | 2 +-
test/Transforms/LoopVectorize/interleaved-accesses-pred-stores.ll | 2 +-
6 files changed, 7 insertions(+), 7 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 lnt.
from 0fd72b1 Filter regression views by machine name
new e0ac580 Make help output for "lnt runtest test-suite" complete.
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:
lnt/tests/test_suite.py | 1 +
1 file changed, 1 insertion(+)
--
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 3dae587 2016-12-16 Richard Biener <rguenther(a)suse.de>
new 83954fa Implement LWG 2769, Redundant const in the return type of any [...]
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:
libstdc++-v3/ChangeLog | 12 ++++++++++++
libstdc++-v3/include/std/any | 18 ++++++++++--------
libstdc++-v3/testsuite/20_util/any/misc/any_cast.cc | 13 +++++++++++++
.../testsuite/20_util/any/misc/any_cast_neg.cc | 2 +-
4 files changed, 36 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 llvm.
from c82e7ec [ARM] Expose methods to get the CCAssignFn. NFCI
new f295c8c [codegen] Add generic functions to skip debug values.
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/MachineBasicBlock.h | 22 +++++++++++++++
lib/CodeGen/BranchFolding.cpp | 23 +++++----------
lib/CodeGen/IfConversion.cpp | 48 ++++++++++----------------------
lib/CodeGen/MachineBasicBlock.cpp | 19 ++++---------
lib/CodeGen/MachineCSE.cpp | 3 +-
lib/CodeGen/RegisterPressure.cpp | 13 +++------
6 files changed, 53 insertions(+), 75 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.