This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 77b4019 Daily bump.
new 9483a0a PR sanitizer/79897 * ubsan.c (ubsan_encode_value): Call mar [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/ubsan/pr79897.c | 15 +++++++++++++++
gcc/ubsan.c | 1 +
4 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr79897.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 58580c5 Revert "AMDGPU: Set MCAsmInfo::PointerSize"
new fd76e3c [APInt] Add rvalue reference support to and, or, xor operatio [...]
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/llvm/ADT/APInt.h | 81 +++++++++++++-----------------
lib/Support/APInt.cpp | 25 ---------
unittests/ADT/APIntTest.cpp | 120 ++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 155 insertions(+), 71 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 980eb98 Remove FileSpec dependency on FileSystem.
new 124c20f Fix FreeBSD 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:
source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 5 +++--
1 file changed, 3 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 6d4bb00 Fix linux build.
new 980eb98 Remove FileSpec dependency on FileSystem.
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/Host/common/FileSpec.cpp | 52 ++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 29 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 d9bfb7b Use LLVM for all stat-related functionality.
new 58580c5 Revert "AMDGPU: Set MCAsmInfo::PointerSize"
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/MCTargetDesc/AMDGPUMCAsmInfo.cpp | 1 -
test/CodeGen/AMDGPU/basic-debug-info.ll | 26 ----------------------
2 files changed, 27 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/basic-debug-info.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 binutils-2_28-branch
in repository binutils-gdb.
from 40d57b1 Automatic date update in version.in
new dd41da8 PowerPC VLE typo fix
new 433f02b Don't decode powerpc insns with invalid fields
new 0d69827 PowerPC64 abort due to dynamic relocs on hidden undefweak
new 354199c Fix ld uninitialized read of script ASSERT data structure
The 4 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 | 13 ++++
bfd/elf32-ppc.c | 2 +-
bfd/elf64-ppc.c | 6 +-
ld/ChangeLog | 5 ++
ld/ldlang.c | 3 +-
opcodes/ChangeLog | 12 ++++
opcodes/ppc-opc.c | 207 +++++++++++++++++++++++++++++++++++++++++-------------
7 files changed, 195 insertions(+), 53 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 f2a32d0 Use LLVM for all stat-related functionality.
new 6d4bb00 Fix linux 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:
source/Host/common/FileSpec.cpp | 4 ++--
1 file changed, 2 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 be4e5b1 [APInt] Fix test names in unittest to match functions being t [...]
new d9bfb7b Use LLVM for all stat-related functionality.
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/llvm/Support/FileSystem.h | 6 ++++++
lib/Support/Path.cpp | 7 +++++++
2 files changed, 13 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 llvm.
from a207a85 [APInt] Add getBitsSetFrom and setBitsFrom to set upper bits [...]
new be4e5b1 [APInt] Fix test names in unittest to match functions being t [...]
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:
unittests/ADT/APIntTest.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.