This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d86c46ef96 Remove x86,x86_32/64 from isValidFeatureName
new 0cb2a76a4f Filter out invalid 'target' items from being passed to LLVM
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/clang/Basic/TargetInfo.h | 4 ++--
lib/Basic/Targets/X86.cpp | 1 +
lib/CodeGen/CGCall.cpp | 5 +++--
lib/CodeGen/CodeGenModule.cpp | 13 +++++++++++--
test/CodeGen/attr-target-x86.c | 16 ++++++++--------
5 files changed, 25 insertions(+), 14 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 lld.
from 0ceca1380 Instead of enclosing an entire file, add lld:: specifier for [...]
new c787c6f45 Handle all symbol types in --trace.
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:
ELF/Symbols.cpp | 4 ++++
test/ELF/trace-symbols.s | 14 +++++++++-----
2 files changed, 13 insertions(+), 5 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 99af5f07de [refactor] Describe refactorings in the operation classes
new d86c46ef96 Remove x86,x86_32/64 from isValidFeatureName
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/Basic/Targets/X86.cpp | 3 ---
1 file changed, 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 llvm.
from 2b556e9b177 ELF: Add support for emitting dynamic relocations in the An [...]
new cc4d10e83e4 [X86][SSE] Add tests for inserting all-bits (-1) into a vector
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/insertelement-ones.ll | 504 +++++++++++++++++++++++++++++++++
1 file changed, 504 insertions(+)
create mode 100644 test/CodeGen/X86/insertelement-ones.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 67b501a525 New lldb python module for managing diagnostic breakpoints
new d64b9c663c [WebAssembly] Add crt1.o with calling lld
new 1c09b76713 [Sema] Fix an assert-on-invalid by avoiding function templat [...]
new 99af5f07de [refactor] Describe refactorings in the operation classes
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:
.../clang/Tooling/Refactoring/Extract/Extract.h | 53 ++++++++++
.../Refactoring/RefactoringActionRegistry.def | 8 --
.../Tooling/Refactoring/RefactoringActionRule.h | 14 +++
.../Refactoring/RefactoringActionRulesInternal.h | 7 +-
.../Tooling/Refactoring/Rename/RenamingAction.h | 22 +++-
include/clang/module.modulemap | 2 -
lib/Driver/ToolChain.cpp | 14 ++-
lib/Driver/ToolChains/WebAssembly.cpp | 3 +
lib/Sema/SemaDecl.cpp | 8 +-
lib/Tooling/Refactoring/Extract.cpp | 115 ++++++---------------
lib/Tooling/Refactoring/RefactoringActions.cpp | 71 +++++++++++--
lib/Tooling/Refactoring/Rename/RenamingAction.cpp | 86 ++++++---------
test/Driver/wasm-toolchain.c | 4 +-
test/SemaTemplate/deduction-crash.cpp | 17 +++
.../explicit-specialization-member.cpp | 12 +--
unittests/Tooling/RefactoringActionRulesTest.cpp | 28 ++++-
16 files changed, 278 insertions(+), 186 deletions(-)
create mode 100644 include/clang/Tooling/Refactoring/Extract/Extract.h
delete mode 100644 include/clang/Tooling/Refactoring/RefactoringActionRegistry.def
--
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 lld.
from 251d6ebde ELF: Add support for emitting dynamic relocations in the Andr [...]
new 0ceca1380 Instead of enclosing an entire file, add lld:: specifier for [...]
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:
Common/ErrorHandler.cpp | 9 ++-------
1 file changed, 2 insertions(+), 7 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 64ab8e1efe0 2017-10-27 Paolo Carlini <paolo.carlini(a)oracle.com>
new 9c1279656af Make filesystem::file_status default constructor non-explic [...]
new 96040a5222f Remove noexcept from filesystem iterators and operations (L [...]
new 7595553b575 List headers in Makefile in alphabetical order
new feb4740e880 Simplify _Node_insert_return to avoid including <tuple>
new 2b87662b1b6 2017-10-27 Jerry DeLisle <jvdelisle(a)gcc.gnu.org> Rim [...]
new a4ba04ec993 [testsuite]
The 6 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 | 8 +++
.../{fold-vec-abs-char.c => fold-vec-neg-char.c} | 11 +--
.../gcc.target/powerpc/fold-vec-neg-floatdouble.c | 23 ++++++
.../{fold-vec-abs-int.c => fold-vec-neg-int.c} | 10 +--
...-vec-abs-longlong.c => fold-vec-neg-longlong.c} | 10 +--
.../{fold-vec-abs-short.c => fold-vec-neg-short.c} | 10 +--
libgfortran/ChangeLog | 7 ++
libgfortran/io/format.c | 3 +-
libstdc++-v3/ChangeLog | 21 ++++++
libstdc++-v3/include/Makefile.am | 2 +-
libstdc++-v3/include/Makefile.in | 2 +-
libstdc++-v3/include/bits/fs_dir.h | 25 ++++---
libstdc++-v3/include/bits/fs_ops.h | 14 ++--
libstdc++-v3/include/bits/node_handle.h | 37 ++++++++--
libstdc++-v3/src/filesystem/std-dir.cc | 4 +-
libstdc++-v3/src/filesystem/std-ops.cc | 10 +--
.../testsuite/27_io/filesystem/file_status/1.cc | 84 ++++++++++++++++++++++
.../experimental/filesystem/file_status/1.cc | 75 +++++++++++++++++++
18 files changed, 301 insertions(+), 55 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{fold-vec-abs-char.c => fold-vec-neg-char.c} (50%)
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-neg-floatdouble.c
copy gcc/testsuite/gcc.target/powerpc/{fold-vec-abs-int.c => fold-vec-neg-int.c} (50%)
copy gcc/testsuite/gcc.target/powerpc/{fold-vec-abs-longlong.c => fold-vec-neg-lon [...]
copy gcc/testsuite/gcc.target/powerpc/{fold-vec-abs-short.c => fold-vec-neg-short. [...]
create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/file_status/1.cc
create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/file_status/1.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 bb11dd5839 [AArch64] Mark LR clobbered by BL in inline asm
new 4a27f119f5 Use SaL symbol name when reporting breakpoint locations
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 | 10 +++++
gdb/breakpoint.c | 8 +++-
gdb/breakpoint.h | 5 +++
gdb/testsuite/ChangeLog | 5 +++
gdb/testsuite/gdb.opt/inline-break.exp | 75 ++++++++++++++++++++++++++++++++++
5 files changed, 101 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.