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 955475a [compiler-rt] build compiler-rt runtimes without LTO
new 65ede46 Factor lsan allocator cache accesses into a function
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/lsan/lsan_allocator.cc | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 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 d5de599 Recently we've put a lot of effort into improving ifcvt to us [...]
new 9dff315 PR rtl-optimization/63191 * config/i386/i386.c (ix86_delegi [...]
new 4860d29 PR sanitizer/80110 * tsan.c: Include tree-eh.h. (instrumen [...]
new 32ab116 PR sanitizer/80110 * doc/invoke.texi (-fsanitize=thread): D [...]
new aa251ad PR c++/80129 * gimplify.c (gimplify_modify_expr_rhs) <case [...]
new 97e19e5 PR sanitizer/78158 * tsan/tsan_interface_atomic.cc: Cherry- [...]
The 5 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 | 31 ++++++++++++++++++--
gcc/config/i386/i386.c | 30 +++++++++++++++----
gcc/doc/invoke.texi | 4 +++
gcc/gimplify.c | 8 +++++
gcc/testsuite/ChangeLog | 8 +++++
gcc/testsuite/g++.dg/torture/pr80129.C | 14 +++++++++
gcc/testsuite/g++.dg/tsan/pr80110.C | 16 ++++++++++
gcc/tsan.c | 47 +++++++++++++++++++-----------
libsanitizer/ChangeLog | 5 ++++
libsanitizer/tsan/tsan_interface_atomic.cc | 19 +++++++++++-
10 files changed, 157 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr80129.C
create mode 100644 gcc/testsuite/g++.dg/tsan/pr80110.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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 24199a5 tcwg-llvm-build.sh: Push tar ball to dev-01
new 44acb07 tcwg-llvm-build.sh: Change filesever URL to .tcwglab
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:
tcwg-llvm-build.sh | 5 +++--
1 file changed, 3 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 49df148 IR: Fix a race condition in type id clients of ModuleSummaryIndex.
new e53e585 IPO: Const correctness for summaries passed into passes.
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/LTO/LTOBackend.h | 2 +-
include/llvm/Transforms/IPO.h | 28 ++++++++---
include/llvm/Transforms/IPO/PassManagerBuilder.h | 13 +++--
lib/LTO/LTOBackend.cpp | 19 ++++---
lib/Transforms/IPO/LowerTypeTests.cpp | 64 +++++++++++++-----------
lib/Transforms/IPO/PassManagerBuilder.cpp | 12 ++---
lib/Transforms/IPO/WholeProgramDevirt.cpp | 60 +++++++++++++---------
7 files changed, 120 insertions(+), 78 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 lldb.
from 3cc6f12 [analyze deps] Also show cycle islands.
new ce04426 [analyze deps] Show incoming and outgoing counts on island members.
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:
scripts/analyze-project-deps.py | 15 +++++++++++++--
1 file changed, 13 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 9c7f94f Rename helper functions in DwarfExpression to be less mislead [...]
new fbf2dad Document the status quo of DIExpression semantics in LangRef.rst
new 49df148 IR: Fix a race condition in type id clients of ModuleSummaryIndex.
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/LangRef.rst | 27 ++++++++++++++++++++-------
include/llvm/IR/ModuleSummaryIndex.h | 13 ++++++++++++-
lib/Transforms/IPO/LowerTypeTests.cpp | 9 ++++++---
lib/Transforms/IPO/WholeProgramDevirt.cpp | 19 ++++++++++++-------
4 files changed, 50 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 lldb.
from d48e801 Resubmit "Delete the remainder of platform specific code in F [...]
new 3cc6f12 [analyze deps] Also show cycle islands.
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:
scripts/analyze-project-deps.py | 14 ++++++++++++++
1 file changed, 14 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 lld.
from 853301d Update LLD tests for codeview dumping changes
new 7f341a7 Add "(compatible with GNU linkers)" to the -version output.
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/Driver.cpp | 26 +++++++++++++++++++++-----
test/ELF/driver.test | 2 +-
2 files changed, 22 insertions(+), 6 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 c96ae98 * configure.ac: Enable LTO by default on darwin >= 9. * con [...]
new d5de599 Recently we've put a lot of effort into improving ifcvt to us [...]
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 | 5 +++++
gcc/config/aarch64/aarch64.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.