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 8178be5 x86-64/MPX: bndmk, bndldx, and bndstx don't allow RIP-relativ [...]
new b2a40aa Fix mis-placement in binutils.texi
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 | 4 ++++
binutils/doc/binutils.texi | 4 ++--
2 files changed, 6 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 d0df4c4 Daily bump.
new f757b74 * config/arm/arm.c (arm_function_ok_for_sibcall): Add anothe [...]
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 | 5 +++++
gcc/config/arm/arm.c | 2 +-
2 files changed, 6 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 gcc-6-branch
in repository gcc.
from c60ce3f Daily bump.
new 1ffa778 * config/arm/arm.c (arm_function_ok_for_sibcall): Add anothe [...]
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 | 5 +++++
gcc/config/arm/arm.c | 2 +-
2 files changed, 6 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 gcc-5-branch
in repository gcc.
from 3f1eabb Daily bump.
new 01dbf90 * config/arm/arm.c (arm_function_ok_for_sibcall): Add anothe [...]
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 | 5 +++++
gcc/config/arm/arm.c | 2 +-
2 files changed, 6 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 dea5ff1 Add support for allowing us to create uniquely identified "CO [...]
new a8fbaf1 [CodeGen,Target] Remove the version of DAG.getVectorShuffle t [...]
new bc65305 [CodeGen] Cleanup getVectorShuffle a bit to take advantage of [...]
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/SelectionDAG.h | 8 +---
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 20 ++++-----
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 13 +++---
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 5 +--
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 6 +--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 38 +++++++++--------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 7 ++--
lib/Target/AArch64/AArch64ISelLowering.cpp | 4 +-
lib/Target/ARM/ARMISelLowering.cpp | 6 +--
lib/Target/X86/X86ISelLowering.cpp | 53 ++++++++++++------------
10 files changed, 76 insertions(+), 84 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 9243100 x86: remove stray instruction attributes
new c07315e x86: allow suffix-less movzw and 64-bit movzb
new 83b16ac x86/Intel: don't accept bogus instructions
new 327e8c4 x86/MPX: fix address size handling
new 8178be5 x86-64/MPX: bndmk, bndldx, and bndstx don't allow RIP-relativ [...]
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:
gas/ChangeLog | 33 +++
gas/config/tc-i386.c | 62 +++++-
gas/testsuite/gas/i386/i386.exp | 5 +
gas/testsuite/gas/i386/movz.s | 33 +++
gas/testsuite/gas/i386/movz32.d | 22 ++
gas/testsuite/gas/i386/movz64.d | 30 +++
gas/testsuite/gas/i386/mpx-inval-2.l | 145 +++++++++++++
gas/testsuite/gas/i386/mpx-inval-2.s | 60 ++++++
gas/testsuite/gas/i386/suffix-bad.l | 15 ++
gas/testsuite/gas/i386/suffix-bad.s | 18 ++
gas/testsuite/gas/i386/x86-64-mpx-inval-2.l | 318 ++++++++++++++++------------
gas/testsuite/gas/i386/x86-64-mpx-inval-2.s | 16 ++
opcodes/ChangeLog | 7 +
opcodes/i386-opc.tbl | 15 +-
opcodes/i386-tbl.h | 72 +------
15 files changed, 630 insertions(+), 221 deletions(-)
create mode 100644 gas/testsuite/gas/i386/movz.s
create mode 100644 gas/testsuite/gas/i386/movz32.d
create mode 100644 gas/testsuite/gas/i386/movz64.d
create mode 100644 gas/testsuite/gas/i386/mpx-inval-2.l
create mode 100644 gas/testsuite/gas/i386/mpx-inval-2.s
create mode 100644 gas/testsuite/gas/i386/suffix-bad.l
create mode 100644 gas/testsuite/gas/i386/suffix-bad.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 eefbbb8 Automatic date update in version.in
new 8325cc6 x86/Intel: fix operand checking for MOVSD
new 9243100 x86: remove stray instruction attributes
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:
gas/ChangeLog | 15 ++++++
gas/config/tc-i386-intel.c | 4 ++
gas/config/tc-i386.c | 54 +++++++++++++++++++-
gas/testsuite/gas/i386/i386.exp | 4 +-
gas/testsuite/gas/i386/intel-movs.s | 18 +++++++
gas/testsuite/gas/i386/intel-movs32.d | 19 ++++++++
gas/testsuite/gas/i386/intel-movs64.d | 22 +++++++++
opcodes/ChangeLog | 20 ++++++++
opcodes/i386-opc.tbl | 92 +++++++++++++++++------------------
opcodes/i386-tbl.h | 92 +++++++++++++++++------------------
10 files changed, 246 insertions(+), 94 deletions(-)
create mode 100644 gas/testsuite/gas/i386/intel-movs.s
create mode 100644 gas/testsuite/gas/i386/intel-movs32.d
create mode 100644 gas/testsuite/gas/i386/intel-movs64.d
--
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.
Maxim Kuvyrkov pushed a change to branch linaro-local/stable
in repository toolchain/dejagnu.
from 461c998 Add .gitreview
new 9c19d3d Support using QEMU in local/remote testing using default "uni [...]
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:
config/unix.exp | 15 ++++++++++++++-
1 file changed, 14 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.
Maxim Kuvyrkov pushed a change to branch linaro-local/stable
in repository toolchain/dejagnu.
from 467e03f Keep trailing newline in remote execution output.
new 461c998 Add .gitreview
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:
.gitreview | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 .gitreview
--
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 6adce08 [PM] refactor LoopAccessInfo code part-2
new 84607f6 80-column and comment fixups.
new dea5ff1 Add support for allowing us to create uniquely identified "CO [...]
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/MC/MCContext.h | 32 +++++++++++++++++-----------
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 13 ++++++-----
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 6 ++----
lib/MC/MCContext.cpp | 22 +++++++++++++------
4 files changed, 45 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.