This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 2e989b212 cygwin: fix stray semicolon
new 46702f92e cygwin: pread() returns non-zero if read beyond EOF
new c983aa487 cygwin: fhandler_disk_file::pread: always print debug info on return
new 181fe5d2e cygwin: pread: Remove incorrect comment
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:
winsup/cygwin/fhandler_disk_file.cc | 18 ++++++++++++++----
1 file changed, 14 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 c5abad3f598 [RISCV] Codegen support for materializing constants
new 21ae2e7a569 [RISCV] Codegen support for memory operations
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/RISCV/RISCVISelLowering.cpp | 3 +
lib/Target/RISCV/RISCVInstrInfo.cpp | 12 +++
lib/Target/RISCV/RISCVInstrInfo.h | 4 +
lib/Target/RISCV/RISCVInstrInfo.td | 28 ++++++
test/CodeGen/RISCV/mem.ll | 177 +++++++++++++++++++++++++++++++++
test/CodeGen/RISCV/wide-mem.ll | 16 +++
6 files changed, 240 insertions(+)
create mode 100644 test/CodeGen/RISCV/mem.ll
create mode 100644 test/CodeGen/RISCV/wide-mem.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 clang-tools-extra.
from 57112c7d [clangd] loosen tests for flag-dependence revealed by r317670
new fc8e981f [clangd] tolerate windows filepaths in tests
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/clangd/diagnostics-preamble.test | 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 96342ebf2a0 [Analysis] Fix merging TBAA tags with different final access types
new c5abad3f598 [RISCV] Codegen support for materializing constants
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/RISCV/RISCVInstrInfo.td | 24 +++++++++++++++++++
test/CodeGen/RISCV/alu32.ll | 1 -
test/CodeGen/RISCV/imm.ll | 47 ++++++++++++++++++++++++++++++++++++++
3 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/RISCV/imm.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 31311a123ee Fix vrp101.c test-case.
new 4c796f543f5 PR 82869 Introduce logical_type_node and use it
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 | 125 +++++++++-
gcc/fortran/convert.c | 22 +-
gcc/fortran/trans-array.c | 150 ++++++------
gcc/fortran/trans-decl.c | 16 +-
gcc/fortran/trans-expr.c | 82 +++----
gcc/fortran/trans-intrinsic.c | 268 ++++++++++-----------
gcc/fortran/trans-io.c | 12 +-
gcc/fortran/trans-openmp.c | 26 +-
gcc/fortran/trans-stmt.c | 58 ++---
gcc/fortran/trans-types.c | 12 +-
gcc/fortran/trans-types.h | 14 ++
gcc/fortran/trans.c | 50 ++--
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gfortran.dg/logical_temp_io.f90 | 13 +
.../gfortran.dg/logical_temp_io_kind8.f90 | 14 ++
15 files changed, 527 insertions(+), 341 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/logical_temp_io.f90
create mode 100644 gcc/testsuite/gfortran.dg/logical_temp_io_kind8.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 lldb.
from caf0ce10b Log: delimit thread name in log message
new 759ae31a1 Xfail TestConcurrentTwoWatchpointsOneSignal on arm
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:
.../two_watchpoints_one_signal/TestConcurrentTwoWatchpointsOneSignal.py | 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 llvm.
from d036c9c4396 [mips] Guard indirect and tailcall pseudo instructions correctly.
new 96342ebf2a0 [Analysis] Fix merging TBAA tags with different final access types
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/TypeBasedAliasAnalysis.cpp | 37 ++++++-----------
.../LoadStoreVectorizer/X86/merge-tbaa.ll | 46 ++++++++++++++++++++++
2 files changed, 59 insertions(+), 24 deletions(-)
create mode 100644 test/Transforms/LoadStoreVectorizer/X86/merge-tbaa.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 f5df52e4790 * gcc.dg/strlenopt-33g.c: Remove duplicate dg-do command.
new 116deb8c902 Simplify call of gimple_call_internal_p.
new 31311a123ee Fix vrp101.c test-case.
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 | 5 +++++
gcc/gimplify.c | 6 ++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/vrp101.c | 2 +-
4 files changed, 13 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 llvm.
from 4514930eb0a BasicAA: fix bug where we would return partialalias instead [...]
new d036c9c4396 [mips] Guard indirect and tailcall pseudo instructions correctly.
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/MicroMips32r6InstrInfo.td | 7 ++++
lib/Target/Mips/MicroMipsInstrInfo.td | 10 +++---
lib/Target/Mips/MipsInstrInfo.td | 17 +++++----
test/CodeGen/Mips/brind-tailcall.ll | 60 +++++++++++++++++++++++++++++++
test/CodeGen/Mips/tailcall/tailcall.ll | 15 +++++++-
5 files changed, 97 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/Mips/brind-tailcall.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 4d211caa376 [NFCI] Ensure TargetOpcode::* are compatible with guessInst [...]
new 4514930eb0a BasicAA: fix bug where we would return partialalias instead [...]
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/BasicAliasAnalysis.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.