This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 65f68b9 NFC fix indent (relates to my previous commit)
new d19f273 Clean all the mess around KMP_USE_FUTEX and kmp_lock.h
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 | 4 ++--
runtime/src/kmp_csupport.c | 1 +
runtime/src/kmp_lock.cpp | 12 ++++++------
runtime/src/kmp_settings.c | 5 +++--
runtime/src/z_Linux_util.c | 7 ++++---
5 files changed, 16 insertions(+), 13 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 8c7f4d9 [mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted.
new c0807f9 [mips][ias] Fix R_MICROMIPS_GOT16 evaluation and eliminate sy [...]
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/MCTargetDesc/MipsAsmBackend.cpp | 1 +
.../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 10 +--
test/MC/Mips/relocation.s | 81 +++++++++++++++++++++-
3 files changed, 84 insertions(+), 8 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 5788a32 gnattools/ * configure.ac: Add ACX_NONCANONICAL_HOST. * con [...]
new cd9a8ed Move wrong ChangeLog entry from toplevel to gcc ChangeLog.
new 2a1125d [ARM] Enable __fp16 as a function parameter and return type.
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:
ChangeLog | 8 ----
gcc/ChangeLog | 34 ++++++++++++++
gcc/config/arm/arm-c.c | 10 ++--
gcc/config/arm/arm.c | 57 +++++++----------------
gcc/config/arm/arm.h | 3 +-
gcc/config/arm/arm.md | 2 +-
gcc/config/arm/vfp.md | 3 +-
gcc/testsuite/ChangeLog | 16 +++++++
gcc/testsuite/g++.dg/ext/arm-fp16/fp16-param-1.C | 12 +++--
gcc/testsuite/g++.dg/ext/arm-fp16/fp16-return-1.C | 7 ++-
gcc/testsuite/gcc.target/arm/aapcs/neon-vect10.c | 31 ++++++++++++
gcc/testsuite/gcc.target/arm/aapcs/neon-vect9.c | 23 +++++++++
gcc/testsuite/gcc.target/arm/aapcs/vfp18.c | 27 +++++++++++
gcc/testsuite/gcc.target/arm/aapcs/vfp19.c | 29 ++++++++++++
gcc/testsuite/gcc.target/arm/aapcs/vfp20.c | 21 +++++++++
gcc/testsuite/gcc.target/arm/aapcs/vfp21.c | 25 ++++++++++
gcc/testsuite/gcc.target/arm/fp16-aapcs-1.c | 17 +++++++
gcc/testsuite/gcc.target/arm/fp16-param-1.c | 12 +++--
gcc/testsuite/gcc.target/arm/fp16-return-1.c | 7 ++-
19 files changed, 274 insertions(+), 70 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/neon-vect10.c
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/neon-vect9.c
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/vfp18.c
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/vfp19.c
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/vfp20.c
create mode 100644 gcc/testsuite/gcc.target/arm/aapcs/vfp21.c
create mode 100644 gcc/testsuite/gcc.target/arm/fp16-aapcs-1.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 lldb.
from 787cdfd test: remove use of undefined variables
new 866e2f2 Remove Mutex from NativeProcessLinux
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:
source/Plugins/Process/Linux/NativeProcessLinux.cpp | 19 +------------------
source/Plugins/Process/Linux/NativeProcessLinux.h | 2 --
2 files changed, 1 insertion(+), 20 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 2365c02 [mips] Addition of a third operand to the instructions [d]div [...]
new 78132b5 Revert "ThinLTO: fix non-determinism in bitcode writing"
new 4087d8a ThinLTO: fix non-determinism in bitcode writing
new 8c7f4d9 [mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted.
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/Bitcode/Writer/BitcodeWriter.cpp | 3 ++-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 7 +++++++
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp | 13 ++++++++-----
lib/Target/Mips/MipsTargetStreamer.h | 2 ++
test/MC/Mips/elf_eflags_micromips.s | 7 ++++++-
test/MC/Mips/elf_eflags_micromips2.s | 11 +++++++++++
6 files changed, 36 insertions(+), 7 deletions(-)
create mode 100644 test/MC/Mips/elf_eflags_micromips2.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 5975742 ThinLTO: fix another non-determinism in bitcode writing
new 2365c02 [mips] Addition of a third operand to the instructions [d]div [...]
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 | 17 ++++----
lib/Target/Mips/MipsInstrInfo.td | 39 ++++++++++++-----
test/MC/Mips/macro-ddiv-bad.s | 22 +++++-----
test/MC/Mips/macro-ddiv.s | 41 ++++++++++++++++++
test/MC/Mips/macro-ddivu-bad.s | 16 +++----
test/MC/Mips/macro-ddivu.s | 39 +++++++++++++++++
test/MC/Mips/macro-div-bad.s | 2 +-
test/MC/Mips/macro-div.s | 39 +++++++++++++++++
test/MC/Mips/macro-divu-bad.s | 2 +-
test/MC/Mips/macro-divu.s | 65 +++++++++++++++++++++++------
10 files changed, 228 insertions(+), 54 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 e183824 m68hc11: make some vars type bfd_reloc_code_real_type
new 9117cd3 stop defining linkrelax in multiple places
new 0591130 tc-vax.c: make prototype of flonum_gen2vax match its definition
new 7b14583 m32r: make mach_table static and const
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:
gas/ChangeLog | 15 +++++++++++++++
gas/config/tc-m32r.c | 2 +-
gas/config/tc-mn10300.c | 6 +++---
gas/config/tc-msp430.c | 6 +++---
gas/config/tc-vax.c | 2 +-
5 files changed, 23 insertions(+), 8 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 92bf9b3 [AArch64] Remove an unused reload hook.
new 5788a32 gnattools/ * configure.ac: Add ACX_NONCANONICAL_HOST. * con [...]
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/Makefile.in | 1 +
gcc/ada/ChangeLog | 8 ++++++
gcc/ada/gcc-interface/Make-lang.in | 8 +++---
gcc/configure | 11 +++++---
gcc/configure.ac | 3 +++
gnattools/ChangeLog | 7 +++++
gnattools/Makefile.in | 54 ++++----------------------------------
gnattools/configure | 3 +++
gnattools/configure.ac | 1 +
10 files changed, 46 insertions(+), 56 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 efdbbba ThinLTO: fix non-determinism in bitcode writing
new 1fece96 ThinLTO: fix non-determinism in bitcode writing
new 5975742 ThinLTO: fix another non-determinism in bitcode writing
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/Bitcode/Writer/BitcodeWriter.cpp | 19 ++++++++++++++++---
1 file changed, 16 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 binutils-gdb.
from 69a1c85 ld/testsuite/ld-elf/flags1.d: Update the xfail list
new e183824 m68hc11: make some vars type bfd_reloc_code_real_type
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:
gas/ChangeLog | 7 +++++++
gas/config/tc-m68hc11.c | 8 ++++----
2 files changed, 11 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.