This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 8bedf34 Daily bump.
new ce7b574 PR target/77759 * config/sparc/sparc.c (classify_data_t): R [...]
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 | 8 ++++++++
gcc/config/sparc/sparc.c | 33 ++++++++++++++++-----------------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/other/pr77759.C | 21 +++++++++++++++++++++
4 files changed, 50 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/pr77759.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 c2afd0c Add test-cases which demontrate pr30561
new 25ec259 AMDGPU: Partially fix reported code size for some instructions
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/AMDGPU/AMDGPUAsmPrinter.cpp | 3 ++-
lib/Target/AMDGPU/BUFInstructions.td | 3 ++-
lib/Target/AMDGPU/DSInstructions.td | 1 +
lib/Target/AMDGPU/SOPInstructions.td | 5 +++--
4 files changed, 8 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 llvm.
from c4e191a [ValueTracking] Teach computeKnownBits and ComputeNumSignBits [...]
new c2afd0c Add test-cases which demontrate pr30561
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/avx512-select.ll | 26 ++++++++++++++++++++++++++
1 file changed, 26 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 llvm.
from 9f79578 fix build on cygwin Cygwin has dlfcn.h, but no Dl_info
new 45cea08 [EfficiencySanitizer] Adds shadow memory parameters for 40-bi [...]
new c4e191a [ValueTracking] Teach computeKnownBits and ComputeNumSignBits [...]
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/ValueTracking.cpp | 14 +++++++++
.../Instrumentation/EfficiencySanitizer.cpp | 36 ++++++++++++++++------
.../Analysis/ValueTracking/signbits-extract-elt.ll | 28 +++++++++++++++++
3 files changed, 69 insertions(+), 9 deletions(-)
create mode 100644 test/Analysis/ValueTracking/signbits-extract-elt.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 compiler-rt.
from f0ef378 [compiler-rt][XRay][NFC] clang-format XRay sources
new 44c2706 [ESan][MIPS] Adds support for MIPS64
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 | 2 +-
lib/esan/esan.cpp | 8 ++
lib/esan/esan.h | 1 +
lib/esan/esan_linux.cpp | 2 +-
lib/esan/esan_shadow.h | 131 +++++++++++++++++----
lib/sanitizer_common/CMakeLists.txt | 4 +
lib/sanitizer_common/sanitizer_linux.cc | 4 +-
lib/sanitizer_common/sanitizer_linux.h | 2 +-
lib/sanitizer_common/sanitizer_linux_mips64.S | 23 ++++
.../sanitizer_platform_limits_posix.h | 12 ++
test/esan/TestCases/mmap-shadow-conflict.c | 24 +++-
test/esan/TestCases/verbose-simple.c | 18 +--
test/esan/lit.cfg | 2 +-
test/lit.common.cfg | 3 +
14 files changed, 197 insertions(+), 39 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_linux_mips64.S
--
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 18e6737 Add missing -no-canonical-prefixes.
new d9e3029 [Sema] Fix PR30520: Handle incomplete field types in transpar [...]
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/Sema/SemaDeclAttr.cpp | 4 ++++
test/Sema/transparent-union.c | 9 +++++++++
2 files changed, 13 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 lld.
from 7d9aa4e [ELF] Linker script: implement LOADADDR
new 28ffea9 [ELF] Don't fail if undefined symbol is not used
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/Relocations.cpp | 24 ++++++++++++++++++++++++
ELF/Writer.cpp | 24 ------------------------
test/ELF/Inputs/use-bar.s | 2 ++
test/ELF/libsearch.s | 6 +++++-
test/ELF/linkerscript/edata-etext.s | 2 +-
test/ELF/sysroot.s | 1 +
test/ELF/undef-shared.s | 5 +++++
test/ELF/undef.s | 4 ++--
8 files changed, 40 insertions(+), 28 deletions(-)
create mode 100644 test/ELF/Inputs/use-bar.s
--
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 3747be0 [ARM] Constant pool promotion - fix alignment calculation
new 9f79578 fix build on cygwin Cygwin has dlfcn.h, but no Dl_info
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/Support/Unix/Signals.inc | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from 27875fe [Driver] Add driver support for Fuchsia
new e4e0b9f Fix PR30440: Initialize FunctionTypeDepth in CXXNameMangler
new 18e6737 Add missing -no-canonical-prefixes.
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/AST/ItaniumMangle.cpp | 8 ++++----
test/CodeGenCXX/mangle-abi-tag.cpp | 13 +++++++++++++
test/Driver/fuchsia.c | 2 +-
test/Driver/fuchsia.cpp | 2 +-
4 files changed, 19 insertions(+), 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 master
in repository lld.
from 0b0f134 [ELF] - Make checks in ObjectFile<ELFT>::getSection() stricter.
new 7d9aa4e [ELF] Linker script: implement LOADADDR
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/LinkerScript.cpp | 58 +++++++++++++++++++++++++++-------------
ELF/LinkerScript.h | 7 +++--
ELF/OutputSections.h | 3 +++
ELF/Writer.cpp | 14 +++-------
test/ELF/linkerscript/loadaddr.s | 42 +++++++++++++++++++++++++++++
5 files changed, 92 insertions(+), 32 deletions(-)
create mode 100644 test/ELF/linkerscript/loadaddr.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.