This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a0e581d63e6 [InstSimplify] Use cast instead of dyn_cast after isa<> che [...]
new 4ac99f71cc0 [InstCombine] improve variable names; NFCI
new 20b5e3ba0be [mips] Use Triple::isLittleEndian to check endianness. NFC
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/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 68 +++++++++++-----------
2 files changed, 35 insertions(+), 37 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 9b5d7f63748 [MemCpyOpt] Only replace memcpy with bitcast if address spa [...]
new e98c913509f [llvm-pdbdump] Display padding bytes on record layout
new a0e581d63e6 [InstSimplify] Use cast instead of dyn_cast after isa<> che [...]
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/Analysis/InstructionSimplify.cpp | 4 +-
test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test | 46 +++++-----
test/tools/llvm-pdbdump/class-layout.test | 12 +--
tools/llvm-pdbdump/LinePrinter.cpp | 4 +
tools/llvm-pdbdump/LinePrinter.h | 2 +
tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp | 98 ++++++++++++++++++----
tools/llvm-pdbdump/PrettyClassDefinitionDumper.h | 2 +
tools/llvm-pdbdump/PrettyTypeDumper.cpp | 3 +-
tools/llvm-pdbdump/PrettyVariableDumper.cpp | 14 ++--
tools/llvm-pdbdump/llvm-pdbdump.cpp | 22 ++---
tools/llvm-pdbdump/llvm-pdbdump.h | 6 +-
11 files changed, 147 insertions(+), 66 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 692ab512b61 gcc/ChangeLog:
new 3e7ee5f064a PR tree-optimization/80374 * tree-ssa-dom.c (derive_equiv [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr80374.C | 19 +++++++++++++++++++
gcc/tree-ssa-dom.c | 3 ++-
4 files changed, 33 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/pr80374.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 clang.
from 11c4af2283 [cmake] Support Gentoo install for z3
new b3ed1c7687 [OPENMP] Fix for PR32333: Crash in call of outlined Function.
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/CodeGen/CGStmtOpenMP.cpp | 18 ++++++++++++------
test/OpenMP/vla_crash.c | 22 ++++++++++++++++++++++
2 files changed, 34 insertions(+), 6 deletions(-)
create mode 100644 test/OpenMP/vla_crash.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 compiler-rt.
from 3b81e31e9 [msan] Make test to fall-back to IPv6 if IPv4 is not available.
new e2a1b2466 [Asan] Eliminate SHADOW_TO_MEM() macro Differential Revision: [...]
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/asan/asan_mapping.h | 1 -
lib/asan/asan_thread.cc | 5 ++++-
2 files changed, 4 insertions(+), 2 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 13d8288f8e0 MemorySSA: Make lifetime starts defs for mustaliased pointers
new 9b5d7f63748 [MemCpyOpt] Only replace memcpy with bitcast if address spa [...]
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/Scalar/MemCpyOptimizer.cpp | 5 +++++
test/Transforms/MemCpyOpt/memcpy.ll | 13 +++++++++++++
2 files changed, 18 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 glibc.
from 6d4adeb700 Remove unneeded declarations from math_private.h
new fda19e0438 Add sysdeps/x86/dl-procinfo.c
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 | 7 +++++++
sysdeps/i386/dl-procinfo.c | 16 +---------------
sysdeps/{unix/sysv/linux/aarch64 => x86}/dl-procinfo.c | 14 +++-----------
sysdeps/x86_64/dl-procinfo.c | 14 +-------------
4 files changed, 12 insertions(+), 39 deletions(-)
copy sysdeps/{unix/sysv/linux/aarch64 => x86}/dl-procinfo.c (85%)
--
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 73658f7af03 2017-04-10 Daniel Santos <daniel.santos(a)pobox.com>
new 3b6077c42bb PR testsuite/79356 * gcc.dg/attr-alloc_size-11.c: Don't x [...]
new bb68a0b8e0f * gcc.dg/unroll-7.c: Declare "a" as a pointer to external array.
new 692ab512b61 gcc/ChangeLog:
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:
gcc/ChangeLog | 7 +++++
gcc/config/rs6000/rs6000.c | 34 +++++++++++++++++++++-
gcc/testsuite/ChangeLog | 33 +++++++++++++++------
gcc/testsuite/gcc.dg/attr-alloc_size-11.c | 4 +--
gcc/testsuite/gcc.dg/unroll-7.c | 4 ++-
.../powerpc/ppc-fortran/ppc-fortran.exp} | 0
.../powerpc/ppc-fortran/pr80108-1.f90} | 16 ++++++++--
7 files changed, 82 insertions(+), 16 deletions(-)
copy gcc/testsuite/{gfortran.dg/dg.exp => gcc.target/powerpc/ppc-fortran/ppc-fortr [...]
copy gcc/testsuite/{gfortran.dg/streamio_11.f90 => gcc.target/powerpc/ppc-fortran/ [...]
--
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 42df88e1f83 [ARM/AArch64] Ensure valid vector element types for interle [...]
new 13d8288f8e0 MemorySSA: Make lifetime starts defs for mustaliased pointers
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/Utils/MemorySSA.cpp | 6 ++++--
test/Transforms/Util/MemorySSA/lifetime-simple.ll | 2 +-
2 files changed, 5 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 f4272d1c372 [InstCombine] Use commutable matchers and m_OneUse in visit [...]
new 42df88e1f83 [ARM/AArch64] Ensure valid vector element types for interle [...]
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/Target/AArch64/AArch64ISelLowering.cpp | 30 +++++++++---
lib/Target/AArch64/AArch64ISelLowering.h | 11 +++++
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 8 ++--
lib/Target/ARM/ARMISelLowering.cpp | 56 ++++++++++++----------
lib/Target/ARM/ARMISelLowering.h | 11 +++++
lib/Target/ARM/ARMTargetTransformInfo.cpp | 9 ++--
.../AArch64/interleaved-accesses.ll | 14 ++++++
.../InterleavedAccess/ARM/interleaved-accesses.ll | 11 +++++
8 files changed, 111 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.