This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 018cdc8 llvm-dwp: Add an abstraction for the DWP string pool
new 1386ead [profile] show more statistics
new 000b227 Extract renaming from D19181
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:
docs/ReleaseNotes.rst | 2 +-
include/llvm-c/Core.h | 2 +-
lib/IR/Core.cpp | 9 ++-------
test/tools/llvm-profdata/value-prof.proftext | 10 ++++++++--
tools/llvm-profdata/llvm-profdata.cpp | 15 ++++++++++++++-
5 files changed, 26 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 lld.
from a893c2d Remove EhFrameHeader<ELFT>::reserveFde. NFC.
new 57979f4 Fix typos.
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:
ELF/OutputSections.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 e2dfcd9 Removing a switch statement that contains only a default label; NFC.
new 018cdc8 llvm-dwp: Add an abstraction for the DWP string pool
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-dwp/DWPError.h | 6 +++++
tools/llvm-dwp/DWPStringPool.h | 54 +++++++++++++++++++++++++++++++++++++++
tools/llvm-dwp/llvm-dwp.cpp | 58 ++++++++++++++++++++----------------------
3 files changed, 88 insertions(+), 30 deletions(-)
create mode 100644 tools/llvm-dwp/DWPStringPool.h
--
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 561ebb5 Remove trailing whitespace in src/ directory
new 43eef98 Changed parameter names in Fortran modules to correspond with [...]
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:
runtime/src/include/41/omp_lib.f90.var | 76 +++++++++++++++++-----------------
runtime/src/include/41/omp_lib.h.var | 76 +++++++++++++++++-----------------
2 files changed, 76 insertions(+), 76 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 lld.
from 64de452 Do not propagate section name and attributes to .eh_frame.
new 74d6e2b Make .eh_frame a singleton output object.
new 823d8f8 Remove dead code.
new a893c2d Remove EhFrameHeader<ELFT>::reserveFde. NFC.
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:
ELF/OutputSections.cpp | 43 ++++++++++++++-----------------------------
ELF/OutputSections.h | 13 ++++++-------
ELF/Writer.cpp | 29 ++++++++++++++---------------
3 files changed, 34 insertions(+), 51 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 binutils-gdb.
from 0f6ed0e Fix PR python/19438, PR python/18393 - initialize dictionaries
new 7eb8953 Skip unwritable frames in command "finish"
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 | 13 +++++++++++++
gdb/arch-utils.c | 7 +++++++
gdb/arch-utils.h | 3 +++
gdb/arm-tdep.c | 19 +++++++++++++++++++
gdb/frame.c | 13 +++++++++++++
gdb/frame.h | 5 +++++
gdb/gdbarch.c | 23 +++++++++++++++++++++++
gdb/gdbarch.h | 6 ++++++
gdb/gdbarch.sh | 3 +++
gdb/infcmd.c | 2 ++
10 files changed, 94 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 gcc.
from 1398da0 PR c/49859 * common.opt (Wswitch-unreachable): New option. [...]
new c5453de [PR 71234] Avoid valgrind warning in ipa-cp
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/ipa-cp.c | 3 ++-
2 files changed, 8 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 newlib.
from 4e434bf Add release message for previous mmap fix
new 9564415 Feature test macros: ctermid, cuserid
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:
newlib/libc/include/stdio.h | 12 +++++++++---
newlib/libc/include/sys/unistd.h | 4 ++++
2 files changed, 13 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 binutils-gdb.
from d9eca1d [ARC] Update instruction type and delay slot info.
new 0f6ed0e Fix PR python/19438, PR python/18393 - initialize dictionaries
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 | 6 ++++++
gdb/python/py-objfile.c | 5 ++++-
gdb/python/py-progspace.c | 5 ++++-
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.python/py-objfile.exp | 2 ++
gdb/testsuite/gdb.python/py-progspace.exp | 2 ++
6 files changed, 24 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 bbf43bf [BPF] Remove exit-on-error flag in test (PR27766)
new e2dfcd9 Removing a switch statement that contains only a default label; 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/Target/X86/AsmParser/X86AsmParser.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.