This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from caf1f0853 Calculate an offset only once. NFC.
new 5d8a50d58 Attempt to fix ubsan.
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/InputSection.cpp | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 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 10e3a5f0a76 [llvm-objcopy] Make -S an alias for --strip-all
new 6b971fb3697 [PDB] Fix another bug in globals stream name lookup.
new 1dd3c06445a [InstCombine] reverse 'trunc X to <N x i1>' canonicalization
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/DebugInfo/PDB/Native/GlobalsStream.cpp | 24 +-
lib/Transforms/InstCombine/InstCombineCasts.cpp | 31 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 7 +
.../InstCombine/InstCombineVectorOps.cpp | 30 ++
test/DebugInfo/PDB/Inputs/global-name-lookup.cpp | 23 ++
...mp-globals-empty.pdb => global-name-lookup.pdb} | Bin 86016 -> 94208 bytes
test/DebugInfo/PDB/pdbdump-global-lookup.test | 42 +--
test/Transforms/InstCombine/apint-shift.ll | 4 +-
test/Transforms/InstCombine/apint-shl-trunc.ll | 5 +-
test/Transforms/InstCombine/icmp.ll | 20 +-
test/Transforms/InstCombine/vec_shuffle.ll | 5 +-
test/Transforms/InstCombine/vector-casts.ll | 19 +-
.../LoopVectorize/X86/masked_load_store.ll | 336 ++++++++++-----------
13 files changed, 305 insertions(+), 241 deletions(-)
create mode 100644 test/DebugInfo/PDB/Inputs/global-name-lookup.cpp
copy test/DebugInfo/PDB/Inputs/{pdbdump-globals-empty.pdb => global-name-lookup.pd [...]
--
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 0f4106775e3 llvm-dwarfdump: Extend --name to also search DW_AT_linkage_name.
new 10e3a5f0a76 [llvm-objcopy] Make -S an alias for --strip-all
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/tools/llvm-objcopy/strip-all-gnu.test | 2 --
test/tools/llvm-objcopy/strip-all.test | 4 ++++
tools/llvm-objcopy/ObjcopyOpts.td | 4 ++--
3 files changed, 6 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 gcc.
from e84c992a008 2018-10-09 François Dumont <fdumont(a)gcc.gnu.org>
new 636233cb18d /cp 2018-10-09 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 14 ++++++++++++++
gcc/cp/decl.c | 10 ++++++++--
gcc/cp/parser.c | 22 +++++++++++++---------
gcc/cp/pt.c | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/concepts/pr84423-1.C | 8 ++++++++
gcc/testsuite/g++.dg/concepts/pr84423-2.C | 18 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/auto39.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/auto9.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/pr60384.C | 2 +-
10 files changed, 74 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84423-1.C
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84423-2.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 gcc-8-branch
in repository gcc.
from 7d3a80f6108 Add the missing gcc.target/i386/pr87370.c
new c2b4b418970 [gcc] 2018-10-09 Will Schmidt <will_schmidt(a)vnet.ibm.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 | 9 ++++
gcc/config/rs6000/rs6000.c | 48 +++++++++++++----
gcc/testsuite/ChangeLog | 13 +++++
.../gcc.target/powerpc/pr86731-fwrapv-longlong.c | 34 ++++++++++++
gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv.c | 63 ++++++++++++++++++++++
.../gcc.target/powerpc/pr86731-longlong.c | 29 ++++++++++
.../powerpc/pr86731-nogimplefold-longlong.c | 32 +++++++++++
.../gcc.target/powerpc/pr86731-nogimplefold.c | 63 ++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pr86731.c | 61 +++++++++++++++++++++
9 files changed, 342 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731-nogimplefold-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731-nogimplefold.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86731.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 5148047f082 [ORC] Promote and rename private symbols inside the Compile [...]
new 0f4106775e3 llvm-dwarfdump: Extend --name to also search DW_AT_linkage_name.
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/tools/llvm-dwarfdump/X86/name.test | 5 ++++
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 51 +++++++++++++++++++++------------
2 files changed, 37 insertions(+), 19 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 7df2b65a853 [PowerPC] Implement hasBitPreservingFPLogic for types that [...]
new 5148047f082 [ORC] Promote and rename private symbols inside the Compile [...]
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:
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 1 +
.../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 4 +++-
include/llvm/ExecutionEngine/Orc/LLJIT.h | 1 -
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 25 +++++++++++++++++-----
lib/ExecutionEngine/Orc/ExecutionUtils.cpp | 6 ++++++
lib/ExecutionEngine/Orc/IndirectionUtils.cpp | 13 ++++++++++-
lib/ExecutionEngine/Orc/LLJIT.cpp | 2 --
7 files changed, 42 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.