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 be1b6474f0 Fixed top frame assumption in watchpoint-hw-attach
new 2512d7efdf Remove 2 excessive executable permission flags
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/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/x86-tdesc.h | 0
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/lib/compiler.c | 0
4 files changed, 8 insertions(+)
mode change 100755 => 100644 gdb/gdbserver/x86-tdesc.h
mode change 100755 => 100644 gdb/testsuite/lib/compiler.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 clang.
from 28e87abe7b Fix unittest build with GCC older than 5.
new 4607d74518 OpenBSD driver needs ld.lld in sanitizer context
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/Driver/ToolChains/OpenBSD.cpp | 4 +++-
1 file changed, 3 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 lld.
from df0240fc2 [ELF] - EhFrame.cpp: add test case to cover "corrupted CIE" e [...]
new e308bfbcc [ELF] - EhFrame.cpp: add test case to check "CIE is too small [...]
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:
test/ELF/{invalid-eh-frame.s => invalid-eh-frame9.s} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
copy test/ELF/{invalid-eh-frame.s => invalid-eh-frame9.s} (62%)
--
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 bff556fe3c The :option: syntax was generating Sphinx build warnings; sw [...]
new 29cdecbf69 [ODRHash] Do not rely on Type* when computing the hash.
new 28e87abe7b Fix unittest build with GCC older than 5.
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/clang/AST/ODRHash.h | 1 -
lib/AST/ODRHash.cpp | 9 ---------
test/Modules/Inputs/odr_hash-elaborated-types/first.h | 6 ++++++
.../Inputs/odr_hash-elaborated-types/module.modulemap | 5 +++++
test/Modules/Inputs/odr_hash-elaborated-types/second.h | 6 ++++++
test/Modules/Inputs/odr_hash-elaborated-types/textual_stat.h | 11 +++++++++++
test/Modules/Inputs/odr_hash-elaborated-types/textual_time.h | 6 ++++++
test/Modules/odr_hash-elaborated-types.cpp | 12 ++++++++++++
unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp | 2 +-
9 files changed, 47 insertions(+), 11 deletions(-)
create mode 100644 test/Modules/Inputs/odr_hash-elaborated-types/first.h
create mode 100644 test/Modules/Inputs/odr_hash-elaborated-types/module.modulemap
create mode 100644 test/Modules/Inputs/odr_hash-elaborated-types/second.h
create mode 100644 test/Modules/Inputs/odr_hash-elaborated-types/textual_stat.h
create mode 100644 test/Modules/Inputs/odr_hash-elaborated-types/textual_time.h
create mode 100644 test/Modules/odr_hash-elaborated-types.cpp
--
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 aa7537119 [ELF] - EhFrame.cpp: add test case to cover "DW_EH_PE_aligned [...]
new df0240fc2 [ELF] - EhFrame.cpp: add test case to cover "corrupted CIE" e [...]
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:
test/ELF/{invalid-eh-frame7.s => invalid-eh-frame8.s} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
copy test/ELF/{invalid-eh-frame7.s => invalid-eh-frame8.s} (82%)
--
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 ee2becd7045 [ARM] Parallel DSP Pass
new 1bbef2cc89f Revert "Add support for generating a call graph profile fro [...]
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:
.../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 3 -
.../llvm/Transforms/Instrumentation/CGProfile.h | 31 -------
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 54 ++---------
lib/IR/Verifier.cpp | 20 -----
lib/Passes/PassBuilder.cpp | 3 -
lib/Passes/PassRegistry.def | 1 -
lib/Transforms/Instrumentation/CGProfile.cpp | 100 ---------------------
lib/Transforms/Instrumentation/CMakeLists.txt | 1 -
test/Instrumentation/cgprofile.ll | 41 ---------
test/MC/ELF/cgprofile.ll | 50 -----------
test/Other/new-pm-defaults.ll | 1 -
test/Other/new-pm-thinlto-defaults.ll | 1 -
test/Verifier/module-flags-cgprofile.ll | 30 -------
13 files changed, 7 insertions(+), 329 deletions(-)
delete mode 100644 include/llvm/Transforms/Instrumentation/CGProfile.h
delete mode 100644 lib/Transforms/Instrumentation/CGProfile.cpp
delete mode 100644 test/Instrumentation/cgprofile.ll
delete mode 100644 test/MC/ELF/cgprofile.ll
delete mode 100644 test/Verifier/module-flags-cgprofile.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 lld.
from f169cef20 Fix warning on MSVC by using size_t arithmetic instead of cas [...]
new aa7537119 [ELF] - EhFrame.cpp: add test case to cover "DW_EH_PE_aligned [...]
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:
test/ELF/{invalid-eh-frame6.s => invalid-eh-frame7.s} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
copy test/ELF/{invalid-eh-frame6.s => invalid-eh-frame7.s} (78%)
--
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 a5c0890d2 [ELF] - EhFrame.cpp: add test case to check "unknown FDE encoding".
new f169cef20 Fix warning on MSVC by using size_t arithmetic instead of cas [...]
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:
COFF/SymbolTable.cpp | 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 glibc.
from c1c2848b57 Use _STRUCT_TIMESPEC as guard in <bits/types/struct_timespec [...]
new 0b11b6491c Fix documentation build with old makeinfo
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:
ChangeLog | 4 ++++
manual/llio.texi | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.