This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 529c30e1c Add support for artificial tail call frames
new 899e58cf2 Add "var" and "vo" aliases for "frame variable" and "frame va [...]
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:
source/Commands/CommandObjectFrame.cpp | 12 +++++++++++-
source/Interpreter/CommandInterpreter.cpp | 7 +++++++
2 files changed, 18 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 compiler-rt.
from 69ee6a32f [compiler-rt] Remove unused formal parameters from allocateOn [...]
new 6d7519984 [libFuzzer] Generalize the code for getting the previous offs [...]
new 56c8108f9 [libFuzzer] Disable value profiling tests on ARM
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/FuzzerTracePC.cpp | 46 +++++++++++++++++++++++++----------
test/fuzzer/coverage.test | 2 +-
test/fuzzer/dump_coverage.test | 2 +-
test/fuzzer/handle-unstable.test | 2 +-
test/fuzzer/value-profile-cmp2.test | 1 +
test/fuzzer/value-profile-cmp3.test | 1 +
test/fuzzer/value-profile-div.test | 2 +-
test/fuzzer/value-profile-mem.test | 1 +
test/fuzzer/value-profile-set.test | 1 +
test/fuzzer/value-profile-strcmp.test | 1 +
test/fuzzer/value-profile-switch.test | 2 +-
11 files changed, 43 insertions(+), 18 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 glibc.
from 97785a61af Increase timeout of nss/tst-nss-files-hosts-multi
new b9c0f6c11a Use common bits/msq.h for more architectures.
new 19e62f2690 Use common bits/sem.h for more architectures.
new 2a4b25fad8 Use common bits/shm.h for more architectures.
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:
ChangeLog | 25 +++++++
sysdeps/unix/sysv/linux/alpha/bits/msq.h | 75 -------------------
sysdeps/unix/sysv/linux/alpha/bits/sem.h | 85 ----------------------
sysdeps/unix/sysv/linux/alpha/bits/shm.h | 101 --------------------------
sysdeps/unix/sysv/linux/bits/msq.h | 7 ++
sysdeps/unix/sysv/linux/bits/sem.h | 5 ++
sysdeps/unix/sysv/linux/bits/shm.h | 7 ++
sysdeps/unix/sysv/linux/generic/bits/msq.h | 85 ----------------------
sysdeps/unix/sysv/linux/generic/bits/sem.h | 93 ------------------------
sysdeps/unix/sysv/linux/generic/bits/shm.h | 112 -----------------------------
sysdeps/unix/sysv/linux/ia64/bits/msq.h | 76 --------------------
sysdeps/unix/sysv/linux/ia64/bits/sem.h | 86 ----------------------
sysdeps/unix/sysv/linux/s390/bits/msq.h | 85 ----------------------
sysdeps/unix/sysv/linux/s390/bits/sem.h | 91 -----------------------
sysdeps/unix/sysv/linux/s390/bits/shm.h | 111 ----------------------------
15 files changed, 44 insertions(+), 1000 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/alpha/bits/msq.h
delete mode 100644 sysdeps/unix/sysv/linux/alpha/bits/sem.h
delete mode 100644 sysdeps/unix/sysv/linux/alpha/bits/shm.h
delete mode 100644 sysdeps/unix/sysv/linux/generic/bits/msq.h
delete mode 100644 sysdeps/unix/sysv/linux/generic/bits/sem.h
delete mode 100644 sysdeps/unix/sysv/linux/generic/bits/shm.h
delete mode 100644 sysdeps/unix/sysv/linux/ia64/bits/msq.h
delete mode 100644 sysdeps/unix/sysv/linux/ia64/bits/sem.h
delete mode 100644 sysdeps/unix/sysv/linux/s390/bits/msq.h
delete mode 100644 sysdeps/unix/sysv/linux/s390/bits/sem.h
delete mode 100644 sysdeps/unix/sysv/linux/s390/bits/shm.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 clang.
from 8937b441bd clang: Allow ifunc resolvers to accept arguments
new 41055c6168 [Basic] Split out -Wimplicit-int-conversion and -Wimplicit-f [...]
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/DiagnosticGroups.td | 4 ++++
include/clang/Basic/DiagnosticSemaKinds.td | 8 ++++----
test/Sema/implicit-int-conversion.c | 15 +++++++++++++++
3 files changed, 23 insertions(+), 4 deletions(-)
create mode 100644 test/Sema/implicit-int-conversion.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 51888e5649 [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit [...]
new 8937b441bd clang: Allow ifunc resolvers to accept arguments
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/AttrDocs.td | 2 +-
include/clang/Basic/DiagnosticSemaKinds.td | 2 --
lib/CodeGen/CodeGenModule.cpp | 2 --
test/Sema/attr-ifunc.c | 4 ----
4 files changed, 1 insertion(+), 9 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 98649f627c1 [git-llvm] Fix some issues surrouding EOL conversion on Windows.
new 42f63b6f964 [opt] Change the parameter of OptTable::PrintHelp from Name [...]
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/Option/OptTable.h | 8 ++++----
lib/Option/OptTable.cpp | 12 +++++-------
lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 3 ++-
lib/ToolDrivers/llvm-lib/LibDriver.cpp | 2 +-
test/tools/llvm-cvtres/help.test | 2 +-
test/tools/llvm-rc/helpmsg.test | 2 +-
tools/llvm-cvtres/llvm-cvtres.cpp | 2 +-
tools/llvm-mt/llvm-mt.cpp | 2 +-
tools/llvm-objcopy/llvm-objcopy.cpp | 9 +++++----
tools/llvm-rc/llvm-rc.cpp | 2 +-
unittests/Option/OptionParsingTest.cpp | 4 ++++
11 files changed, 26 insertions(+), 22 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 fdf912d064 PR39231: fix null dereference when diagnosing deduction fail [...]
new 51888e5649 [Driver][cc1][cc1as] Call OptTable::PrintHelp with explicit [...]
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/Driver.cpp | 4 +++-
lib/FrontendTool/ExecuteCompilerInvocation.cpp | 2 +-
tools/driver/cc1as_main.cpp | 3 ++-
3 files changed, 6 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 lld.
from 5ba94b074 Merge two overloaded functions into one function. NFC.
new 762805835 Adapt OptTable::PrintHelp change in D51009
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/DriverUtils.cpp | 4 +++-
ELF/DriverUtils.cpp | 6 ++++--
lib/Driver/DarwinLdDriver.cpp | 10 +++++++---
wasm/Driver.cpp | 4 +++-
4 files changed, 17 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.