This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7c103a2 Transfer ownership of the gold plugin.
new edff068 TableGen: promote "code" type from syntactic sugar.
new 69ada66 AArch64: TableGenerate system instruction operands.
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/TableGen/Record.h | 63 +-
include/llvm/TableGen/SearchableTable.td | 41 +
lib/TableGen/Record.cpp | 25 +
lib/TableGen/TGParser.cpp | 4 +-
lib/Target/AArch64/AArch64.td | 6 +
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 44 +-
lib/Target/AArch64/AArch64InstrFormats.td | 5 +-
lib/Target/AArch64/AArch64SystemOperands.td | 1018 ++++++++++++++++++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 91 +-
lib/Target/AArch64/CMakeLists.txt | 2 +
.../AArch64/Disassembler/AArch64Disassembler.cpp | 11 +-
.../AArch64/InstPrinter/AArch64InstPrinter.cpp | 70 +-
lib/Target/AArch64/Utils/AArch64BaseInfo.cpp | 956 ++----------------
lib/Target/AArch64/Utils/AArch64BaseInfo.h | 1011 ++-----------------
test/CodeGen/AArch64/special-reg.ll | 2 +-
test/MC/AArch64/arm64-spsel-sysreg.s | 8 +-
test/MC/AArch64/arm64-system-encoding.s | 6 +-
test/MC/AArch64/basic-a64-instructions.s | 30 +-
test/MC/Disassembler/AArch64/arm64-system.txt | 2 +-
.../AArch64/basic-a64-instructions.txt | 30 +-
utils/TableGen/AsmWriterEmitter.cpp | 2 +-
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/SearchableTableEmitter.cpp | 320 ++++++
utils/TableGen/TableGen.cpp | 8 +-
utils/TableGen/TableGenBackends.h | 1 +
25 files changed, 1753 insertions(+), 2004 deletions(-)
create mode 100644 include/llvm/TableGen/SearchableTable.td
create mode 100644 lib/Target/AArch64/AArch64SystemOperands.td
create mode 100644 utils/TableGen/SearchableTableEmitter.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 glibc.
from 30e4cc5 powerpc: Fix return code of strcasecmp for unaligned inputs
new 00068ce Bump up tst-malloc-thread-fail timeout from 20 to 30s
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:
ChangeLog | 4 ++++
malloc/tst-malloc-thread-fail.c | 2 +-
2 files changed, 5 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 2973862 Revert r259387: "AArch64: Implement missed conditional compar [...]
new 7c103a2 Transfer ownership of the gold plugin.
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:
CODE_OWNERS.TXT | 8 ++++----
1 file changed, 4 insertions(+), 4 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 88147b7 [X86][AVX2] Add support for target shuffle combining to BROADCAST
new 2973862 Revert r259387: "AArch64: Implement missed conditional compar [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +-
lib/Target/AArch64/AArch64ISelLowering.cpp | 47 +-----------------
lib/Target/AArch64/AArch64ISelLowering.h | 2 -
test/CodeGen/AArch64/arm64-ccmp.ll | 79 +++++-------------------------
4 files changed, 16 insertions(+), 116 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 319708c [X86][AVX512] Fixed decoding of permd/permpd variable mask sh [...]
new 88147b7 [X86][AVX2] Add support for target shuffle combining to BROADCAST
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 | 26 ++++-
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 124 +++++++++++++++++++++
.../X86/vector-shuffle-combining-avx512bw.ll | 30 +++++
3 files changed, 174 insertions(+), 6 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 gcc-6-branch
in repository gcc.
from 78c47b1 * config/rs6000/rs6000.md ('type' attribute): Add veclogica [...]
new 8462be4 Implement LWG 2509, any_cast doesn't work with rvalue refer [...]
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:
libstdc++-v3/ChangeLog | 11 +++++++
libstdc++-v3/include/experimental/any | 36 ++++++++++++++++++++--
.../testsuite/experimental/any/misc/any_cast.cc | 30 ++++++++++++++++++
.../experimental/any/misc/any_cast_neg.cc | 2 +-
4 files changed, 76 insertions(+), 3 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.
Rob Savoye pushed a change to branch master
in repository toolchain/abe.
from cdeb18c scripts/MakeRelease.job: Remove broken --check support.
new 1e2705d lib/common.sh: use case/esac for package version rather than [...]
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/common.sh | 25 +++++++++++++++++--------
1 file changed, 17 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 gcc.
from f5fc5a5 Implement LWG 2509, any_cast doesn't work with rvalue refer [...]
new 039a1d4 2016-07-05 Kito Cheng <kito.cheng(a)gmail.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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.c-torture/compile/pr69102.c | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.