This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from fc3e133 Avoid running $(CXX) during build to obtain header file paths
new 85f7554 Add test case for O_TMPFILE handling in open, openat
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 | 6 ++
io/Makefile | 3 +-
io/tst-open-tmpfile.c | 216 ++++++++++++++++++++++++++++++++++++++++++++++++++
test-skeleton.c | 15 ++++
4 files changed, 239 insertions(+), 1 deletion(-)
create mode 100644 io/tst-open-tmpfile.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 gcc.
from c678023 * configure.ac: Do not create links, only substitute the fil [...]
new 1a39df2 gcc: 2016-09-21 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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/pr77550.C | 295 +++++++++++++++++++++++++++++++++++++++++
gcc/tree-vect-stmts.c | 96 ++++++++++----
4 files changed, 374 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr77550.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 d5fca75 [AMDGPU] Assembler: remove unused AMDGPUMCObjectWriter.
new d79f714 GlobalISel: pass Function to lowerFormalArguments directly (NFC).
new c297159 GlobalISel: produce correct code for signext/zeroext ABI flags.
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:
include/llvm/CodeGen/GlobalISel/CallLowering.h | 29 ++-
include/llvm/CodeGen/LowLevelType.h | 2 +
lib/CodeGen/GlobalISel/CallLowering.cpp | 71 +++++++-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 3 +-
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 7 +-
lib/CodeGen/LowLevelType.cpp | 18 ++
lib/Target/AArch64/AArch64CallLowering.cpp | 196 +++++++++++----------
lib/Target/AArch64/AArch64CallLowering.h | 17 +-
lib/Target/AArch64/AArch64CallingConvention.td | 1 +
lib/Target/AMDGPU/AMDGPUCallLowering.cpp | 6 +-
lib/Target/AMDGPU/AMDGPUCallLowering.h | 6 +-
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 40 +++++
12 files changed, 274 insertions(+), 122 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 19b1ac4 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_ [...]
new c678023 * configure.ac: Do not create links, only substitute the fil [...]
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:
libgcc/ChangeLog | 14 ++++++++++++++
libgcc/Makefile.in | 24 +++++++++++++++++++++--
libgcc/configure | 55 ++++-------------------------------------------------
libgcc/configure.ac | 10 +++++-----
4 files changed, 45 insertions(+), 58 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 binutils-gdb.
from fc6cda2 Keep reserved bits in CPSR on write
new 3d0ec88 MIPS/testsuite: mips16-thunks: Use `standard_output_file'
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/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.arch/mips16-thunks.exp | 9 ++++-----
2 files changed, 9 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 gdb-7.12-branch
in repository binutils-gdb.
from 79c7eab Automatic date update in version.in
new 61f97a2 Keep reserved bits in CPSR on write
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 | 5 +++++
gdb/aarch32-linux-nat.c | 11 +++++++++--
gdb/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/linux-aarch32-low.c | 4 ++++
4 files changed, 23 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 lld.
from 1e19af2 [ELF] - Linkerscript: reimplement readSectionExcludes()
new 34be12d Linker script: Fix bug with several .bss
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 | 3 ++-
test/ELF/linkerscript/double-bss.s | 16 ++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/double-bss.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 binutils-gdb.
from 44b8317 Automatic date update in version.in
new fc6cda2 Keep reserved bits in CPSR on write
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 | 5 +++++
gdb/aarch32-linux-nat.c | 11 +++++++++--
gdb/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/linux-aarch32-low.c | 4 ++++
4 files changed, 23 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 lldb.
from 9a96eb8 Adds tests for breakpoint names, and a FindBreakpointsByName.
new 2e17f1e Remove an invalid doxygen `@return` docstring on a void 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:
source/Plugins/ExpressionParser/Clang/ClangASTSource.h | 3 ---
1 file changed, 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 gcc.
from be122a9 2016-09-21 Richard Biener <rguenther(a)suse.de>
new 19b1ac4 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_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:
gcc/ChangeLog | 5 +++++
gcc/gimple-ssa-sprintf.c | 1 +
2 files changed, 6 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 gcc.
from 3bb1aa9 Use rand_s on MinGW-w64, fix array bound overflow.
new be122a9 2016-09-21 Richard Biener <rguenther(a)suse.de>
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/dwarf2out.c | 20 ++++++++++++++------
2 files changed, 22 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 llvm.
from abc7f41 [mips] LLVM PR/30197 - Tail call incorrectly clobbers argumen [...]
new d5fca75 [AMDGPU] Assembler: remove unused AMDGPUMCObjectWriter.
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:
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 25 ----------------------
1 file changed, 25 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 a09b160 2016-09-21 Louis Krupp <louis.krupp(a)zoho.com>
new 48bc6fd gcc/ PR target/77326 * config/avr/avr.c (avr_notice_update_ [...]
new 3bb1aa9 Use rand_s on MinGW-w64, fix array bound overflow.
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:
gcc/ChangeLog | 6 ++++
gcc/config/avr/avr.c | 40 ++++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/avr/torture/pr77326.c | 26 +++++++++++++++++
libgfortran/ChangeLog | 5 ++++
libgfortran/intrinsics/random.c | 20 ++++++++++---
6 files changed, 96 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr77326.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-6-branch
in repository gcc.
from acedae0 Daily bump.
new f81a4b9 Backport from 2016-09-21 trunk r240306. PR target/77326 * [...]
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/avr/avr.c | 40 ++++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gcc.target/avr/torture/pr77326.c | 26 +++++++++++++++++
4 files changed, 79 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr77326.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 cf00ba7 [sanitizers] Update sanitizers test to better match glibc internals
new 1d7390e Revert "[sanitizers] Update sanitizers test to better match g [...]
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/sanitizer_common/TestCases/Linux/sem_init_glibc.cc | 10 ++--------
1 file changed, 2 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 2c37c77 Revert "AArch64: Set shift bit of TLSLE HI12 add instruction"
new abc7f41 [mips] LLVM PR/30197 - Tail call incorrectly clobbers argumen [...]
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/Mips/MipsISelLowering.cpp | 4 +-
.../Mips/tailcall/tail-call-arguments-clobber.ll | 53 ++++++++++++++++++++++
2 files changed, 56 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Mips/tailcall/tail-call-arguments-clobber.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 libcxxabi.
from 933c4df Fix side effect in assertion
new b62a4dd [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)
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:
CMakeLists.txt | 2 +-
src/config.h | 5 -----
src/cxa_exception.cpp | 2 +-
src/cxa_exception_storage.cpp | 2 +-
src/cxa_guard.cpp | 40 ++++++++++++++++++------------------
src/fallback_malloc.ipp | 16 +++++++--------
test/libcxxabi/test/config.py | 2 +-
test/test_exception_storage.pass.cpp | 32 ++++++++++-------------------
test/test_guard.pass.cpp | 8 ++++----
9 files changed, 47 insertions(+), 62 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 glibc.
from e299076 Fix old-style function definition
new 1d2ea31 sln: Preprocessor cleanups
new 612148c Generate .op pattern rules for profiling builds only
new fc3e133 Avoid running $(CXX) during build to obtain header file paths
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:
ChangeLog | 19 +++++++++++++++++++
Makeconfig | 4 +++-
Makerules | 8 ++------
config.make.in | 2 ++
configure | 14 ++++++++++++++
configure.ac | 12 ++++++++++++
elf/sln.c | 15 ---------------
7 files changed, 52 insertions(+), 22 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 users/ARM/embedded-binutils-2_26-branch
in repository binutils-gdb.
from 5675668 Merge remote-tracking branch 'origin/binutils-2_26-branch' in [...]
new 8848d11 2016-09-21 Andre Vieira <andre.simoesdiasvieira(a)arm.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:
bfd/ChangeLog.arm | 14 ++++++++++++++
bfd/elf32-arm.c | 15 +++++++++++++--
ld/ChangeLog.arm | 14 ++++++++++++++
ld/testsuite/ld-arm/arm-elf.exp | 5 ++++-
...arcall-thumb-thumb-blx.d => farcall-thumb2-thumb2-m.d} | 5 +++--
.../ld-arm/jump-reloc-veneers-cond-long-backward.d | 7 +------
ld/testsuite/ld-arm/jump-reloc-veneers-cond-long.d | 7 +------
7 files changed, 50 insertions(+), 17 deletions(-)
copy ld/testsuite/ld-arm/{farcall-thumb-thumb-blx.d => farcall-thumb2-thumb2-m.d} (69%)
--
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 7ddd599 [CMake] Rename back SIMPLE_SOURCE to compile as C++
new cf00ba7 [sanitizers] Update sanitizers test to better match glibc internals
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/sanitizer_common/TestCases/Linux/sem_init_glibc.cc | 10 ++++++++--
1 file changed, 8 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 lld.
from fdf6156 Accept sh_entsize = 0.
new 1e19af2 [ELF] - Linkerscript: reimplement readSectionExcludes()
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 | 30 ++++++++++++------------------
test/ELF/linkerscript/exclude-multiple.s | 9 +++++++++
2 files changed, 21 insertions(+), 18 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 437db4f AArch64: Set shift bit of TLSLE HI12 add instruction
new 2c37c77 Revert "AArch64: Set shift bit of TLSLE HI12 add instruction"
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/MCTargetDesc/AArch64MCCodeEmitter.cpp | 6 ------
test/MC/AArch64/tls-add-shift.s | 12 ------------
2 files changed, 18 deletions(-)
delete mode 100644 test/MC/AArch64/tls-add-shift.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 6d355ff clang-format: [JS] do not wrapp @returns tags.
new 249c2be PR30401: Fix substitutions for functions with abi_tag
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/AST/ItaniumMangle.cpp | 20 ++++++++++++++++++--
test/CodeGenCXX/mangle-abi-tag.cpp | 16 ++++++++++++++++
2 files changed, 34 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 gcc.
from 9120722 2016-09-21 Richard Biener <rguenther(a)suse.de>
new a09b160 2016-09-21 Louis Krupp <louis.krupp(a)zoho.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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gfortran.dg/pr68078.f90 | 12 ++++++++++--
2 files changed, 14 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.
Yvan Roux pushed a change to branch linaro-local/Yvan-fsf-6.2-ref
in repository toolchain/gcc.
at 6ac74a6 Update ChangeLog and version files for release
No new revisions were added by this update.
--
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.
Yvan Roux pushed a change to tag linaro-local/Yvan-fsf-6.2-branch
in repository toolchain/gcc.
at 6ac74a6 (commit)
No new revisions were added by this update.
--
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 8bb1682 [AVX-512] Split the 3 different usages of the X86ISD::FSETCC [...]
new 437db4f AArch64: Set shift bit of TLSLE HI12 add instruction
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/MCTargetDesc/AArch64MCCodeEmitter.cpp | 6 ++++++
test/MC/AArch64/tls-add-shift.s | 12 ++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 test/MC/AArch64/tls-add-shift.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from a7c20cf build-linux.sh: Remove spurious debug code.
new 73daa2a build-gcc.sh: Do not force --build and --host.
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:
build-gcc.sh | 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 gcc.
from 637b3eb 2016-09-21 Paul Thomas <pault(a)gcc.gnu.org>
new f6aeb96 2016-09-21 Richard Biener <rguenther(a)suse.de> Jakub Jeline [...]
new 9120722 2016-09-21 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 20 +++++++++++
gcc/testsuite/ChangeLog | 12 +++++++
gcc/testsuite/gcc.dg/pr77621.c | 11 ++++++
gcc/testsuite/gcc.dg/torture/pr77648-1.c | 24 +++++++++++++
gcc/testsuite/gcc.dg/torture/pr77648-2.c | 22 ++++++++++++
gcc/tree-ssa-structalias.c | 58 +++++++++++++++++++++++---------
gcc/tree-vect-data-refs.c | 7 ++++
7 files changed, 138 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr77621.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77648-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77648-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 master
in repository clang.
from d9e26ca [analyzer] Add a checker that detects blocks in critical sections
new 6d355ff clang-format: [JS] do not wrapp @returns tags.
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/Format/Format.cpp | 3 ++-
1 file changed, 2 insertions(+), 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 gcc.
from b5b88e7 Make integer size explicit
new 637b3eb 2016-09-21 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 14 +++++--
gcc/fortran/interface.c | 14 ++++++-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gfortran.dg/dtio_12.f90 | 74 +++++++++++++++++++++++++++++++++++
4 files changed, 103 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dtio_12.f90
--
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 bba417d llvm/test/CodeGen/NVPTX/zero-cs.ll: Relax an expression to ma [...]
new 8bb1682 [AVX-512] Split the 3 different usages of the X86ISD::FSETCC [...]
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/X86/X86ISelLowering.cpp | 15 +++++++++------
lib/Target/X86/X86ISelLowering.h | 4 ++++
lib/Target/X86/X86InstrFragmentsSIMD.td | 4 ++--
lib/Target/X86/X86IntrinsicsInfo.h | 8 ++++----
4 files changed, 19 insertions(+), 12 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 8ccdb0a Incorrect arithmetic optimization involving bitfield arguments
new b5b88e7 Make integer size explicit
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 | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr64130.c | 6 ++++--
2 files changed, 8 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 compiler-rt.
from 4598081 Revert "[CMake] Explicitly add --target option to compiler flags"
new 7ddd599 [CMake] Rename back SIMPLE_SOURCE to compile as 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:
cmake/Modules/CompilerRTUtils.cmake | 6 +++++-
cmake/config-ix.cmake | 2 +-
2 files changed, 6 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 4ba7f94 [AVX-512] Don't add an additional rounding mode operand to th [...]
new bba417d llvm/test/CodeGen/NVPTX/zero-cs.ll: Relax an expression to ma [...]
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/NVPTX/zero-cs.ll | 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 llvm.
from da9d4eb [libFuzzer] fix libc++ build
new 3170da5 [AVX-512] Simplify handling of INTR_TYPE_1OP_MASK_RM to remov [...]
new 4ba7f94 [AVX-512] Don't add an additional rounding mode operand to th [...]
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/X86/X86ISelLowering.cpp | 8 +-------
lib/Target/X86/X86InstrAVX512.td | 14 ++++++--------
lib/Target/X86/X86InstrFragmentsSIMD.td | 5 ++---
lib/Target/X86/X86IntrinsicsInfo.h | 6 +++---
4 files changed, 12 insertions(+), 21 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 860a9f5 [LV] When reporting about a specific instruction without debu [...]
new da9d4eb [libFuzzer] fix libc++ build
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/Fuzzer/FuzzerInternal.h | 1 +
1 file changed, 1 insertion(+)
--
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 b9833bf PR middle-end/49905 - Better sanity checking on sprintf src & [...]
new 8ccdb0a Incorrect arithmetic optimization involving bitfield arguments
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/gcc.dg/tree-ssa/pr72835.c | 37 +++++++++++++++
gcc/tree-ssa-reassoc.c | 80 +++++++++++++++++++++++++++++----
4 files changed, 121 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr72835.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 lld.
from f270e72 Revert "Revert "Only restrict order if both sections are in t [...]
new fdf6156 Accept sh_entsize = 0.
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/InputFiles.cpp | 16 ++++++++++++----
test/ELF/invalid-elf.test | 4 ----
test/ELF/merge-invalid-size.s | 7 +++++--
3 files changed, 17 insertions(+), 10 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 77ab75a [libFuzzer] more refactoring; NFC
new 860a9f5 [LV] When reporting about a specific instruction without debu [...]
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 | 5 +-
.../LoopVectorize/diag-missing-instr-debug-loc.ll | 78 ++++++++++++++++++++++
2 files changed, 82 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/LoopVectorize/diag-missing-instr-debug-loc.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 llvm.
from 1d75557 [NVPTX] Check if callsite is defined when computing argument [...]
new dae780f [AVX-512] Don't lower avx512 vcvtps2ph/vcvtph2ps nodes to ISD [...]
new 77ab75a [libFuzzer] more refactoring; 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/Fuzzer/FuzzerCrossOver.cpp | 2 +-
lib/Fuzzer/FuzzerDefs.h | 7 +++++
lib/Fuzzer/FuzzerDictionary.h | 3 ++
lib/Fuzzer/FuzzerIO.cpp | 2 +-
lib/Fuzzer/FuzzerInternal.h | 39 +----------------------
lib/Fuzzer/FuzzerMutate.cpp | 6 +++-
lib/Fuzzer/FuzzerMutate.h | 2 +-
lib/Fuzzer/FuzzerOptions.h | 55 +++++++++++++++++++++++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 4 ++-
lib/Target/X86/X86ISelLowering.h | 3 ++
lib/Target/X86/X86InstrFragmentsSIMD.td | 6 ++--
lib/Target/X86/X86IntrinsicsInfo.h | 12 +++----
12 files changed, 89 insertions(+), 52 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerOptions.h
--
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 2a54686 [libFuzzer] refactoring: split the large header into many; NFC
new 1d75557 [NVPTX] Check if callsite is defined when computing argument [...]
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/NVPTX/NVPTXISelLowering.cpp | 30 ++++++++++++++++++------------
lib/Target/NVPTX/NVPTXISelLowering.h | 3 ++-
test/CodeGen/NVPTX/zero-cs.ll | 10 ++++++++++
3 files changed, 30 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/NVPTX/zero-cs.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 llvm.
from 60dd435 [libFuzzer] refactoring: move the Corpus into a separate clas [...]
new 2a54686 [libFuzzer] refactoring: split the large header into many; NFC
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/Fuzzer/FuzzerCorpus.h | 56 ++++++
lib/Fuzzer/FuzzerCrossOver.cpp | 2 +
lib/Fuzzer/FuzzerDefs.h | 100 ++++++++++
lib/Fuzzer/FuzzerDictionary.h | 114 +++++++++++
lib/Fuzzer/FuzzerDriver.cpp | 2 +
lib/Fuzzer/FuzzerInternal.h | 391 +------------------------------------
lib/Fuzzer/FuzzerLoop.cpp | 4 +
lib/Fuzzer/FuzzerMain.cpp | 3 +-
lib/Fuzzer/FuzzerMutate.cpp | 6 +-
lib/Fuzzer/FuzzerMutate.h | 130 ++++++++++++
lib/Fuzzer/FuzzerRandom.h | 31 +++
lib/Fuzzer/FuzzerTracePC.cpp | 1 +
lib/Fuzzer/FuzzerTracePC.h | 84 ++++++++
lib/Fuzzer/FuzzerTraceState.cpp | 5 +-
lib/Fuzzer/FuzzerUtil.cpp | 4 -
lib/Fuzzer/test/FuzzerUnittest.cpp | 3 +
16 files changed, 539 insertions(+), 397 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerCorpus.h
create mode 100644 lib/Fuzzer/FuzzerDefs.h
create mode 100644 lib/Fuzzer/FuzzerDictionary.h
create mode 100644 lib/Fuzzer/FuzzerMutate.h
create mode 100644 lib/Fuzzer/FuzzerRandom.h
create mode 100644 lib/Fuzzer/FuzzerTracePC.h
--
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 44e50d8 Fix Clang initialization and Clang-tidy modernize-use-nullptr [...]
new 9a96eb8 Adds tests for breakpoint names, and a FindBreakpointsByName.
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/API/SBTarget.h | 4 ++++
include/lldb/Breakpoint/BreakpointList.h | 11 +++++++++++
scripts/interface/SBTarget.i | 3 +++
source/API/SBTarget.cpp | 17 +++++++++++++++++
source/Breakpoint/BreakpointList.cpp | 17 +++++++++++++++++
source/Commands/CommandObjectBreakpoint.cpp | 18 ++++++++++++++----
6 files changed, 66 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 40e5ccb Revert "TableGen: Switch from a std::map to a DenseMap in Cod [...]
new 60dd435 [libFuzzer] refactoring: move the Corpus into a separate clas [...]
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/Fuzzer/FuzzerDriver.cpp | 30 ++++-----
lib/Fuzzer/FuzzerFlags.def | 5 +-
lib/Fuzzer/FuzzerIO.cpp | 2 +-
lib/Fuzzer/FuzzerInternal.h | 56 +++++++++++-----
lib/Fuzzer/FuzzerLoop.cpp | 134 ++++++--------------------------------
lib/Fuzzer/test/fuzzer-dirs.test | 3 +
lib/Fuzzer/test/fuzzer-drill.test | 8 ---
lib/Fuzzer/test/fuzzer-trunc.test | 8 ---
8 files changed, 83 insertions(+), 163 deletions(-)
delete mode 100644 lib/Fuzzer/test/fuzzer-drill.test
delete mode 100644 lib/Fuzzer/test/fuzzer-trunc.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 lldb.
from b61ac5c Add some more tests for breakpoint serialization.
new 44e50d8 Fix Clang initialization and Clang-tidy modernize-use-nullptr [...]
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:
.../Utility/RegisterContextNetBSD_x86_64.cpp | 62 +++++++++++---------
.../Plugins/Process/Utility/RegisterInfos_i386.h | 61 ++++++++++---------
.../Plugins/Process/Utility/RegisterInfos_x86_64.h | 68 +++++++++++-----------
3 files changed, 97 insertions(+), 94 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 86978b7 [InferAttributes] Don't access parameters that don't exist.
new 40e5ccb Revert "TableGen: Switch from a std::map to a DenseMap in Cod [...]
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:
utils/TableGen/CodeGenRegisters.h | 3 ++-
1 file changed, 2 insertions(+), 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 zorg.
from 0f83b78 Removed inoperative builder lldb-x86_64-debian-clang.
new be6890f Try to re-enable CFI tests on sanitizer-linux bot.
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:
.../buildbot/builders/sanitizers/buildbot_cmake.sh | 26 ++++++++++++----------
1 file changed, 14 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.