This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_31-branch
in repository binutils-gdb.
from d8d43263de Automatic date update in version.in
new 6cfa38dcca 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 59c0c36fc16 Prevent DILocation::getMergedLocation() from creating inval [...]
new bb4f57ce91e [RISCV] Fixed Assertion`Kind == Immediate && "Invalid type [...]
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/AsmParser/RISCVAsmParser.cpp | 18 ++++++++++++++++++
test/MC/RISCV/rv32c-fuzzed-invalid.s | 17 +++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 test/MC/RISCV/rv32c-fuzzed-invalid.s
--
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 dd9ed701072 diagnostics: tweaks to line-spans vs line numbering (PR 87091)
new 9cd1de955f3 Set start_location to 0 if we ran out of line map space
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:
libcpp/ChangeLog | 8 ++++++++
libcpp/line-map.c | 7 +++++++
2 files changed, 15 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 libcxxabi.
from 29ffb8f Port LLVM r340203 (and r340205) to libcxxabi.
new 5f74259 Port my recent changes from LLVM copy of the demangler:
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:
src/demangle/ItaniumDemangle.h | 98 +++++++++++++++++++++++++++++++-----------
1 file changed, 74 insertions(+), 24 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 fc721a89bb4 Allow demangler's node allocator to fail, and bail out of t [...]
new 59c0c36fc16 Prevent DILocation::getMergedLocation() from creating inval [...]
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/IR/DebugInfoMetadata.cpp | 5 +++
unittests/IR/MetadataTest.cpp | 78 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 83 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 2feea286729 [RISCV] Fix std::advance slowness
new fc721a89bb4 Allow demangler's node allocator to fail, and bail out of 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:
include/llvm/Demangle/ItaniumDemangle.h | 66 +++++++++++++++-------
.../llvm/Support/ItaniumManglingCanonicalizer.h | 6 ++
lib/Support/ItaniumManglingCanonicalizer.cpp | 26 +++++++--
.../Support/ItaniumManglingCanonicalizerTest.cpp | 39 +++++++++++--
4 files changed, 109 insertions(+), 28 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 52479366fca [llvm-mca] Move ResourceManager from Scheduler into its own [...]
new 2feea286729 [RISCV] Fix std::advance slowness
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/RISCVFrameLowering.cpp | 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 llvm.
from 8d280d4a1ee Fix ExpandedSpecialSubstitution demangling for Sa and Sb.
new 52479366fca [llvm-mca] Move ResourceManager from Scheduler into its own [...]
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:
tools/llvm-mca/CMakeLists.txt | 1 +
.../{Scheduler.cpp => ResourceManager.cpp} | 239 +--------------
tools/llvm-mca/{Scheduler.h => ResourceManager.h} | 201 +-----------
tools/llvm-mca/Scheduler.cpp | 284 -----------------
tools/llvm-mca/Scheduler.h | 339 +--------------------
5 files changed, 20 insertions(+), 1044 deletions(-)
copy tools/llvm-mca/{Scheduler.cpp => ResourceManager.cpp} (56%)
copy tools/llvm-mca/{Scheduler.h => ResourceManager.h} (63%)
--
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 a80ce5895a Reland r340552, "Driver: Enable address-significance tables [...]
new 905c589291 Revert r323281 "Adjust MaxAtomicInlineWidth for i386/i486 targets."
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/Basic/Targets/X86.h | 8 ++---
test/CodeGenCXX/atomic-inline.cpp | 61 ++-------------------------------------
2 files changed, 5 insertions(+), 64 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.