This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bb2fe503bb1 2017-10-04 Paul Thomas <pault(a)gcc.gnu.org>
new 9d54ad1ea70 PR82413: Mismatched precisions in build_range_check
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 | 6 ++++++
gcc/fold-const.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr82413.C | 3 +++
4 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pr82413.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 f94f4183640 Fix PR82396: qsort comparator non-negative on sorted output
new bb2fe503bb1 2017-10-04 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 16 +++++
gcc/fortran/resolve.c | 2 +-
gcc/fortran/symbol.c | 6 ++
gcc/fortran/trans-decl.c | 8 +++
gcc/fortran/trans-stmt.c | 45 ++++++++++++++-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gfortran.dg/associate_32.f03 | 93 ++++++++++++++++++++++++++++++
7 files changed, 171 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_32.f03
--
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 2e07eada6ab [AVR] Insert JMP for long branches
new f0dc6f9696a [AVR] Elaborate LDWRdPtr into `ld r, X++; ld r+1, X`
new 5001c418eb0 [AVR] Factor out mayLoad in tablegen patterns
new c54be30bc81 [AVR] Implement LPMWRdZ pseudo-instruction's expansion.
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:
lib/Target/AVR/AVRExpandPseudoInsts.cpp | 53 ++++++++++++++++++++---
lib/Target/AVR/AVRInstrInfo.td | 10 ++---
test/CodeGen/AVR/atomics/load16.ll | 22 +++++-----
test/CodeGen/AVR/load.ll | 14 +++---
test/CodeGen/AVR/pseudo/LDWRdPtr-same-src-dst.mir | 4 +-
test/CodeGen/AVR/pseudo/LDWRdPtr.mir | 4 +-
test/CodeGen/AVR/pseudo/LDWRdPtrPd.mir | 4 +-
test/CodeGen/AVR/pseudo/LDWRdPtrPi.mir | 4 +-
8 files changed, 79 insertions(+), 36 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 release_50
in repository llvm.
from f1ff67e5f1d [release_50] Merging r313916
new 3f312d2ca3c Merging r314891: ------------------------------------------ [...]
new 9bc59d4c9b8 Revert r314892
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:
--
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 1a6e773639b Fix openacc float reduction testcases
new f94f4183640 Fix PR82396: qsort comparator non-negative on sorted output
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 | 9 +++++
gcc/haifa-sched.c | 101 +++++++-----------------------------------------------
gcc/sched-int.h | 11 ++----
3 files changed, 24 insertions(+), 97 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 eb5cf2772e Move verbosity check for opt remarks to the diag handler.
new 74f99c5856 Fix assertion failure in thread safety analysis (PR34800).
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/Analysis/Analyses/ThreadSafetyTIL.h | 23 +++++++++++------------
test/SemaCXX/warn-thread-safety-analysis.cpp | 15 +++++++++++++++
2 files changed, 26 insertions(+), 12 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 bc3b087de2 Extend "set cwd" to work on gdbserver
new a87c142792 Add missing-END_CATCH detection/protection (to gdb's TRY/CAT [...]
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/cli/cli-cmds.c | 1 +
gdb/common/common-exceptions.h | 41 +++++++++++++++++++++++++++--------------
gdb/completer.c | 1 +
3 files changed, 29 insertions(+), 14 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 78762a19e4c [ARM] Add diag string for movw/movt immediates in assembly
new 28edec75f19 [AVR] Fix displacement overflow for LDDW/STDW
new 2e07eada6ab [AVR] Insert JMP for long branches
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/AVR/AVRExpandPseudoInsts.cpp | 16 +-
lib/Target/AVR/AVRInstrInfo.cpp | 18 +-
lib/Target/AVR/AVRInstrInfo.h | 6 +
lib/Target/AVR/AVRRegisterInfo.cpp | 2 +-
test/CodeGen/AVR/branch-relaxation-long.ll | 4137 ++++++++++++++++++++++++
test/CodeGen/AVR/std-ldd-immediate-overflow.ll | 18 +
6 files changed, 4190 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/AVR/branch-relaxation-long.ll
create mode 100644 test/CodeGen/AVR/std-ldd-immediate-overflow.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 lld.
from a547dd7f4 [ELF] - Update after LLVM r314883 change. NFC.
new cb2a530c9 [ELF] - Get rid of precompiled input objects from testcases.
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/ELF/Inputs/verneed.so.sh | 58 --------------------------------------
test/ELF/Inputs/verneed1.s | 32 +++++++++++++++++++++
test/ELF/Inputs/verneed1.so | Bin 2632 -> 0 bytes
test/ELF/Inputs/verneed2.s | 5 ++++
test/ELF/Inputs/verneed2.so | Bin 2200 -> 0 bytes
test/ELF/verneed-as-needed-weak.s | 6 +++-
test/ELF/verneed-local.s | 6 +++-
test/ELF/verneed.s | 8 +++++-
8 files changed, 54 insertions(+), 61 deletions(-)
delete mode 100755 test/ELF/Inputs/verneed.so.sh
create mode 100644 test/ELF/Inputs/verneed1.s
delete mode 100755 test/ELF/Inputs/verneed1.so
create mode 100644 test/ELF/Inputs/verneed2.s
delete mode 100755 test/ELF/Inputs/verneed2.so
--
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 7426522d8b7 [ARM, Asm] Change grammar of immediate operand diagnostics
new 78762a19e4c [ARM] Add diag string for movw/movt immediates in assembly
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/ARM/ARMInstrInfo.td | 1 +
test/MC/ARM/diagnostics.s | 4 ++--
test/MC/ARM/thumb2-diagnostics.s | 4 ++++
3 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.