This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a224697 * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New. [...]
new 899bcc0 * gcc.c-torture/execute/20030222-1.c: Skip on ptx. * gcc.dg [...]
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 | 7 +++++++
gcc/testsuite/gcc.c-torture/execute/20030222-1.c | 1 +
gcc/testsuite/gcc.dg/pr68671.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr54261-1.c | 5 ++++-
gcc/testsuite/gcc.dg/torture/type-generic-1.c | 2 +-
5 files changed, 14 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 llvm.
from 888bd0b Debug Info: Introduce a DwarfDebug::UseDWARF2Bitfields flag i [...]
new e5abbb2 [WebAssembly] Don't stackify calls past stack pointer modifications.
new 79f152a Remove unnecessary header include.
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/MC/MCDisassembler/MCRelocationInfo.cpp | 1 -
.../WebAssembly/WebAssemblyFrameLowering.cpp | 16 ++++----
lib/Target/WebAssembly/WebAssemblyRegStackify.cpp | 45 ++++++++++++++++------
test/CodeGen/WebAssembly/reg-stackify.ll | 16 +++++++-
4 files changed, 56 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 master
in repository llvm.
from fc99ce0 Revert r269828 "X86: Avoid using _chkstk when lowering WIN_AL [...]
new 3c661ab minor cleanup /NFC
new 888bd0b Debug Info: Introduce a DwarfDebug::UseDWARF2Bitfields flag i [...]
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/Transforms/PGOInstrumentation.h | 3 +--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 3 +++
lib/CodeGen/AsmPrinter/DwarfDebug.h | 7 +++++++
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 9 +++------
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp | 6 ++----
5 files changed, 16 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 2f6a4d2 Fold bit_not through ASR and rotate
new a224697 * config/nvptx/nvptx.c (nvptx_function_arg_boundary): New. [...]
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/config/nvptx/nvptx.c | 13 +++++++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/nvptx/abi-vararg-3.c | 13 +++++++++++++
4 files changed, 35 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/nvptx/abi-vararg-3.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 libcxx.
from 995f64c Add test for r269789
new a3388c6 Test hijacking ADL for operator& in the stream iterator const [...]
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:
.../ostream.iterator.cons.des/ostream.pass.cpp | 20 +++++++++++++++++---
.../ostream.iterator.cons.des/ostream_delim.pass.cpp | 13 +++++++++++++
2 files changed, 30 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 gdb-7.11-branch
in repository binutils-gdb.
from bffe67e Automatic date update in version.in
new b5f0db4 Fix -exec-run not running asynchronously with mi-async on (PR [...]
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 | 7 ++++
gdb/mi/mi-main.c | 12 ++++--
gdb/testsuite/ChangeLog | 6 +++
.../bad-regnum.c => gdb.mi/mi-async-run.c} | 11 ++++-
.../callexit.exp => gdb.mi/mi-async-run.exp} | 47 ++++++++++++----------
5 files changed, 56 insertions(+), 27 deletions(-)
copy gdb/testsuite/{gdb.dwarf2/bad-regnum.c => gdb.mi/mi-async-run.c} (83%)
copy gdb/testsuite/{gdb.base/callexit.exp => gdb.mi/mi-async-run.exp} (53%)
--
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 27bdad4 PR ipa/71146 * tree-inline.c (expand_call_inline): Call ma [...]
new 2f6a4d2 Fold bit_not through ASR and rotate
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 | 6 +++
gcc/match.pd | 21 +++++++++
gcc/testsuite/ChangeLog | 8 ++++
gcc/testsuite/gcc.dg/fold-notrotate-1.c | 54 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/fold-notshift-1.c | 77 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/fold-notshift-2.c | 33 ++++++++++++++
6 files changed, 199 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/fold-notrotate-1.c
create mode 100644 gcc/testsuite/gcc.dg/fold-notshift-1.c
create mode 100644 gcc/testsuite/gcc.dg/fold-notshift-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 compiler-rt.
from 7677ebe [sanitizers] disabling LateInitialize call to fix the build.
new fcc6038 [esan] Fix isShadowMem endpoint bug
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/esan/esan_shadow.h | 3 +--
1 file changed, 1 insertion(+), 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 openmp.
from da1e2c8 Update copyright year in LICENSE.txt
new aa4e4f2 Remove trailing whitespace in READMEs, CREDITS.txt and index.html
new b008163 Remove trailing whitespace in CMake files
new 9c8a7db Remove trailing whitespace in files in tools/ directory
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:
CREDITS.txt | 4 ++--
runtime/Build_With_CMake.txt | 20 ++++++++++----------
runtime/CMakeLists.txt | 8 ++++----
runtime/README.txt | 14 +++++++-------
runtime/cmake/config-ix.cmake | 6 +++---
runtime/tools/lib/Platform.pm | 8 ++++----
www/README.txt | 14 +++++++-------
www/index.html | 10 +++++-----
8 files changed, 42 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.