This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fe8f3cf [Thumb] A branch is not part of an IT block
new 221d208 [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC in [...]
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 | 1 +
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 72 +++++++++++++++++++++
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 30 +++++++++
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h | 7 ++
lib/Target/Mips/MicroMips32r6InstrFormats.td | 43 +++++++++++++
lib/Target/Mips/MicroMips32r6InstrInfo.td | 75 +++++++++++++++++++++-
lib/Target/Mips/MicroMipsInstrInfo.td | 3 +-
lib/Target/Mips/Mips32r6InstrInfo.td | 10 ++-
lib/Target/Mips/MipsInstrInfo.td | 13 ++--
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 6 ++
test/MC/Mips/micromips32r6/invalid.s | 2 +
test/MC/Mips/micromips32r6/valid.s | 8 +++
12 files changed, 257 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 gcc.
from 055ac413 Add new analyze_brprob_spec.py script
new ff8886b /cp 2016-06-09 Paolo Carlini <paolo.carlini(a)oracle.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:
gcc/cp/ChangeLog | 10 ++++++++++
gcc/cp/parser.c | 5 +++--
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/g++.dg/inherit/crash5.C | 14 +++++---------
gcc/testsuite/g++.dg/inherit/virtual1.C | 6 +++---
5 files changed, 32 insertions(+), 14 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 2edd549 [mips][microMIPS] Add CodeGen support for SEL.*, SELEQZ, SELN [...]
new de21197 [AVX512] Remove masked_move/blendm intrinsic from back-end. T [...]
new fe8f3cf [Thumb] A branch is not part of an IT block
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/IR/IntrinsicsX86.td | 157 -------------------
lib/Target/ARM/Thumb2InstrInfo.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 8 -
lib/Target/X86/X86IntrinsicsInfo.h | 38 +----
test/CodeGen/X86/avx512-intrinsics.ll | 120 ---------------
test/CodeGen/X86/avx512bw-intrinsics.ll | 87 -----------
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 108 -------------
test/CodeGen/X86/avx512vl-intrinsics.ll | 241 ------------------------------
8 files changed, 2 insertions(+), 759 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 glibc.
from 2df1b98 quick_exit tests: Do not use C++ headers
new 7543707 X86-64: Add dummy memcopy.h and wordcopy.c
new ac187dc Always indirect branch to __libc_start_main via GOT
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 | 10 ++++++++++
sysdeps/x86_64/memcopy.h | 1 +
sysdeps/x86_64/start.S | 17 ++++++++---------
sysdeps/x86_64/wordcopy.c | 1 +
4 files changed, 20 insertions(+), 9 deletions(-)
create mode 100644 sysdeps/x86_64/memcopy.h
create mode 100644 sysdeps/x86_64/wordcopy.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 gcc.
from 3651d60 Introduce filtering for edge_predictions.
new 59ae3d1 2016-06-09 Richard Biener <rguenther(a)suse.de>
new 3f76cce Add edge predictions pruning
new 2a364b3 Add sorting support to analyze_brprob script
new 055ac413 Add new analyze_brprob_spec.py script
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:
contrib/ChangeLog | 12 ++
contrib/analyze_brprob.py | 36 ++++--
contrib/analyze_brprob_spec.py | 58 +++++++++
gcc/ChangeLog | 17 +++
gcc/predict.c | 184 +++++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 18 +++
gcc/testsuite/g++.dg/predict-loop-exit-1.C | 4 +-
gcc/testsuite/g++.dg/predict-loop-exit-2.C | 4 +-
gcc/testsuite/g++.dg/predict-loop-exit-3.C | 4 +-
gcc/testsuite/gcc.dg/predict-1.c | 2 +-
gcc/testsuite/gcc.dg/predict-2.c | 2 +-
gcc/testsuite/gcc.dg/predict-3.c | 2 +-
gcc/testsuite/gcc.dg/predict-4.c | 2 +-
gcc/testsuite/gcc.dg/predict-5.c | 2 +-
gcc/testsuite/gcc.dg/predict-6.c | 2 +-
gcc/testsuite/gcc.dg/predict-7.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr71462.c | 28 +++++
gcc/tree-ssa-loop-manip.c | 7 +-
18 files changed, 339 insertions(+), 47 deletions(-)
create mode 100755 contrib/analyze_brprob_spec.py
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71462.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 gcc.
from 8c2d2ac PR c/65471 * gcc.dg/c11-generic-3.c: New test.
new 3651d60 Introduce filtering for edge_predictions.
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 | 7 +++++++
gcc/predict.c | 37 +++++++++++++++++++++++++++++--------
2 files changed, 36 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 eb66787 [AMDGPU] Disassembler: Support for sdwa instructions
new 2edd549 [mips][microMIPS] Add CodeGen support for SEL.*, SELEQZ, SELN [...]
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/MicroMips32r6InstrInfo.td | 101 ++++----
lib/Target/Mips/Mips32r6InstrInfo.td | 105 +++++---
lib/Target/Mips/MipsISelLowering.cpp | 1 +
lib/Target/Mips/MipsInstrFPU.td | 10 +-
test/CodeGen/Mips/fcmp.ll | 383 +++++++++++++++++++++++++++++-
test/CodeGen/Mips/llvm-ir/select-dbl.ll | 54 ++++-
test/CodeGen/Mips/llvm-ir/select-flt.ll | 51 +++-
test/CodeGen/Mips/llvm-ir/select-int.ll | 112 +++++++--
8 files changed, 702 insertions(+), 115 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 08d3b0c [AARCH64][GAS] Fix two -Wstack-usage warnings.
new 337c570 sparc: add missing comment about hyperprivileged register operands
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/ChangeLog | 5 +++++
include/opcode/sparc.h | 2 ++
2 files changed, 7 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.
charles.baylis pushed a change to branch old/aarch64-v2.1-gc64-dis
in repository toolchain/luajit-aarch64.
at 909f5fd Fix corruption of stack frame on trace exit.
This branch includes the following new commits:
new 221268b Use the GDB JIT API in a thread-safe manner.
new f05280e x86/x64: Fix instruction length decoder.
new 6a99732 Merge branch 'master' into v2.1
new 35b09e6 Windows/x86: Add full exception interoperability.
new 16897a9 ARM64: Initial steps in implementing ARM64 disassembler.
new 52dc80d Implemented disassembling majority of general purpose instructions.
new 8b0a977 vm_exit_interp implemented (not audited for w/x registers)
new 9c89016 Merge remote-tracking branch 'rtrk/arm64' into tmp
new fa251ef ARM64: Added code for disassembling FP instructions. Small fi [...]
new 58e460d Merge remote-tracking branch 'rtrk/arm64' into tmp
new 65b13bd LDR instruction selection fix
new 5ceb522 Support various constant generation operations.
new 559544a A bunch of fixes, first trace runs to completion.
new ec4cb26 Fix vm_exit_interp assuming 4 byte pointers in dispatch table
new 0b8042c Test program works, but segfaults on exit
new 909f5fd Fix corruption of stack frame on trace exit.
The 16 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.
--
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.
charles.baylis pushed a change to branch old/aarch64-v2.1-on-gc64
in repository toolchain/luajit-aarch64.
at 8b0a977 vm_exit_interp implemented (not audited for w/x registers)
This branch includes the following new commits:
new 8b0a977 vm_exit_interp implemented (not audited for w/x registers)
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.