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 e2cbcd9 Support x86-64 TLS code sequences without PLT
new 38b022b Add method/format information to =record-started
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 | 14 ++++++++++++++
gdb/NEWS | 5 +++++
gdb/common/btrace-common.c | 20 ++++++++++++++++++++
gdb/common/btrace-common.h | 3 +++
gdb/doc/ChangeLog | 7 +++++++
gdb/doc/gdb.texinfo | 7 ++++++-
gdb/doc/observer.texi | 7 ++++++-
gdb/mi/mi-interp.c | 25 +++++++++++++++++++++----
gdb/record-btrace.c | 4 +++-
gdb/record-full.c | 2 +-
gdb/record.c | 2 +-
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.mi/mi-record-changed.exp | 4 ++--
13 files changed, 94 insertions(+), 11 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 0406b32 PR c++/70847 PR c++/71330 PR c++/71393 * cp-gimplify.c (c [...]
new 61f1f80 PR c/71362 * c-parser.c (c_parser_direct_declarator): Set l [...]
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/c/ChangeLog | 5 +++++
gcc/c/c-parser.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr71362.c | 10 ++++++++++
4 files changed, 21 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr71362.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 zorg.
from 5c81f9b [fuzzing bot] revert from FAILURE to WARNINGS for llvm-pdbdum [...]
new ee45421 [buildbot] added experimental CUDA builder.
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:
buildbot/osuosl/master/config/builders.py | 15 +++++++++++++++
buildbot/osuosl/master/config/slaves.py | 3 +++
2 files changed, 18 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 47f223b [LibFuzzer] Provide stub implementation of __sanitizer_cov_tr [...]
new 61e0e27 [llvm-pdbdump] Dump MSF headers to YAML.
new 4efa5e5 [llvm-pdbdump] Dump stream sizes and stream blocks to yaml.
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:
test/DebugInfo/PDB/pdbdump-yaml.test | 17 +++
tools/llvm-pdbdump/CMakeLists.txt | 2 +
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 1 +
tools/llvm-pdbdump/LLVMOutputStyle.h | 2 +
tools/llvm-pdbdump/OutputStyle.h | 2 +
tools/llvm-pdbdump/PdbYaml.cpp | 44 +++++++
tools/llvm-pdbdump/PdbYaml.h | 79 ++++++++++++
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 142 +++++++++++++++++++++
.../{LLVMOutputStyle.h => YAMLOutputStyle.h} | 25 ++--
tools/llvm-pdbdump/llvm-pdbdump.cpp | 4 +
10 files changed, 308 insertions(+), 10 deletions(-)
create mode 100644 test/DebugInfo/PDB/pdbdump-yaml.test
create mode 100644 tools/llvm-pdbdump/PdbYaml.cpp
create mode 100644 tools/llvm-pdbdump/PdbYaml.h
create mode 100644 tools/llvm-pdbdump/YAMLOutputStyle.cpp
copy tools/llvm-pdbdump/{LLVMOutputStyle.h => YAMLOutputStyle.h} (67%)
--
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 f4135c6 AMDGPU: Add function for getting instruction size
new 47f223b [LibFuzzer] Provide stub implementation of __sanitizer_cov_tr [...]
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/FuzzerTracePC.cpp | 10 +++++++++-
1 file changed, 9 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 hjl/erms/2.22
in repository glibc.
from 157c571 X86-64: Add dummy memcopy.h and wordcopy.c
new df2b390 Detect Intel Goldmont and Airmont processors
new 3038902 Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86
new 8642c9a Remove x86 ifunc-defines.sym and rtld-global-offsets.sym
new 6118b2d Support non-inclusive caches on Intel processors
new aba9d00 Call init_cpu_features only if SHARED is defined
new dff8bcd Remove alignments on jump targets in memset
new 201aebf Check the HTT bit before counting logical threads
new 07f9439 Correct Intel processor level type mask from CPUID
new ed46697 Remove special L2 cache case for Knights Landing
new b60dda5 Count number of logical processors sharing L2 cache
The 10 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:
sysdeps/i386/dl-machine.h | 4 +
sysdeps/i386/i686/cacheinfo.c | 2 +-
sysdeps/i386/i686/multiarch/Makefile | 1 -
sysdeps/i386/i686/multiarch/ifunc-defines.sym | 19 --
sysdeps/x86/Makefile | 2 +-
sysdeps/{x86_64 => x86}/cacheinfo.c | 244 ++++++++++++++-------
sysdeps/x86/cpu-features-offsets.sym | 16 ++
sysdeps/x86/cpu-features.c | 8 +
sysdeps/x86/cpu-features.h | 6 +-
sysdeps/x86/rtld-global-offsets.sym | 7 -
sysdeps/x86_64/dl-machine.h | 4 +
sysdeps/x86_64/multiarch/Makefile | 1 -
sysdeps/x86_64/multiarch/ifunc-defines.sym | 20 --
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 37 +---
14 files changed, 213 insertions(+), 158 deletions(-)
delete mode 100644 sysdeps/i386/i686/multiarch/ifunc-defines.sym
rename sysdeps/{x86_64 => x86}/cacheinfo.c (79%)
delete mode 100644 sysdeps/x86/rtld-global-offsets.sym
delete mode 100644 sysdeps/x86_64/multiarch/ifunc-defines.sym
--
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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from c5b3cd8 [monitor] Fix shellcheck warnings, typo
new 9421b23 [monitor] Remove dead Darwin bot
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:
monitor/linaro.json | 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 clang.
from be40902 Adding an AST matcher to ignore parenthesis in *types* (rathe [...]
new 3d98715 [CMake] Fixing a typo in a CMake option
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/CMakeLists.txt | 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 188efc5 [monitor] Add installation script
new 3822c5f [monitor] Move 42VMA to silent
new c5b3cd8 [monitor] Fix shellcheck warnings, typo
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:
monitor/install.sh | 8 ++++----
monitor/linaro.json | 10 +++++++---
2 files changed, 11 insertions(+), 7 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 bc1b8d5 AMDGPU: Fix constantexpr addrspacecasts
new f4135c6 AMDGPU: Add function for getting instruction size
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/SIInstrInfo.cpp | 49 +++++++++++++++++++++++++++++++++++++++
lib/Target/AMDGPU/SIInstrInfo.h | 2 ++
2 files changed, 51 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.