This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bf86676 * loop-unroll.c (unroll_loop_runtime_iterations): Condition [...]
new f81df48 * gnat.dg/debug7.adb (dg-options): Remove -g. * gnat.dg/deb [...]
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 | 6 ++++++
gcc/testsuite/gnat.dg/debug7.adb | 2 +-
gcc/testsuite/gnat.dg/debug8.adb | 2 +-
gcc/testsuite/gnat.dg/debug9.adb | 2 +-
4 files changed, 9 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from fd3907f Upgrade gdb/gdbserver to 7.12-branch.
new 9c61d0a Validate manifests after 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:
scripts/MakeRelease.job | 12 ++++++++++++
1 file changed, 12 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from e705069 Simplify make headers_install handling code.
new fd3907f Upgrade gdb/gdbserver to 7.12-branch.
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:
config/gdb.conf | 2 +-
config/gdbserver.conf | 4 ++--
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 clang.
from 9c7db03 Fix for PR30632: Name mangling issue.
new eeed5f6 Implement __stosb intrinsic as a volatile memset
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/clang/Basic/BuiltinsX86.def | 2 ++
lib/CodeGen/CGBuiltin.cpp | 5 +++++
lib/Headers/intrin.h | 5 -----
test/CodeGen/ms-intrinsics.c | 16 ++++++++++++++++
test/Headers/ms-intrin.cpp | 1 -
5 files changed, 23 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 20bdbbe [Coverage] Support loading multiple binaries into a CoverageMapping
new a79c08f Revert "In preparation for removing getNameWithPrefix off of [...]
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/CodeGen/TargetLoweringObjectFileImpl.cpp | 9 +--------
lib/Target/TargetMachine.cpp | 8 +++++++-
2 files 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 gcc.
from 33949ab debug/elf: add sparc64 relocations
new d431636 runtime: just do file/line lookup in C, move Func to Go
new bf86676 * loop-unroll.c (unroll_loop_runtime_iterations): Condition [...]
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/go/gofrontend/MERGE | 2 +-
gcc/loop-unroll.c | 41 ++++++++++------
libgo/go/runtime/symtab.go | 38 +++++++++------
libgo/runtime/go-caller.c | 115 ++++++++-------------------------------------
libgo/runtime/runtime.h | 12 -----
6 files changed, 74 insertions(+), 139 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 7c52e33 Move alignTo computation inside the if.
new 20bdbbe [Coverage] Support loading multiple binaries into a CoverageMapping
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:
.../llvm/ProfileData/Coverage/CoverageMapping.h | 12 +++++
lib/ProfileData/Coverage/CoverageMapping.cpp | 56 +++++++++++++++-------
unittests/ProfileData/CoverageMappingTest.cpp | 48 ++++++++++++++++---
3 files changed, 94 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 4594395 [X86] Take advantage of the lzcnt instruction on btver2 archi [...]
new 7c52e33 Move alignTo computation inside the if.
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/MC/StringTableBuilder.cpp | 8 +++++---
1 file changed, 5 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 lldb.
from 5590563 [LLDB-MI] Minor cleanup of CMICmnLLDBUtilSBValue class
new 04bc152 [CMake] Populate LLDB.framework's headers directory
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/API/CMakeLists.txt | 18 +++++++++++++++++-
1 file changed, 17 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 29a2219 Avoid copies in std::scoped_allocator_adaptor piecewise construction
new 305db1a PR rtl-optimization/68212 * cfgloopmanip.c (duplicate_loop_ [...]
new 33949ab debug/elf: add sparc64 relocations
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 | 8 ++++
gcc/cfgloopmanip.c | 5 ++-
gcc/go/gofrontend/MERGE | 2 +-
gcc/loop-unroll.c | 34 +++++++++++++--
libgo/go/debug/elf/file.go | 47 +++++++++++++++++++++
libgo/go/debug/elf/file_test.go | 19 +++++++++
.../testdata/go-relocation-test-gcc620-sparc64.obj | Bin 0 -> 5952 bytes
7 files changed, 110 insertions(+), 5 deletions(-)
create mode 100644 libgo/go/debug/elf/testdata/go-relocation-test-gcc620-sparc64.obj
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.