This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 96214d7 Daily bump.
new 66af6da PR70674: S/390: Add memory barrier to stack pointer restore f [...]
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 | 11 ++++
gcc/config/s390/s390.c | 91 +++++++++++++++++++--------------
gcc/config/s390/s390.md | 10 ++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/s390/pr70674.c | 13 +++++
5 files changed, 92 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr70674.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 6990d61 [AVX512] Add avx512cd+vl runs to vector-tzcnt-128/256 tests t [...]
new 6ae2468 [mips][microMIPS]Implement CFC*, CTC* and LDC* instructions D [...]
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/Disassembler/MipsDisassembler.cpp | 40 +++++++++++++++
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 13 +++++
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h | 3 ++
lib/Target/Mips/MicroMips32r6InstrFormats.td | 32 ++++++++++++
lib/Target/Mips/MicroMips32r6InstrInfo.td | 59 ++++++++++++++++++++++
lib/Target/Mips/MicroMipsInstrFPU.td | 6 ++-
lib/Target/Mips/MicroMipsInstrInfo.td | 8 +++
lib/Target/Mips/Mips32r6InstrInfo.td | 4 +-
lib/Target/Mips/MipsInstrFPU.td | 13 +++--
lib/Target/Mips/MipsInstrInfo.td | 2 +-
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 6 +++
test/MC/Mips/micromips32r6/invalid-wrong-error.s | 2 +
test/MC/Mips/micromips32r6/valid.s | 6 +++
test/MC/Mips/mips32r5/invalid.s | 6 ++-
test/MC/Mips/mips64r5/invalid.s | 10 ++--
test/MC/Mips/mips64r6/invalid.s | 3 +-
16 files changed, 198 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 llvm.
from 83dc7b6 ThinLTO: never promote as external weak
new f3303c9 [AVX512] Add popcount support for v32i16 and v64i8.
new f60b9d3 [AVX512] Update vector-tzcnt-512 test to show how bad v32i16 [...]
new 6990d61 [AVX512] Add avx512cd+vl runs to vector-tzcnt-128/256 tests t [...]
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/X86/X86ISelLowering.cpp | 6 +-
test/CodeGen/X86/vector-popcnt-512.ll | 110 ++--
test/CodeGen/X86/vector-tzcnt-128.ll | 453 ++++++++++++----
test/CodeGen/X86/vector-tzcnt-256.ll | 273 ++++++++--
test/CodeGen/X86/vector-tzcnt-512.ll | 972 ++++++++++++++++++++++++++++++----
5 files changed, 1525 insertions(+), 289 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 lld.
from daa1e73 Simplify mips got handling.
new 1261d07 Revert "[ELF] - Avoid using memset for zero-initialization of [...]
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/OutputSections.cpp | 1 +
ELF/OutputSections.h | 2 +-
2 files changed, 2 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 llvm.
from 5d50032 [X86] Mark some floating point operations that are always exp [...]
new 7e57deb FunctionImport: make sure we always select the right callee i [...]
new 83dc7b6 ThinLTO: never promote as external weak
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/Transforms/IPO/FunctionImport.cpp | 30 ++++++++++++----------
lib/Transforms/Utils/FunctionImportUtils.cpp | 2 +-
test/Linker/funcimport.ll | 2 +-
.../X86/Inputs/select_right_alias_definition1.ll | 6 +++++
.../X86/Inputs/select_right_alias_definition2.ll | 7 +++++
test/ThinLTO/X86/select_right_alias_definition.ll | 27 +++++++++++++++++++
6 files changed, 58 insertions(+), 16 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/select_right_alias_definition1.ll
create mode 100644 test/ThinLTO/X86/Inputs/select_right_alias_definition2.ll
create mode 100644 test/ThinLTO/X86/select_right_alias_definition.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 libcxx.
from e94c1ae [libcxx] Fix PR15638 - Only allocate in parent when starting [...]
new cf4550d Add cxx_runtime_root options for testing against a different [...]
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:
docs/TestingLibcxx.rst | 17 +++++++++++++----
test/libcxx/test/config.py | 11 ++++++++---
test/libcxx/test/target_info.py | 4 ++--
3 files changed, 23 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 clang.
from cf57982 Enable ODR uniquing of DITypes for ThinLTO backends
new a5a214f [OPENMP] Codegen for untied tasks.
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/CGOpenMPRuntime.cpp | 150 ++++++++++++++++++++++++------
lib/CodeGen/CGOpenMPRuntime.h | 19 +++-
lib/CodeGen/CGStmtOpenMP.cpp | 84 ++++++++---------
lib/Sema/SemaOpenMP.cpp | 11 +--
test/OpenMP/task_codegen.cpp | 47 +++++++++-
test/OpenMP/task_firstprivate_codegen.cpp | 10 +-
test/OpenMP/task_private_codegen.cpp | 9 +-
7 files changed, 238 insertions(+), 92 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 4375d9a [Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.
new cf57982 Enable ODR uniquing of DITypes for ThinLTO backends
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/CodeGenAction.cpp | 5 +++++
1 file 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 libcxx.
from 8d5cbd7 Add 'is_callable' and 'is_nothrow_callable' traits and cleanu [...]
new e94c1ae [libcxx] Fix PR15638 - Only allocate in parent when starting [...]
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/thread | 50 ++++++++++------
.../thread.thread.constr/F.pass.cpp | 66 +++++++++++++++++-----
2 files changed, 84 insertions(+), 32 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 63d7d49 llvm-lto: run the module verifier when doing IR level work
new b2027b2 [X86] Don't set vector FADD,FSUB,FMUL,FDIV,FNEG,FSQRT to Expa [...]
new f3e0fc9 [X86] Merge the two different SSE2 blocks in the X86TargetLow [...]
new 218b284 [X86] Don't mark vector loads and shifts Expand in advance. L [...]
new 5d50032 [X86] Mark some floating point operations that are always exp [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 124 ++++++++++++-------------------------
1 file changed, 40 insertions(+), 84 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.