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 e133d00576 i386: Avoid dynamic symbol with GOT reference in PIE
new b8ac4fa43d Automatic date update in version.in
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/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from b2e445cf19 release branch: Fix: --enable-werror
new 46144c47a7 Automatic date update in version.in
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/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from ce80015e75 Automatic date update in version.in
new 9f98c43929 Automatic date update in version.in
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/version.h | 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 4b8e4224d5d Remove a repeated comment line. NFC.
new 9204f8cf4aa Fixup for r301054: Use an explicit constructor.
new 9c1b0af6584 Move Split DWARF handling to an MC option/command line argu [...]
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/MC/MCTargetOptions.h | 1 +
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 19 ++++---------------
lib/Fuzzer/FuzzerMerge.h | 2 +-
test/CodeGen/X86/dwarf-headers.ll | 8 ++++----
test/DebugInfo/Generic/empty.ll | 2 +-
test/DebugInfo/PowerPC/tls-fission.ll | 2 +-
test/DebugInfo/X86/cu-ranges-odr.ll | 2 +-
test/DebugInfo/X86/cu-ranges.ll | 4 ++--
test/DebugInfo/X86/dwarf-pubnames-split.ll | 2 +-
test/DebugInfo/X86/empty.ll | 2 +-
test/DebugInfo/X86/fission-cu.ll | 2 +-
test/DebugInfo/X86/fission-hash.ll | 2 +-
test/DebugInfo/X86/fission-inline.ll | 2 +-
test/DebugInfo/X86/fission-no-inlining.ll | 2 +-
test/DebugInfo/X86/fission-ranges.ll | 2 +-
test/DebugInfo/X86/generate-odr-hash.ll | 2 +-
test/DebugInfo/X86/sret.ll | 2 +-
test/DebugInfo/X86/tls.ll | 2 +-
test/DebugInfo/X86/type_units_with_addresses.ll | 4 ++--
tools/llc/llc.cpp | 6 ++++++
20 files changed, 33 insertions(+), 37 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 73b19c609f P0629R0: Switch to latest proposal for distinguishing module [...]
new ea2cb09d2a Move Split DWARF handling to an MC option/command line argum [...]
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/Driver/CC1Options.td | 2 ++
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/BackendUtil.cpp | 2 ++
lib/CodeGen/CGDebugInfo.cpp | 12 +++++++-----
lib/Driver/ToolChains/Clang.cpp | 3 +--
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGen/split-debug-filename.c | 5 +++++
test/Driver/split-debug.c | 16 ++++++++--------
8 files changed, 27 insertions(+), 15 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 1d830459ca8 Fixup for r301054: Only use __attribute__((no_sanitize("mem [...]
new 4b8e4224d5d Remove a repeated comment line. 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/Analysis/InlineCost.cpp | 1 -
1 file changed, 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 libcxx.
from fba865a21 Expand test coverage for LWG2857
new 5df171df5 cmath: Skip Libc for integral types in isinf, etc.
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/math.h | 89 ++++++++++++++++++++++++++++++---
test/std/numerics/c.math/cmath.pass.cpp | 33 ++++++++++++
2 files changed, 114 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 d534f62d26e AArch64FrameLowering: Check if the ExtraCSSpill register is [...]
new 1d830459ca8 Fixup for r301054: Only use __attribute__((no_sanitize("mem [...]
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/FuzzerDefs.h | 6 +++++-
1 file changed, 5 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 llvm.
from e2389da742c [APSInt] Use APInt::compare and APInt::compareSigned to imp [...]
new d0b815c06f9 [libFuzzer] Always build libFuzzer
new d534f62d26e AArch64FrameLowering: Check if the ExtraCSSpill register is [...]
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/CMakeLists.txt | 74 ++++++++++++++------------
lib/Target/AArch64/AArch64FrameLowering.cpp | 12 ++---
test/CodeGen/AArch64/swiftself-scavenger.ll | 82 +++++++++++++++++++++++++++++
3 files changed, 128 insertions(+), 40 deletions(-)
create mode 100644 test/CodeGen/AArch64/swiftself-scavenger.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.
from 54fef63e22 [index] Take into account the category's external_symbol att [...]
new 73b19c609f P0629R0: Switch to latest proposal for distinguishing module [...]
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/DiagnosticParseKinds.td | 10 ++---
include/clang/Basic/DiagnosticSemaKinds.td | 6 ++-
include/clang/Sema/Sema.h | 3 +-
lib/Parse/Parser.cpp | 67 ++++++++++++-----------------
lib/Sema/SemaDecl.cpp | 43 +++++++++++-------
test/CodeGenCXX/modules-ts.cppm | 2 +-
test/Driver/modules-ts.cpp | 12 +++---
test/Parser/cxx-modules-import.cpp | 42 +++++++++---------
test/Parser/cxx-modules-interface.cppm | 6 +--
test/SemaCXX/modules-ts.cppm | 4 +-
10 files changed, 99 insertions(+), 96 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.