This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c68b6cd Revert "[xray] try to fix thumb buildbot"
new 7006d27 [OpenMP] Codegen support for 'target parallel' on the host.
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/AST/StmtOpenMP.h | 20 ++
include/clang/Basic/OpenMPKinds.h | 5 +
include/clang/Sema/Sema.h | 3 +
lib/Basic/OpenMPKinds.cpp | 98 +++++++++
lib/CodeGen/CGOpenMPRuntime.cpp | 30 ++-
lib/CodeGen/CGOpenMPRuntime.h | 15 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 28 ++-
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 25 ++-
lib/CodeGen/CGStmtOpenMP.cpp | 46 +++-
lib/CodeGen/CodeGenFunction.h | 3 +
lib/Sema/SemaOpenMP.cpp | 68 +++++-
lib/Sema/TreeTransform.h | 8 +-
...get_codegen.cpp => target_parallel_codegen.cpp} | 232 +++++++++++++++------
...pp => target_parallel_codegen_registration.cpp} | 58 +++---
...arget_parallel_codegen_registration_naming.cpp} | 6 +-
15 files changed, 511 insertions(+), 134 deletions(-)
copy test/OpenMP/{target_codegen.cpp => target_parallel_codegen.cpp} (69%)
copy test/OpenMP/{target_codegen_registration.cpp => target_parallel_codegen_regis [...]
copy test/OpenMP/{target_codegen_registration_naming.cpp => target_parallel_codege [...]
--
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 c2e2612 [InstCombine][AVX2] Add DemandedElts support for VPERMD/VPERM [...]
new 4a5b076 [thumb,framelowering] Reset NoVRegs in Thumb1FrameLowering::e [...]
new 73dc33b [Assembler] Fix crash when assembling .quad for AArch32.
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/CodeGen/PrologEpilogInserter.cpp | 2 ++
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 3 ++-
lib/Target/ARM/Thumb1FrameLowering.cpp | 4 ++++
test/MC/ARM/quad-relocation.s | 9 +++++++++
4 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 test/MC/ARM/quad-relocation.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 binutils-gdb.
from 2cedb9e Add support for processing lex source files with flex v 2.6.3
new 9890e43 Use register_size () instead of MAX_REGISTER_SIZE
new d1dff22 Allocate data in cached_reg_t
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/ChangeLog | 16 ++++++++++++++++
gdb/amd64-tdep.c | 4 ++--
gdb/regcache.c | 3 ++-
gdb/remote.c | 29 +++++++++++++++++++++--------
4 files changed, 41 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 8a0fefb * cp-tree.h: Clarify exception spec node comment. * except. [...]
new 19abb0a S/390: Downcase first letter of error messages.
new 24cb450 [gcc]
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/ChangeLog | 24 ++++++++++++++++++++++
gcc/config/rs6000/altivec.h | 2 +-
gcc/config/rs6000/altivec.md | 23 +++++++++++++++++++--
gcc/config/rs6000/rs6000-builtin.def | 3 +++
gcc/config/rs6000/rs6000-c.c | 10 +++++++++
gcc/config/s390/s390-c.c | 6 +++---
gcc/config/s390/s390.c | 12 +++++------
gcc/config/s390/s390.md | 2 +-
gcc/doc/extend.texi | 7 +++++++
gcc/testsuite/ChangeLog | 13 ++++++++++++
.../gcc.target/powerpc/p8vector-builtin-8.c | 3 ++-
gcc/testsuite/gcc.target/powerpc/p9-vbpermd.c | 16 +++++++++++++++
.../gcc.target/s390/htm-builtins-compile-2.c | 10 +++++----
.../gcc.target/s390/target-attribute/tattr-13.c | 2 +-
.../gcc.target/s390/vector/vec-abi-vararg-2.c | 2 +-
15 files changed, 115 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/p9-vbpermd.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 1f4dfaa Re-revert: [globalisel] Tablegen-erate current Register Bank [...]
new c2e2612 [InstCombine][AVX2] Add DemandedElts support for VPERMD/VPERM [...]
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/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp | 5 ++++-
test/Transforms/InstCombine/x86-avx2.ll | 11 ++++-------
2 files changed, 8 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 llvm.
from 7d4a3d4 Re-commit: [globalisel] Tablegen-erate current Register Bank [...]
new e22dda9 [InstCombine][AVX2] Tests showing missed opportunities to pas [...]
new 1f4dfaa Re-revert: [globalisel] Tablegen-erate current Register Bank [...]
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:
include/llvm/CodeGen/GlobalISel/RegisterBank.h | 2 +-
include/llvm/Target/GlobalISel/RegisterBank.td | 16 --
include/llvm/Target/Target.td | 1 -
lib/CodeGen/GlobalISel/RegisterBank.cpp | 7 +-
lib/Target/AArch64/AArch64.td | 1 -
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 209 ++++++++++++---
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 6 +-
lib/Target/AArch64/AArch64RegisterBankInfo.h | 29 +-
lib/Target/AArch64/AArch64RegisterBanks.td | 20 --
lib/Target/AArch64/CMakeLists.txt | 1 -
lib/Target/ARM/ARMRegisterBankInfo.cpp | 4 +-
llvm/Target/GlobalISel/RegisterBank.td | 16 --
test/Transforms/InstCombine/x86-avx2.ll | 27 ++
utils/TableGen/CMakeLists.txt | 1 -
utils/TableGen/RegisterBankEmitter.cpp | 309 ----------------------
utils/TableGen/TableGen.cpp | 7 +-
utils/TableGen/TableGenBackends.h | 1 -
17 files changed, 220 insertions(+), 437 deletions(-)
delete mode 100644 include/llvm/Target/GlobalISel/RegisterBank.td
delete mode 100644 lib/Target/AArch64/AArch64RegisterBanks.td
delete mode 100644 llvm/Target/GlobalISel/RegisterBank.td
delete mode 100644 utils/TableGen/RegisterBankEmitter.cpp
--
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 aa96763 [ARM] Create objdump subtarget from build attrs
new 7d4a3d4 Re-commit: [globalisel] Tablegen-erate current Register Bank [...]
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/llvm/CodeGen/GlobalISel/RegisterBank.h | 2 +-
.../llvm/Target/GlobalISel/RegisterBank.td | 9 +-
include/llvm/Target/Target.td | 1 +
lib/CodeGen/GlobalISel/RegisterBank.cpp | 7 +-
lib/Target/AArch64/AArch64.td | 1 +
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 209 +++-----------
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 6 +-
lib/Target/AArch64/AArch64RegisterBankInfo.h | 29 +-
.../Target/AArch64/AArch64RegisterBanks.td | 15 +-
lib/Target/AArch64/CMakeLists.txt | 1 +
lib/Target/ARM/ARMRegisterBankInfo.cpp | 4 +-
.../Target/GlobalISel/RegisterBank.td | 9 +-
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/RegisterBankEmitter.cpp | 309 +++++++++++++++++++++
utils/TableGen/TableGen.cpp | 7 +-
utils/TableGen/TableGenBackends.h | 1 +
16 files changed, 404 insertions(+), 207 deletions(-)
copy tools/llvm-shlib/libllvm.cpp => include/llvm/Target/GlobalISel/RegisterBank.td (61%)
copy bindings/go/llvm/version.go => lib/Target/AArch64/AArch64RegisterBanks.td (50%)
copy tools/llvm-shlib/libllvm.cpp => llvm/Target/GlobalISel/RegisterBank.td (61%)
create mode 100644 utils/TableGen/RegisterBankEmitter.cpp
--
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 binutils-2_28-branch
in repository binutils-gdb.
from 58305f6 Automatic date update in version.in
new edb8325 Fix lex source files so that they will be accepted by flex v2.6.3
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:
binutils/ChangeLog | 7 +++++++
binutils/arlex.l | 6 +-----
binutils/deflex.l | 6 +-----
binutils/syslex.l | 6 +-----
gas/ChangeLog | 6 ++++++
gas/config/bfin-lex.l | 11 ++---------
gas/itbl-lex.l | 10 ++--------
ld/ChangeLog | 5 +++++
ld/ldlex.l | 6 +-----
9 files changed, 26 insertions(+), 37 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 e3d484c Fixed parser error on windows shell evaluation of RUN script line
new caaf153 [InstCombine] Remove unnecessary intrinsics demanded elts handling
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/Transforms/InstCombine/InstCombineCalls.cpp | 24 ++----------------------
1 file changed, 2 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.