This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 62d06f7f32 [DeclPrinter] Fix two cases that crash clang -ast-print.
new 3d90a2c568 [ASTMatchers] Add isNoReturn() match narrower for FunctionDe [...]
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 | 14 ++++
include/clang/ASTMatchers/ASTMatchers.h | 18 +++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 78 ++++++++++++++++++++++
4 files changed, 111 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 gcc.
from abd8c0cf923 Guard against undefined weak symbols before Mac OS X 10.9 ( [...]
new 8594e2c47e3 [gcc]
new dae01861697 [testsuite]
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 | 9 +
gcc/config/rs6000/altivec.md | 36 ++--
gcc/config/rs6000/rs6000.c | 57 +++++
gcc/testsuite/ChangeLog | 17 ++
.../gcc.target/powerpc/builtins-1-be-folded.c | 11 +
gcc/testsuite/gcc.target/powerpc/builtins-1-be.c | 2 +-
.../gcc.target/powerpc/builtins-1-le-folded.c | 11 +
gcc/testsuite/gcc.target/powerpc/builtins-1-le.c | 2 +-
gcc/testsuite/gcc.target/powerpc/builtins-1.fold.h | 232 +++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-mergehl-char.c | 55 +++++
.../gcc.target/powerpc/fold-vec-mergehl-double.c | 25 +++
.../gcc.target/powerpc/fold-vec-mergehl-float.c | 26 +++
.../gcc.target/powerpc/fold-vec-mergehl-int.c | 48 +++++
.../gcc.target/powerpc/fold-vec-mergehl-longlong.c | 48 +++++
.../gcc.target/powerpc/fold-vec-mergehl-pixel.c | 24 +++
.../gcc.target/powerpc/fold-vec-mergehl-short.c | 48 +++++
16 files changed, 633 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-1-be-folded.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-1-le-folded.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-1.fold.h
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-mergehl-char.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-mergehl-double.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-mergehl-float.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-mergehl-int.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-mergehl-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-mergehl-pixel.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-mergehl-short.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 master
in repository llvm.
from eb7fd730fae [WebAssembly] Remove debug names from symbol table
new 7c831c8c4ac [GISel] Make constrainSelectedInstRegOperands() available t [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 14 -------
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 1 +
include/llvm/CodeGen/GlobalISel/Utils.h | 13 +++++++
include/llvm/CodeGen/MachineInstrBuilder.h | 7 ++++
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 44 ---------------------
lib/CodeGen/GlobalISel/Utils.cpp | 45 ++++++++++++++++++++++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 8 ++--
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 1 +
8 files changed, 71 insertions(+), 62 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 9ad8e839cc [Parse] Forward brace locations to TypeConstructExpr
new 62d06f7f32 [DeclPrinter] Fix two cases that crash clang -ast-print.
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/AST/DeclPrinter.cpp | 9 +++++----
test/Sema/ast-print.c | 4 ++++
test/SemaCXX/ast-print-crash.cpp | 12 ++++++++++++
3 files changed, 21 insertions(+), 4 deletions(-)
create mode 100644 test/SemaCXX/ast-print-crash.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 libcxx.
from 9c2eed8ca libcxx: Stop using private MSVC macros in the exception imple [...]
new eb3052ca5 libcxx: Disable CFI in function std::get_temporary_buffer.
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/memory | 1 +
1 file changed, 1 insertion(+)
--
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 release_60
in repository libcxx.
from 390d70d79 Drop 'svn' suffix from the version number.
new d6e2b1637 Merging r321963: -------------------------------------------- [...]
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/type_traits | 62 ++++++++++++++++++++--
.../meta.unary.prop/is_constructible.pass.cpp | 12 +++++
2 files changed, 70 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 lld.
from 5342d53f4 [coff] Print detailed timing information with /TIME.
new 9530762c7 [WebAssembly] Remove DEBUG_FUNCTION_NAME after llvm change
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/wasm/archive.ll | 3 ---
wasm/InputFiles.cpp | 3 ---
2 files changed, 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 azanella/qsort-refactor
in repository glibc.
at 9241132d16 stdlib: Remove undefined behavior from qsort implementation
This branch includes the following new commits:
new d23a77dae5 stdlib: Adjust tst-qsort{2} to libsupport
new 84e29aafc4 support: Add Mersenne Twister pseudo-random number generator
new 99ce2951fd benchtests: Add bench-qsort
new a707334fdf stdlib: Add more qsort{_r} coverage
new e183819e85 stdlib: Remove use of mergesort on qsort
new 5c21b8d92b stdlib: Optimization qsort{_r} swap implementation
new 9241132d16 stdlib: Remove undefined behavior from qsort implementation
The 7 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.
--
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 c6995e3cf4b [arm] Fix gcc.target/arm/g2.c and scd42-2.c for --with-mode [...]
new abd8c0cf923 Guard against undefined weak symbols before Mac OS X 10.9 ( [...]
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:
libsanitizer/ChangeLog | 6 ++++++
libsanitizer/sanitizer_common/sanitizer_internal_defs.h | 8 +++++++-
2 files changed, 13 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 47c91393e11 [ARM] Optimize {s,u}mul.with.overflow.
new 86a8744d381 Use a got to access a hidden weak undefined on MachO.
new eb7fd730fae [WebAssembly] Remove debug names from symbol table
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/BinaryFormat/Wasm.h | 12 ++++++--
include/llvm/Object/Wasm.h | 6 ++--
lib/MC/WasmObjectWriter.cpp | 25 +++++++---------
lib/Object/WasmObjectFile.cpp | 35 +++++++++++++++-------
lib/Target/TargetMachine.cpp | 4 +--
test/CodeGen/X86/hidden-vis-3.ll | 2 +-
test/MC/WebAssembly/weak-alias.ll | 6 ----
test/ObjectYAML/wasm/weak_symbols.yaml | 8 +++++
test/tools/llvm-nm/wasm/exports.yaml | 17 +++++++++++
test/tools/llvm-nm/wasm/weak-symbols.yaml | 14 +++++++++
.../llvm-objdump/WebAssembly/symbol-table.test | 3 --
test/tools/llvm-readobj/symbols.test | 15 ----------
tools/llvm-readobj/WasmDumper.cpp | 1 -
tools/obj2yaml/wasm2yaml.cpp | 9 ++----
14 files changed, 92 insertions(+), 65 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.