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 c4a561726 [libFuzzer] DataFlow tracer now tags a subset of the input. A [...]
new 2e862c8e7 [tsan] Fix a failure in test java_race_pc on AArch64 after r333071
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/tsan/test.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 binutils-gdb.
from 08163f025e Automatic date update in version.in
new da05d921f0 Fix macOS build, missing override
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 | 5 +++++
gdb/darwin-nat.h | 2 +-
2 files changed, 6 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 lldb.
from 8bd7d371a Add PPC64le support information
new e08a82830 DWARF: Move indexing code from DWARFUnit to ManualDWARFIndex
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/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 330 +--------------------
source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 21 +-
.../Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp | 329 +++++++++++++++++++-
source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h | 12 +
4 files changed, 346 insertions(+), 346 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 2071b7a8b26 [Support] Add color cl category.
new f7e1e2ecddd [Support] Move header to WithColor header
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/Support/WithColor.h | 1 +
lib/Support/WithColor.cpp | 1 -
2 files 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 7f8728c26a2 [llvm-exegesis] Analysis: show debug string instead of raw [...]
new 2071b7a8b26 [Support] Add color cl category.
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/Support/WithColor.h | 2 ++
lib/Support/WithColor.cpp | 6 ++++--
test/tools/dsymutil/cmdline.test | 2 ++
test/tools/llvm-dwarfdump/cmdline.test | 2 ++
tools/dsymutil/dsymutil.cpp | 2 +-
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 3 ++-
6 files changed, 13 insertions(+), 4 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 4c02c36 jenkins-helpers.sh: Add git_rev_parse
new 9f1aa0b Connect to docker via ssh rather than directly to port 2375.
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:
jenkins-helpers.sh | 2 +-
start-container-docker.sh | 2 +-
start-container-qemu.sh | 4 ++--
3 files changed, 4 insertions(+), 4 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 7273b3f1278 [llvm-exegesis] Show sched class details in analysis.
new 7f8728c26a2 [llvm-exegesis] Analysis: show debug string instead of raw [...]
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-exegesis/lib/Analysis.cpp | 5 ++++-
1 file changed, 4 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 lldb.
from bdb0b628e Remove unused include, and corresponding library dependency.
new 8bd7d371a Add PPC64le support information
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:
www/features.html | 4 ++--
www/index.html | 2 +-
www/status.html | 2 +-
3 files changed, 4 insertions(+), 4 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 db9e5e9a61 [clang-format] Fix putting ObjC message arguments in one lin [...]
new 32ebed1730 [VFS] Implement getRealPath in InMemoryFileSystem.
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/VirtualFileSystem.h | 8 ++++++++
lib/Basic/VirtualFileSystem.cpp | 13 +++++++++++++
unittests/Basic/VirtualFileSystemTest.cpp | 22 ++++++++++++++++++++++
3 files changed, 43 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 clang-tools-extra.
from 0692b193 [Documentation] Fix link syntax in Release Notes.
new 9b3f38a4 [clangd] Fix code completion in MACROs with stringification.
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:
clangd/CodeComplete.cpp | 97 ++++++++++++++++++----------------
unittests/clangd/CodeCompleteTests.cpp | 36 +++++++++++++
2 files changed, 87 insertions(+), 46 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.