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 cad8e2992 [asan] Fix bug introduced by r331647
new 0bd8497be [sanitizer] Fix InternalMmapVectorNoCtor reserve and resize 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:
lib/sanitizer_common/sanitizer_common.h | 11 ++++++-----
.../tests/sanitizer_common_test.cc | 23 ++++++++++++++++++++++
2 files changed, 29 insertions(+), 5 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 zorg.
from 7e21502 [libFuzzer] re-enable the libpng-1.2.56 test
new 80ef040 I used the wrong XCode version here
new e025dd6 Add timeouts to tests
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:
zorg/jenkins/build.py | 4 ++--
zorg/jenkins/clang_build_dependencies.dep | 2 +-
2 files changed, 3 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 lld.
from 15dbb1fde [ELF][MIPS] Fix test case in attempt to restore Windows build [...]
new 1de83e3eb Fix a bug that a copy of a large vector was created. NFC.
new 093e8d701 Refactor BitcodeCompiler::add(). 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:
ELF/LTO.cpp | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 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 680a6e84e31 [llvm-objcopy] Fix exit code
new 4ad2dcac818 [PowerPC] Unify handling for conversion of FP_TO_INT feedin [...]
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/PowerPC/PPCISelLowering.cpp | 129 +++---
lib/Target/PowerPC/PPCISelLowering.h | 7 +
lib/Target/PowerPC/PPCInstrInfo.td | 18 +-
lib/Target/PowerPC/PPCInstrVSX.td | 51 ++-
test/CodeGen/PowerPC/store_fptoi.ll | 772 +++++++++++++++++++++++++++++++++
5 files changed, 921 insertions(+), 56 deletions(-)
create mode 100644 test/CodeGen/PowerPC/store_fptoi.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 gcc.
from 7dd04f412de PR target/85693 * gcc.target/i386/pr85693.c: New test.
new a0b2bb7422e gcc/ChangeLog:
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 | 17 +
gcc/doc/extend.texi | 894 ++++++++++++++++++++++++++++------------------------
2 files changed, 495 insertions(+), 416 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 lldb.
from 123ab5ad9 [test] Re-enable TestUnicodeSymbols
new 0496657f8 Add support to object files for accessing the .debug_types section
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/lldb/lldb-enumerations.h | 1 +
lit/Modules/elf-section-types.yaml | 18 ++++++++++++++++--
source/Core/Section.cpp | 2 ++
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 3 +++
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 4 ++++
source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 3 +++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 ++++
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 ++
source/Symbol/ObjectFile.cpp | 1 +
9 files changed, 36 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 7de8fd2b743 [AMDGPU] Added checks for dpp_ctrl value
new 680a6e84e31 [llvm-objcopy] Fix exit code
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/help-message.test | 8 ++++++++
tools/llvm-objcopy/llvm-objcopy.cpp | 16 +++++++++++++---
2 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 test/tools/llvm-objcopy/help-message.test
--
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 binutils-gdb.
from 886d542809 PR23141, SIGSEGV in bfd_elf_set_group_contents
new 8ee22052f6 gdb/x86: Handle kernels using compact xsave 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:
gdb/ChangeLog | 17 +
gdb/amd64-tdep.c | 22 +-
gdb/common/x86-xstate.h | 13 +
gdb/gdbserver/ChangeLog | 10 +
gdb/gdbserver/i387-fp.c | 210 ++++--
gdb/gdbserver/regcache.c | 13 +
gdb/gdbserver/regcache.h | 3 +
gdb/i387-tdep.c | 767 ++++++++++++---------
gdb/i387-tdep.h | 6 +
gdb/testsuite/ChangeLog | 5 +
.../amd64-init-x87-values.S} | 27 +-
gdb/testsuite/gdb.arch/amd64-init-x87-values.exp | 175 +++++
12 files changed, 856 insertions(+), 412 deletions(-)
copy gdb/testsuite/{gdb.cp/watch-cp.cc => gdb.arch/amd64-init-x87-values.S} (69%)
create mode 100644 gdb/testsuite/gdb.arch/amd64-init-x87-values.exp
--
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 86a91077aeb Make std::regex automata use non-debug vector in Debug Mode
new 7dd04f412de PR target/85693 * gcc.target/i386/pr85693.c: New test.
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr85693.c | 21 +++++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr85693.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 6c961de3ad3 [X86] Tag PCONFIG instruction with WriteSystem scheduler class
new 7de8fd2b743 [AMDGPU] Added checks for dpp_ctrl value
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/AsmParser/AMDGPUAsmParser.cpp | 50 ++++++++++++----------
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 31 ++++++++------
lib/Target/AMDGPU/SIDefines.h | 38 ++++++++++++++++
lib/Target/AMDGPU/SIInstrInfo.cpp | 16 +++++++
4 files changed, 99 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.