This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3656d83960a Use input redirection in WebAssembly/comdat.ll test.
new bf70e597185 [Docs] Add tablegen backend for target opcode documentation
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:
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/InstrDocsEmitter.cpp | 232 ++++++++++++++++++++++++++++++++++++
utils/TableGen/TableGen.cpp | 6 +
utils/TableGen/TableGenBackends.h | 1 +
4 files changed, 240 insertions(+)
create mode 100644 utils/TableGen/InstrDocsEmitter.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 clang.
from 56cc8f8880 Make isDefinition matcher support ObjCMethodDecl
new a325b416d2 [tooling] Make compile_flags.txt negative test more hermetic
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:
test/Tooling/fixed-database.cpp | 3 ++-
1 file changed, 2 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 gcc.
from bf1eb034ff2 libgo: adapt Solaris 12 references
new 53fe6e2f226 2017-11-14 Richard Biener <rguenther(a)suse.de>
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 | 10 ++++++
gcc/tree-cfgcleanup.c | 89 +++++++++++++++++++++++++++++++--------------------
2 files changed, 65 insertions(+), 34 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 6b254488f61 [Patch AArch64] Stop generating BSL for simple integer code
new bf1eb034ff2 libgo: adapt Solaris 12 references
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/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 2 +-
libgo/Makefile.in | 2 +-
libgo/configure.ac | 2 +-
libgo/mkrsysinfo.sh | 8 ++++----
libgo/mksysinfo.sh | 8 ++++----
6 files changed, 12 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 llvm.
from 036d0280e06 [X86][AVX] Add scheduling test for vmovntdq 256-bit store
new 3656d83960a Use input redirection in WebAssembly/comdat.ll test.
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:
test/CodeGen/WebAssembly/comdat.ll | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from 0863d6bb71 Make DiagnosticIDs::getAllDiagnostics static. NFC.
new 56cc8f8880 Make isDefinition matcher support ObjCMethodDecl
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/LibASTMatchersReference.html | 53 ++++++++++++++++++++--
include/clang/ASTMatchers/ASTMatchers.h | 10 +++-
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 8 ++++
3 files changed, 65 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 master
in repository gcc.
from 216fc1bb7d9 * tracer.c (better_p): Do not compare frequencies. * reg- [...]
new 6b254488f61 [Patch AArch64] Stop generating BSL for simple integer code
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 | 8 ++
gcc/config/aarch64/aarch64-simd.md | 122 +++++++++++++++++++++---
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/aarch64/bsl-idiom.c | 88 +++++++++++++++++
gcc/testsuite/gcc.target/aarch64/copysign-bsl.c | 13 +++
5 files changed, 222 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/bsl-idiom.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/copysign-bsl.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 aldyh/threader
in repository gcc.
from dcb48a5d05d Merge branch 'range-gen3' into threader
new 8ba2d74acfe Shuffle everything around so only one path_ranger is instantiated.
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/tree-ssa-threadbackward.c | 662 ++++++++++++++++++++++--------------------
1 file changed, 340 insertions(+), 322 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 c07df42b1a2 [LV] Introduce VPBlendRecipe, VPWidenMemoryInstructionRecipe
new 036d0280e06 [X86][AVX] Add scheduling test for vmovntdq 256-bit store
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:
test/CodeGen/X86/avx-schedule.ll | 67 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 67 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.