This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6526e1b 2016-11-30 Vladimir Makarov <vmakarov(a)redhat.com>
new ebbb7f3 libgomp: regenerate with automake-1.11.6
new b0d8220 libgomp: introduce LIBGOMP_OFFLOADED_ONLY macro
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:
libgomp/ChangeLog | 14 +++++
libgomp/Makefile.in | 133 +++++++++++++++++++++++++++++-------------
libgomp/aclocal.m4 | 74 ++++++++++++++---------
libgomp/config.h.in | 3 +
libgomp/configure | 25 +++++---
libgomp/configure.ac | 7 +++
libgomp/testsuite/Makefile.in | 60 ++++++++++++++-----
7 files changed, 227 insertions(+), 89 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 1f955bd Prospective GCC build fix: the unelaborated form of this frie [...]
new aa1bd55 [analyzer] Minor fixes and improvements to debug.ExprInspection
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/analyzer/DebugChecks.rst | 39 ++++++++
.../Checkers/ExprInspectionChecker.cpp | 105 ++++++++++++++++++---
test/Analysis/expr-inspection.c | 22 +++++
test/Analysis/symbol-reaper.c | 4 +
4 files changed, 156 insertions(+), 14 deletions(-)
create mode 100644 test/Analysis/expr-inspection.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 5ed39f2 [InstCombine] auto-generate checks for select+bitwise logic t [...]
new c02caf5 Fix some Clang-tidy and Include What You Use warnings; other [...]
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/Analysis/LoopAccessAnalysis.cpp | 49 +++++++++++-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 31 ++++++--
lib/Transforms/Scalar/LoopLoadElimination.cpp | 29 ++++++-
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 88 ++++++++++++++-------
lib/Transforms/Utils/SimplifyCFG.cpp | 57 +++++++++++---
utils/TableGen/AsmWriterEmitter.cpp | 55 +++++++++-----
utils/TableGen/CodeEmitterGen.cpp | 22 ++++--
utils/TableGen/CodeGenRegisters.cpp | 50 +++++++++---
utils/TableGen/CodeGenRegisters.h | 31 +++++---
utils/TableGen/CodeGenSchedule.cpp | 43 +++++++----
utils/TableGen/DFAPacketizerEmitter.cpp | 45 ++++++-----
utils/TableGen/FixedLenDecoderEmitter.cpp | 105 ++++++++++++++------------
12 files changed, 426 insertions(+), 179 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 compiler-rt.
from ab8eb68 [asan] Avoid redundant poisoning checks in __sanitizer_contig [...]
new 41b6e3e [scudo] 32-bit and hardware agnostic support
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:
cmake/config-ix.cmake | 6 +-
lib/scudo/CMakeLists.txt | 2 +-
lib/scudo/scudo_allocator.cpp | 287 +++++++++++++++++++++++-----------
lib/scudo/scudo_allocator.h | 53 ++-----
lib/scudo/scudo_allocator_secondary.h | 29 ++--
lib/scudo/scudo_flags.cpp | 2 +-
lib/scudo/scudo_flags.h | 2 +-
lib/scudo/scudo_interceptors.cpp | 2 +-
lib/scudo/scudo_new_delete.cpp | 2 +-
lib/scudo/scudo_termination.cpp | 2 +-
lib/scudo/scudo_utils.cpp | 150 ++++++++++++------
lib/scudo/scudo_utils.h | 24 +--
test/scudo/CMakeLists.txt | 40 +++--
test/scudo/alignment.cpp | 7 +-
test/scudo/double-free.cpp | 2 +-
test/scudo/interface.cpp | 28 ++++
test/scudo/lit.cfg | 13 +-
test/scudo/lit.site.cfg.in | 4 +
test/scudo/malloc.cpp | 25 +--
test/scudo/memalign.cpp | 2 +-
test/scudo/mismatch.cpp | 2 +-
test/scudo/overflow.cpp | 5 +-
test/scudo/preinit.cpp | 1 -
test/scudo/random_shuffle.cpp | 1 +
test/scudo/realloc.cpp | 2 +-
25 files changed, 447 insertions(+), 246 deletions(-)
create mode 100644 test/scudo/interface.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 gcc.
from 1db7465 2016-11-30 Matthias Klose <doko(a)ubuntu.com>
new 6526e1b 2016-11-30 Vladimir Makarov <vmakarov(a)redhat.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/ChangeLog | 7 +++
gcc/lra-constraints.c | 14 ++++--
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/pr77856.c | 83 +++++++++++++++++++++++++++++++++
4 files changed, 105 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr77856.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 7a578c9 [WebAssembly] Add llvm-objdump support for wasm file format
new 88948ad [AArch64] Fix useful bits detection for BFM instructions
new 5ed39f2 [InstCombine] auto-generate checks for select+bitwise logic t [...]
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/Target/AArch64/AArch64ISelDAGToDAG.cpp | 47 +++-
test/CodeGen/AArch64/arm64-bitfield-extract.ll | 30 +++
.../InstCombine/select-with-bitwise-ops.ll | 297 +++++++++++++++++++++
test/Transforms/InstCombine/select.ll | 259 ------------------
4 files changed, 365 insertions(+), 268 deletions(-)
create mode 100644 test/Transforms/InstCombine/select-with-bitwise-ops.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 glibc.
from b04beeb ld.so: Remove __libc_memalign
new 8072373 powerpc: Remove stpcpy internal clash with IFUNC
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 | 5 +++++
sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c | 4 +---
2 files changed, 6 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 llvm.
from b8f993f [X86][SSE] Add support for target shuffle constant folding
new 7a578c9 [WebAssembly] Add llvm-objdump support for wasm file format
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/Object/Binary.h | 4 +
include/llvm/Object/ObjectFile.h | 3 +
include/llvm/Object/Wasm.h | 99 ++++++++++
include/llvm/Support/FileSystem.h | 3 +-
include/llvm/Support/Wasm.h | 58 ++++++
lib/Object/Binary.cpp | 1 +
lib/Object/CMakeLists.txt | 1 +
lib/Object/ObjectFile.cpp | 5 +-
lib/Object/SymbolicFile.cpp | 1 +
lib/Object/WasmObjectFile.cpp | 315 +++++++++++++++++++++++++++++++
lib/Support/Path.cpp | 2 +
test/tools/llvm-objdump/Inputs/test.wasm | Bin 0 -> 165 bytes
test/tools/llvm-objdump/wasm.txt | 24 +++
tools/llvm-objdump/CMakeLists.txt | 1 +
tools/llvm-objdump/WasmDump.cpp | 28 +++
tools/llvm-objdump/llvm-objdump.cpp | 2 +
tools/llvm-objdump/llvm-objdump.h | 1 +
17 files changed, 546 insertions(+), 2 deletions(-)
create mode 100644 include/llvm/Object/Wasm.h
create mode 100644 include/llvm/Support/Wasm.h
create mode 100644 lib/Object/WasmObjectFile.cpp
create mode 100644 test/tools/llvm-objdump/Inputs/test.wasm
create mode 100644 test/tools/llvm-objdump/wasm.txt
create mode 100644 tools/llvm-objdump/WasmDump.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 989c694 [SelectionDAG] Refactor TargetLowering::expandMUL (NFC)
new 3ed9686 [LibFuzzer] Add macro flags for Posix and Windows.
new b8f993f [X86][SSE] Add support for target shuffle constant folding
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/Fuzzer/FuzzerDefs.h | 12 +-
lib/Target/X86/X86ISelLowering.cpp | 177 ++++++++++++++++++++-
test/CodeGen/X86/vector-shuffle-combining-avx.ll | 18 +--
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 18 +--
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 6 +-
test/CodeGen/X86/vector-shuffle-combining-xop.ll | 38 ++---
test/CodeGen/X86/vector-shuffle-mmx.ll | 12 +-
test/CodeGen/X86/vselect-avx.ll | 11 +-
test/CodeGen/X86/widen_load-2.ll | 22 +--
test/CodeGen/X86/widen_shuffle-1.ll | 10 +-
10 files changed, 227 insertions(+), 97 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.