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 a79eaed6a5 x86: adjust monitor/mwait templates
new 12863263d6 Rename tdesc_register_size to tdesc_register_bitsize
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/ChangeLog | 7 +++++++
gdb/aarch64-tdep.c | 4 ++--
gdb/rs6000-tdep.c | 4 ++--
gdb/target-descriptions.c | 3 +--
gdb/target-descriptions.h | 4 ++--
5 files changed, 14 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 d07522f0425 [WebAssembly] Only call llvm::value::dump() in debug build.
new 9cfd4e54080 [TableGen] Add a general-purpose JSON backend.
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/CommandGuide/tblgen.rst | 5 ++
docs/TableGen/BackEnds.rst | 121 ++++++++++++++++++++++++++
docs/TableGen/index.rst | 7 +-
include/llvm/TableGen/Record.h | 2 +
lib/TableGen/CMakeLists.txt | 1 +
lib/TableGen/JSONBackend.cpp | 189 +++++++++++++++++++++++++++++++++++++++++
test/TableGen/JSON-check.py | 51 +++++++++++
test/TableGen/JSON.td | 146 +++++++++++++++++++++++++++++++
utils/TableGen/TableGen.cpp | 6 ++
9 files changed, 526 insertions(+), 2 deletions(-)
create mode 100644 lib/TableGen/JSONBackend.cpp
create mode 100644 test/TableGen/JSON-check.py
create mode 100644 test/TableGen/JSON.td
--
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 7f5cad3047 x86/Intel: accept memory operand size specifiers for CET insns
new bd59a6313d x86: simplify legacy prefix emission
new 2fb5be8dac x86: drop {,reg16_}inoutportreg variables
new a79eaed6a5 x86: adjust monitor/mwait templates
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:
gas/ChangeLog | 11 +++++++
gas/config/tc-i386.c | 23 ++++----------
opcodes/ChangeLog | 16 ++++++++++
opcodes/i386-gen.c | 4 ---
opcodes/i386-init.h | 10 ------
opcodes/i386-opc.tbl | 26 +++++++--------
opcodes/i386-tbl.h | 89 +++++++++++++++++++++++++++-------------------------
7 files changed, 91 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 llvm.
from 002bef1dc82 [X86] The TEST instruction is eliminated when BSF/TZCNT is used
new d07522f0425 [WebAssembly] Only call llvm::value::dump() in debug build.
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/WebAssembly/WebAssemblyAddMissingPrototypes.cpp | 2 ++
1 file changed, 2 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 binutils-gdb.
from c7df3df443 Revise "ld testsuite use of notarget"
new 76d3a78a49 x86: fix "REP RET" with -madd-bnd-prefix
new f0a85b0706 x86: replace off-by-one OTMax
new 7f5cad3047 x86/Intel: accept memory operand size specifiers for CET insns
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:
gas/ChangeLog | 21 +++++++++++++++++++++
gas/config/tc-i386.c | 14 ++++++++++----
gas/testsuite/gas/i386/cet-intel.d | 2 ++
gas/testsuite/gas/i386/cet.d | 2 ++
gas/testsuite/gas/i386/cet.s | 2 ++
gas/testsuite/gas/i386/mpx-add-bnd-prefix.d | 7 +++++--
gas/testsuite/gas/i386/mpx-add-bnd-prefix.e | 3 +++
gas/testsuite/gas/i386/mpx-add-bnd-prefix.s | 3 +++
gas/testsuite/gas/i386/x86-64-cet-intel.d | 4 ++++
gas/testsuite/gas/i386/x86-64-cet.d | 4 ++++
gas/testsuite/gas/i386/x86-64-cet.s | 4 ++++
gas/testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.d | 7 +++++--
gas/testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.e | 3 +++
gas/testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.s | 3 +++
opcodes/ChangeLog | 12 ++++++++++++
opcodes/i386-opc.h | 8 ++++----
opcodes/i386-opc.tbl | 8 ++++----
opcodes/i386-tbl.h | 8 ++++----
18 files changed, 95 insertions(+), 20 deletions(-)
create mode 100644 gas/testsuite/gas/i386/mpx-add-bnd-prefix.e
create mode 100644 gas/testsuite/gas/i386/x86-64-mpx-add-bnd-prefix.e
--
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 a23f2b1f3 Add libcxxabi option back for sanitizer use.
new 2b21d99e4 [XRay] basic mode PID and TID always fetch
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/xray/xray_records.h | 9 ++-
lib/xray/xray_basic_logging.cc | 12 +--
test/xray/TestCases/Posix/fork_basic_logging.cc | 100 ++++++++++++++++++++++++
3 files changed, 112 insertions(+), 9 deletions(-)
create mode 100644 test/xray/TestCases/Posix/fork_basic_logging.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 1123588c0b Use std::vector for moribund_locations
new c7df3df443 Revise "ld testsuite use of notarget"
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:
ld/ChangeLog | 9 +++++++++
ld/testsuite/ld-elf/hash.d | 2 ++
ld/testsuite/ld-gc/pr20022.d | 2 --
ld/testsuite/ld-gc/pr20022b.s | 2 +-
ld/testsuite/ld-scripts/fill.d | 12 ++++++------
ld/testsuite/ld-scripts/fill16.d | 7 ++++---
6 files changed, 22 insertions(+), 12 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 353432bb6fe Daily bump.
new bfb7f32bdf4 2018-07-10 Richard Biener <rguenther(a)suse.de>
new 6d71ef72d51 2018-07-11 Richard Biener <rguenther(a)suse.de>
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 | 15 +++++++++++++++
gcc/dwarf2out.c | 10 +++++-----
gcc/tree-ssa-loop-ivcanon.c | 36 +++++++++++++++++++++++++++++++-----
3 files changed, 51 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 llvm.
from bcf1a2ec72d Revert r336760: "[ORC] Add unit tests for the reexports uti [...]
new 002bef1dc82 [X86] The TEST instruction is eliminated when BSF/TZCNT is used
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/X86/X86ISelLowering.cpp | 30 +++++++++++
lib/Target/X86/X86InstrInfo.cpp | 7 +++
test/CodeGen/X86/dagcombine-select.ll | 95 +++++++++++++++++++++++++++++++++++
3 files changed, 132 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 llvm.
from 25618d5e9e9 [X86] Remove some composite MOVSS/MOVSD isel patterns.
new bcf1a2ec72d Revert r336760: "[ORC] Add unit tests for the reexports uti [...]
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/ExecutionEngine/Orc/Core.cpp | 2 +-
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 42 --------------------------
2 files changed, 1 insertion(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.