This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9c5669aedb8 [llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size.
new ddb14f8532d This patch is a result of D37262: The issues with X86 prefi [...]
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/llvm/MC/MCInst.h | 7 +
lib/Target/X86/AsmParser/X86AsmParser.cpp | 66 ++++-
lib/Target/X86/AsmParser/X86Operand.h | 25 +-
lib/Target/X86/Disassembler/X86Disassembler.cpp | 32 ++-
.../X86/Disassembler/X86DisassemblerDecoder.cpp | 265 ++++++++++-----------
.../X86/Disassembler/X86DisassemblerDecoder.h | 16 +-
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 8 +
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 6 +
lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 10 +
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 7 +-
test/MC/Disassembler/X86/prefixes.txt | 56 ++++-
test/MC/Disassembler/X86/x86-32.txt | 11 +
test/MC/Disassembler/X86/x86-64.txt | 15 ++
test/MC/X86/intel-syntax-encoding.s | 6 +-
test/MC/X86/x86-64.s | 24 +-
15 files changed, 362 insertions(+), 192 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.
yvan.roux pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from 0ff0343 Toolchain sources: Add release notes for gcc-7-2017.10 snapshot.
new 3f60c6c Toolchain sources: Add release notes for gcc-6-2017.10 snapshot.
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:
components/toolchain/gcc-linaro/6/README.textile | 6 +++---
1 file changed, 3 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.
unknown user pushed a change to branch master
in repository clang.
from e58dc968a1 [clang-format] Break non-trailing comments, try 2
new c49d6ee820 [clang-rename] Add function unit tests.
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/Tooling/Refactoring/Rename/USRLocFinder.cpp | 23 +
unittests/Rename/CMakeLists.txt | 1 +
unittests/Rename/RenameClassTest.cpp | 1 +
unittests/Rename/RenameFunctionTest.cpp | 555 ++++++++++++++++++++++++
4 files changed, 580 insertions(+)
create mode 100644 unittests/Rename/RenameFunctionTest.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 llvm.
from 904a9e2ef51 Revert rL315894, "SLPVectorizer.cpp: Try to appease stage2- [...]
new 9c5669aedb8 [llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size.
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/DebugInfo/DWARF/DWARFDebugFrame.cpp | 1 +
test/tools/llvm-dwarfdump/X86/debug_frame_GNU_args_size.s | 15 +++++++++++++++
2 files changed, 16 insertions(+)
create mode 100644 test/tools/llvm-dwarfdump/X86/debug_frame_GNU_args_size.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 c40c7bfcf1 Remove features/tic6x-*.c files
new 5bfda25568 Regenerate gdbserver/configure
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/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/configure | 13 ++++++++++---
2 files changed, 14 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.
unknown user pushed a change to branch master
in repository gcc.
from bf25f422729 Enable libgomp.oacc-*/declare-*.{c,f90} for non-nvidia devices
new c8509eb77db 2017-10-16 Tamar Christina <tamar.christina(a)arm.com>
new 4ad3467cd90 2017-10-16 Tamar Christina <tamar.christina(a)arm.com>
new 2fdc62cddd0 2017-10-16 Tamar Christina <tamar.christina(a)arm.com>
new cfdba70a5e5 2017-10-16 Tamar Christina <tamar.christina(a)arm.com>
new 4ee97fcf5e1 2017-10-16 Tamar Christina <tamar.christina(a)arm.com>
The 5 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 | 54 ++++++++++++++
gcc/config/aarch64/aarch64-builtins.c | 5 ++
gcc/config/aarch64/aarch64-c.c | 1 +
gcc/config/aarch64/aarch64-cores.def | 6 +-
gcc/config/aarch64/aarch64-option-extensions.def | 8 +-
gcc/config/aarch64/aarch64-simd-builtins.def | 8 ++
gcc/config/aarch64/aarch64-simd.md | 81 +++++++++++++++++++++
gcc/config/aarch64/aarch64.h | 15 ++--
gcc/config/aarch64/arm_neon.h | 93 ++++++++++++++++++++++++
gcc/config/aarch64/iterators.md | 8 ++
gcc/config/arm/arm-builtins.c | 14 ++++
gcc/config/arm/arm-c.c | 6 +-
gcc/config/arm/arm-cpus.in | 26 +++++--
gcc/config/arm/arm.c | 3 +
gcc/config/arm/arm.h | 5 ++
gcc/config/arm/arm_neon_builtins.def | 4 +
gcc/config/arm/iterators.md | 9 +++
gcc/config/arm/neon.md | 70 ++++++++++++++++++
gcc/config/arm/t-multilib | 2 +-
gcc/config/arm/types.md | 8 +-
gcc/config/arm/unspecs.md | 2 +
gcc/doc/invoke.texi | 5 ++
gcc/testsuite/ChangeLog | 7 ++
23 files changed, 419 insertions(+), 21 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 efa58149ae6 Move folding of icmp with zero after checking for min/max idioms.
new 904a9e2ef51 Revert rL315894, "SLPVectorizer.cpp: Try to appease stage2- [...]
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/Transforms/Vectorize/SLPVectorizer.cpp | 32 +++--
.../SLPVectorizer/X86/visit-dominated.ll | 153 ---------------------
2 files changed, 23 insertions(+), 162 deletions(-)
delete mode 100644 test/Transforms/SLPVectorizer/X86/visit-dominated.ll
--
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 d3a44463eef [TableGen] Range loopify DAGISelMatcher. NFC.
new 74cc2953c08 SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586)
new efa58149ae6 Move folding of icmp with zero after checking for min/max idioms.
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:
lib/Transforms/InstCombine/InstCombineCompares.cpp | 33 +++--
lib/Transforms/InstCombine/InstCombineInternal.h | 1 +
lib/Transforms/Vectorize/SLPVectorizer.cpp | 32 ++---
test/Transforms/InstCombine/minmax-fold.ll | 2 +-
.../SLPVectorizer/X86/visit-dominated.ll | 153 +++++++++++++++++++++
5 files changed, 186 insertions(+), 35 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/visit-dominated.ll
--
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 b2c9b51338 [Sema] Re-land: Diagnose tautological comparison with type's [...]
new e58dc968a1 [clang-format] Break non-trailing comments, try 2
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/Format/BreakableToken.cpp | 6 +++
lib/Format/BreakableToken.h | 9 +++++
lib/Format/ContinuationIndenter.cpp | 15 +++++++-
lib/Format/ContinuationIndenter.h | 5 +++
unittests/Format/FormatTestComments.cpp | 67 +++++++++++++++++++++++++++++++++
unittests/Format/FormatTestJS.cpp | 21 +++++++++++
6 files changed, 122 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.