This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50
in repository openmp.
from 67512bb Merging r314513:
new 08f2b9c Merging r309875:
new 4703666 Merging r311269:
new 11cf126 Merging r316452:
new 37c7212 Merging r317115:
The 4 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:
runtime/src/kmp_lock.cpp | 7 ++++---
runtime/src/kmp_str.cpp | 2 +-
runtime/src/kmp_tasking.cpp | 5 ++---
runtime/src/kmp_threadprivate.cpp | 7 +++++++
runtime/test/lock/omp_init_lock.c | 42 +++++++++++++++++++++++++++++++++++++++
5 files changed, 56 insertions(+), 7 deletions(-)
create mode 100644 runtime/test/lock/omp_init_lock.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 openmp.
from 38c1d48 [OpenMP] Remove the unused testsuite/ directory
new 73ebd2c Exclude untied tasks from checking of task scheduling constra [...]
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:
runtime/src/kmp.h | 12 ++-
runtime/src/kmp_global.cpp | 3 +-
runtime/src/kmp_tasking.cpp | 250 +++++++++++++++++++++++++++-----------------
3 files changed, 164 insertions(+), 101 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 18aa55fd5d0 2017-11-16 Yannick Moy <moy(a)adacore.com>
new 4b70703ca95 * cfgloopmanip.c (duplicate_loop_to_header_edge): Cleanup [...]
new fdaa47933d3 * cfgloopanal.c: Include sreal.h (average_num_loop_insns) [...]
new 8c678a594db 2017-11-16 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 10 ++
gcc/cfgloopanal.c | 21 ++--
gcc/cfgloopmanip.c | 123 ++++++++++-------------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-70383.C | 8 ++
5 files changed, 89 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-70383.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 c640917f088 2017-11-16 Hristian Kirtchev <kirtchev(a)adacore.com>
new 18aa55fd5d0 2017-11-16 Yannick Moy <moy(a)adacore.com>
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/ada/ChangeLog | 23 ++++++
.../{s-vxwork__arm.ads => s-vxwork__aarch64.ads} | 17 ++---
...smp.ads => system-vxworks7-aarch64-rtp-smp.ads} | 8 +--
...6_64-kernel.ads => system-vxworks7-aarch64.ads} | 5 +-
gcc/ada/sem_ch8.adb | 9 +--
gcc/ada/sem_elab.adb | 4 +-
gcc/ada/sem_util.adb | 5 +-
gcc/ada/sem_util.ads | 7 +-
gcc/ada/sigtramp-vxworks-target.inc | 83 ++++++++++++++++++++--
gcc/ada/tracebak.c | 2 +-
10 files changed, 124 insertions(+), 39 deletions(-)
copy gcc/ada/libgnarl/{s-vxwork__arm.ads => s-vxwork__aarch64.ads} (82%)
copy gcc/ada/libgnat/{system-vxworks7-ppc64-rtp-smp.ads => system-vxworks7-aarch64 [...]
copy gcc/ada/libgnat/{system-vxworks7-x86_64-kernel.ads => system-vxworks7-aarch64 [...]
--
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 399df16520c Merging r312043:
new 52e96d1e3ae Merging r318207:
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/Mips/AsmParser/MipsAsmParser.cpp | 219 +++++++++++++++++++++
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 15 ++
lib/Target/Mips/MipsMTInstrFormats.td | 21 ++
lib/Target/Mips/MipsMTInstrInfo.td | 110 +++++++++++
lib/Target/Mips/MipsSchedule.td | 4 +
lib/Target/Mips/MipsScheduleGeneric.td | 4 +-
lib/Target/Mips/MipsTargetStreamer.h | 3 +
test/MC/Disassembler/Mips/mt/valid-r2-el.txt | 21 +-
test/MC/Disassembler/Mips/mt/valid-r2.txt | 21 +-
test/MC/Mips/mt/invalid-wrong-error.s | 4 +
test/MC/Mips/mt/invalid.s | 1 +
.../mt/mftr-mttr-aliases-invalid-wrong-error.s | 18 ++
test/MC/Mips/mt/mftr-mttr-aliases-invalid.s | 23 +++
test/MC/Mips/mt/mftr-mttr-aliases.s | 47 +++++
test/MC/Mips/mt/mftr-mttr-reserved-valid.s | 8 +
test/MC/Mips/mt/valid.s | 42 ++--
16 files changed, 547 insertions(+), 14 deletions(-)
create mode 100644 test/MC/Mips/mt/invalid-wrong-error.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid-wrong-error.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases.s
create mode 100644 test/MC/Mips/mt/mftr-mttr-reserved-valid.s
--
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 89ec3b09eb8 [TTI][X86] update costs of interleaved load\store of i64\double
new 94488e575ae Assert correct removal of SUnit in LatencyPriorityQueue
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/LatencyPriorityQueue.cpp | 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 binutils-gdb.
from 1d0aa65c24 Allow osabi to be optional in target descriptions
new c632b6456b Remove non-linux tic6x target descriptions
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 | 6 ++++++
gdb/features/tic6x-c62x.xml | 12 ------------
gdb/features/tic6x-c64x.xml | 13 -------------
gdb/features/tic6x-c64xp.xml | 14 --------------
4 files changed, 6 insertions(+), 39 deletions(-)
delete mode 100644 gdb/features/tic6x-c62x.xml
delete mode 100644 gdb/features/tic6x-c64x.xml
delete mode 100644 gdb/features/tic6x-c64xp.xml
--
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 6991d45f76d 2017-11-16 Ed Schonberg <schonberg(a)adacore.com>
new c640917f088 2017-11-16 Hristian Kirtchev <kirtchev(a)adacore.com>
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/ada/ChangeLog | 21 +++++++++++++
gcc/ada/errout.ads | 2 +-
gcc/ada/libgnat/a-elchha.adb | 26 ++++++++++++++--
gcc/ada/sem_ch8.adb | 71 ++++++++++++++++++++++++++++++++++++++------
gcc/ada/sem_elab.adb | 21 +++++++++++--
5 files changed, 127 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 binutils-gdb.
from be7f761188 Automatic date update in version.in
new 3491a34c4f Fix tic6x-uclinux GDBserver build failure
new 1d0aa65c24 Allow osabi to be optional in target descriptions
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:
gdb/gdbserver/ChangeLog | 10 ++++++++++
gdb/gdbserver/linux-tic6x-low.c | 17 +++++++----------
gdb/gdbserver/tdesc.c | 12 +++++++-----
3 files changed, 24 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 gcc.
from 2dcfdb050b4 2017-11-16 Bob Duff <duff(a)adacore.com>
new e2293a635df 2017-11-16 Hristian Kirtchev <kirtchev(a)adacore.com>
new 6991d45f76d 2017-11-16 Ed Schonberg <schonberg(a)adacore.com>
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/ada/ChangeLog | 126 +
gcc/ada/atree.adb | 36 +
gcc/ada/atree.ads | 27 +
gcc/ada/checks.adb | 25 +-
gcc/ada/einfo.adb | 130 +-
gcc/ada/einfo.ads | 56 +-
gcc/ada/exp_util.adb | 8 +
gcc/ada/lib-writ.adb | 2 +-
gcc/ada/sem.adb | 37 +-
gcc/ada/sem_ch3.adb | 39 +-
gcc/ada/sem_ch7.adb | 5 +
gcc/ada/sem_elab.adb | 6357 +++++++++++++++++++++++++++++++++-----------------
gcc/ada/sem_elab.ads | 8 +-
gcc/ada/sem_prag.adb | 10 +
gcc/ada/sem_res.adb | 38 +-
gcc/ada/sem_util.adb | 436 ++++
gcc/ada/sem_util.ads | 9 +-
gcc/ada/sinfo.adb | 70 +
gcc/ada/sinfo.ads | 45 +-
19 files changed, 5236 insertions(+), 2228 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.