This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 783ea2aeedd [Mips][FastISel] Do not duplicate condition while lowering [...]
new f71bd1f42bb [X86][BtVer2] Added Jaguar FPU Pipe0/1 uop counters to perm [...]
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/X86PfmCounters.td | 2 ++
1 file changed, 2 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 openmp.
from 6951b01 [OPENMP, NVPTX] Sync threads before start ordered loops.
new a3cad23 [OMPT] Provide the right thread_num for ancestor levels
new c5d7f1d [OMPT] Add testcases for thread_begin and thread_end callbacks
new 5aaa641 [OMPT] Add tests for runtime entry points from non-OpenMP threads
new 832e165 [OMPT] Use alloca() to force availability of frame pointer
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/ompt-specific.cpp | 17 +-
.../test/ompt/misc/api_calls_from_other_thread.cpp | 65 +++-
runtime/test/ompt/misc/interoperability.cpp | 4 +
runtime/test/ompt/misc/threads.c | 34 ++
runtime/test/ompt/misc/threads_nested.c | 38 +++
runtime/test/ompt/parallel/nested_thread_num.c | 357 +++++++++++++++++++++
6 files changed, 500 insertions(+), 15 deletions(-)
create mode 100644 runtime/test/ompt/misc/threads.c
create mode 100644 runtime/test/ompt/misc/threads_nested.c
create mode 100644 runtime/test/ompt/parallel/nested_thread_num.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 llvm.
from 16f18201f6c [AArch64][SVE] Asm: Support for vector element compares (im [...]
new 783ea2aeedd [Mips][FastISel] Do not duplicate condition while lowering [...]
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/MipsFastISel.cpp | 5 +----
test/CodeGen/Mips/Fast-ISel/icmpbr1.ll | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/Mips/Fast-ISel/icmpbr1.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 36d23ced8 Fix test after S_PROCREF change.
new ba5cf14a7 [ELF] - Change dyn_cast to cast. 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:
ELF/MapFile.cpp | 2 +-
1 file changed, 1 insertion(+), 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from c7ca1e8 jenkins-helpers.sh: Fix git_rev_parse path
new 23025ea MakeRelease.job: Use rsync instead of scp.
new 29569f5 MakeRelease.job: Add --artifacts_top option
new 4025961 tcwg-dev-build.sh: New script for tcwg-dev-build job.
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:
MakeRelease.job | 27 +++++++++++++++------------
tcwg-dev-build.sh | 31 +++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 12 deletions(-)
create mode 100755 tcwg-dev-build.sh
--
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 529d7338b8c Reapply r334980 and r334983.
new 16f18201f6c [AArch64][SVE] Asm: Support for vector element compares (im [...]
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/AArch64/AArch64SVEInstrInfo.td | 11 +++++
lib/Target/AArch64/SVEInstrFormats.td | 74 +++++++++++++++++++++++++++++++
test/MC/AArch64/SVE/cmpeq-diagnostics.s | 14 ++++++
test/MC/AArch64/SVE/cmpeq.s | 48 ++++++++++++++++++++
test/MC/AArch64/SVE/cmpge-diagnostics.s | 14 ++++++
test/MC/AArch64/SVE/cmpge.s | 48 ++++++++++++++++++++
test/MC/AArch64/SVE/cmpgt-diagnostics.s | 14 ++++++
test/MC/AArch64/SVE/cmpgt.s | 48 ++++++++++++++++++++
test/MC/AArch64/SVE/cmphi-diagnostics.s | 14 ++++++
test/MC/AArch64/SVE/cmphi.s | 48 ++++++++++++++++++++
test/MC/AArch64/SVE/cmphs-diagnostics.s | 13 ++++++
test/MC/AArch64/SVE/cmphs.s | 48 ++++++++++++++++++++
test/MC/AArch64/SVE/cmple-diagnostics.s | 14 ++++++
test/MC/AArch64/SVE/cmple.s | 48 ++++++++++++++++++++
test/MC/AArch64/SVE/cmplo-diagnostics.s | 14 ++++++
test/MC/AArch64/SVE/cmplo.s | 48 ++++++++++++++++++++
test/MC/AArch64/SVE/cmpls-diagnostics.s | 14 ++++++
test/MC/AArch64/SVE/cmpls.s | 48 ++++++++++++++++++++
test/MC/AArch64/SVE/cmplt-diagnostics.s | 14 ++++++
test/MC/AArch64/SVE/cmplt.s | 48 ++++++++++++++++++++
test/MC/AArch64/SVE/cmpne-diagnostics.s | 14 ++++++
test/MC/AArch64/SVE/cmpne.s | 48 ++++++++++++++++++++
22 files changed, 704 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 glibc.
from 2827ab990a libc: Extend __libc_freeres framework (Bug 23329).
new 2b445206a1 Use uint32_t sign in single precision math error handling functions
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:
ChangeLog | 16 ++++++++++++++++
sysdeps/ieee754/flt-32/e_powf.c | 4 ++--
sysdeps/ieee754/flt-32/math_config.h | 8 ++++----
sysdeps/ieee754/flt-32/math_errf.c | 10 +++++-----
4 files changed, 27 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 gcc.
from a027012a4ef 2018-07-02 Paul Thomas <pault(a)gcc.gnu.org>
new b7f856e1c13 2018-07-02 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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-types.c | 8 ++++++++
2 files changed, 14 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 gcc.
from eb57efa5c6e Revert 2 ::get to ::get_create for IPA summaries (PR ipa/86279).
new 082b5a237c2 2018-07-02 Paul Thomas <pault(a)gcc.gnu.org>
new a027012a4ef 2018-07-02 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 21 +++++++
gcc/fortran/expr.c | 35 +++++++++--
gcc/fortran/trans-array.c | 2 +-
gcc/testsuite/ChangeLog | 11 ++++
gcc/testsuite/gfortran.dg/proc_ptr_50.f90 | 68 ++++++++++++++++++++++
.../gfortran.dg/scalarize_parameter_array_2.f90 | 15 +++++
6 files changed, 146 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_50.f90
create mode 100644 gcc/testsuite/gfortran.dg/scalarize_parameter_array_2.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.