This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6bb068f [mips][microMIPS][DSP] Implement BALIGN, BITREV, BPOSGE32, CM [...]
new e744147 [mips] Compact branch policy control for MIPSR6
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/MipsDelaySlotFiller.cpp | 42 +++++++++++++++++-----
.../Mips/compactbranches/compact-branch-policy.ll | 28 +++++++++++++++
2 files changed, 62 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/Mips/compactbranches/compact-branch-policy.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 llvm.
from 4bfd3e2 Factor PrologEpilogInserter around spilling, frame finalizati [...]
new 6bb068f [mips][microMIPS][DSP] Implement BALIGN, BITREV, BPOSGE32, CM [...]
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/MicroMipsDSPInstrFormats.td | 51 +++++++++++++++++++++-
lib/Target/Mips/MicroMipsDSPInstrInfo.td | 51 ++++++++++++++++++++++
lib/Target/Mips/MipsDSPInstrInfo.td | 41 +++++++++--------
.../Mips/micromips-dsp/valid-micromips32r3.txt | 3 ++
test/MC/Disassembler/Mips/micromips-dsp/valid.txt | 10 +++++
.../MC/Disassembler/Mips/micromips-dspr2/valid.txt | 14 ++++++
test/MC/Mips/micromips-dsp/invalid.s | 2 +
test/MC/Mips/micromips-dsp/valid-micromips32r3.s | 4 ++
test/MC/Mips/micromips-dsp/valid.s | 10 +++++
test/MC/Mips/micromips-dspr2/invalid.s | 4 ++
test/MC/Mips/micromips-dspr2/valid.s | 14 ++++++
test/MC/Mips/micromips32r6/invalid.s | 2 +
test/MC/Mips/micromips64r6/invalid.s | 2 +
13 files changed, 189 insertions(+), 19 deletions(-)
create mode 100644 test/MC/Disassembler/Mips/micromips-dsp/valid-micromips32r3.txt
create mode 100644 test/MC/Mips/micromips-dsp/valid-micromips32r3.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 gcc.
from 985d727 PR sanitizer/71160 * asan/asan_malloc_linux.cc: Cherry pick [...]
new 17fd1c7 gcc/
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/config/i386/i386.c | 8 +++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr70799-1.c | 2 +-
4 files changed, 20 insertions(+), 2 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 e68d7b4 [Patch onbious] Fix indentation in c-typeck.c parser_build_unary_op
new 985d727 PR sanitizer/71160 * asan/asan_malloc_linux.cc: Cherry pick [...]
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:
libsanitizer/ChangeLog | 6 +++++
libsanitizer/asan/asan_malloc_linux.cc | 43 ++++++++++++++++++++++++++--------
2 files changed, 39 insertions(+), 10 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 3d656bf clang-format: [JS] simplify logic by parsing forward.
new 86786f5 [OPENMP] Pass scalar firstprivate vars by value.
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/Sema/ScopeInfo.h | 7 +-
include/clang/Sema/Sema.h | 10 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 6 +-
lib/CodeGen/CGStmtOpenMP.cpp | 55 ++--
lib/CodeGen/CodeGenFunction.h | 5 +-
lib/Sema/Sema.cpp | 3 +-
lib/Sema/SemaExpr.cpp | 18 +-
lib/Sema/SemaOpenMP.cpp | 319 +++++++++++----------
lib/Sema/SemaStmt.cpp | 6 +-
test/OpenMP/for_firstprivate_codegen.cpp | 12 +-
test/OpenMP/nvptx_target_firstprivate_codegen.cpp | 38 +--
test/OpenMP/nvptx_teams_codegen.cpp | 30 +-
test/OpenMP/parallel_firstprivate_codegen.cpp | 68 ++---
test/OpenMP/sections_firstprivate_codegen.cpp | 10 +-
test/OpenMP/single_codegen.cpp | 24 +-
test/OpenMP/single_firstprivate_codegen.cpp | 9 +-
test/OpenMP/target_firstprivate_codegen.cpp | 38 +--
test/OpenMP/task_firstprivate_codegen.cpp | 36 ++-
test/OpenMP/taskloop_firstprivate_codegen.cpp | 38 ++-
test/OpenMP/taskloop_simd_firstprivate_codegen.cpp | 38 ++-
test/OpenMP/teams_codegen.cpp | 31 +-
test/OpenMP/teams_firstprivate_codegen.cpp | 58 ++--
22 files changed, 413 insertions(+), 446 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 921d472 2016-05-17 Chung-Lin Tang <cltang(a)codesourcery.com>
new c4bf24d [AArch64 trivial] Don't define a macro when a variable will do
new 2a4dbd3 [Patch obvious AArch64] Wrap SHIFT_COUNT_TRUNCATED in brackets
new e68d7b4 [Patch onbious] Fix indentation in c-typeck.c parser_build_unary_op
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 | 11 +++++++++++
gcc/c/ChangeLog | 4 ++++
gcc/c/c-typeck.c | 4 ++--
gcc/config/aarch64/aarch64.c | 3 +--
gcc/config/aarch64/aarch64.h | 2 +-
5 files changed, 19 insertions(+), 5 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 c1fd522 [WebAssembly] Improve the precision of memory and side effect [...]
new 4bfd3e2 Factor PrologEpilogInserter around spilling, frame finalizati [...]
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/Passes.h | 1 +
include/llvm/CodeGen/TargetPassConfig.h | 4 +
include/llvm/Target/TargetMachine.h | 6 +
lib/CodeGen/PrologEpilogInserter.cpp | 209 +++++++++++++--------
lib/CodeGen/TargetPassConfig.cpp | 12 +-
.../WebAssembly/WebAssemblyTargetMachine.cpp | 8 -
lib/Target/WebAssembly/WebAssemblyTargetMachine.h | 2 +
7 files changed, 154 insertions(+), 88 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 3039fb8 Daily bump.
new 921d472 2016-05-17 Chung-Lin Tang <cltang(a)codesourcery.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:
libgomp/ChangeLog | 11 +++++++++++
libgomp/oacc-init.c | 14 +++++---------
2 files changed, 16 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 compiler-rt.
from db00dbb Avoid leak. Free before resetting.
new f0ccaf3 [asan] Don't raise false alarm to recv/recvfrom when MSG_TRUN [...]
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:
.../sanitizer_common_interceptors.inc | 4 +--
.../TestCases/Linux/recv_msg_trunc.cc | 36 ++++++++++++++++++++++
2 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 test/sanitizer_common/TestCases/Linux/recv_msg_trunc.cc
--
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 acac2e4 Automatic date update in version.in
new fcdad59 Use unsuspend_all_lwps
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/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/linux-low.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.