This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2cd10f6a977 [X86][LWP] Add stack folding mappings and tests for LWPINS/ [...]
new 2c038deab68 ARM: add extra test for addrmode folding.
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/CodeGen/ARM/load-arm.ll | 11 +++++++++++
1 file changed, 11 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 compiler-rt.
from f5be24d91 Revert my bad winasan coverage test fix and apply one that ac [...]
new 4e8f70074 [tsan] Detect races on modifying accesses in Swift code
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/sanitizer/tsan_interface.h | 1 +
lib/tsan/rtl/tsan_defs.h | 9 ++++
lib/tsan/rtl/tsan_external.cc | 47 +++++++++++++++----
lib/tsan/rtl/tsan_interface.h | 2 +
lib/tsan/rtl/tsan_report.cc | 21 +++++----
lib/tsan/rtl/tsan_report.h | 1 +
lib/tsan/rtl/tsan_rtl.h | 10 +----
lib/tsan/rtl/tsan_rtl_report.cc | 17 ++++---
test/tsan/Darwin/external-dups.cc | 4 +-
test/tsan/Darwin/external-swift.cc | 92 ++++++++++++++++++++++++++++++++++++++
test/tsan/Darwin/external.cc | 14 +++---
11 files changed, 180 insertions(+), 38 deletions(-)
create mode 100644 test/tsan/Darwin/external-swift.cc
--
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 e39ec7a347b call_summary to keep info about cgraph_edges
new 322dd0103e7 Use call_summary in ipa-prop and ipa-cp
new f46090cd21f Remove ipa_update_after_lto_read
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:
gcc/ChangeLog | 39 +++++++++++++++++++++++
gcc/ipa-cp.c | 4 ---
gcc/ipa-inline-analysis.c | 2 +-
gcc/ipa-inline.c | 3 --
gcc/ipa-profile.c | 2 +-
gcc/ipa-prop.c | 81 ++++++++++++-----------------------------------
gcc/ipa-prop.h | 52 +++++++++++++++++++++++-------
7 files changed, 103 insertions(+), 80 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 d161fb67741 [DAGCombine] (addcarry (add|uaddo X, Y), 0, Carry) -> (addc [...]
new d27e7d384ac Silence a 'enum and non-enum used in conditional' warning.
new 2cd10f6a977 [X86][LWP] Add stack folding mappings and tests for LWPINS/ [...]
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/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Target/X86/X86InstrInfo.cpp | 6 +++++
test/CodeGen/X86/stack-folding-lwp.ll | 49 +++++++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/stack-folding-lwp.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 llvm.
from c8e3032271b Create DWARFVerifier.cpp and .h and move all DWARF verifica [...]
new d161fb67741 [DAGCombine] (addcarry (add|uaddo X, Y), 0, Carry) -> (addc [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 19 +++++++++++++++++++
test/CodeGen/X86/addcarry.ll | 4 ++--
2 files changed, 21 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 gcc.
from f0c8f98613a PR bootstrap/80609 * ipa-inline.h (inline_summary): Add c [...]
new 8e2a6a118cd PR tree-optimization/78496 * tree-vrp.c (simplify_cond_us [...]
new e39ec7a347b call_summary to keep info about cgraph_edges
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:
gcc/ChangeLog | 20 +++
gcc/symbol-summary.h | 214 +++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-15.c | 51 ++++++
gcc/tree-vrp.c | 47 +++++-
5 files changed, 327 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-15.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 7d6e944fab DiagnosticsEngine should clear DelayedDiagID before reportin [...]
new c33eae37f4 Revert r302037
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/Basic/Diagnostic.cpp | 3 +--
test/Index/KeepGoingWithLotsOfErrors.mm | 29 -----------------------------
2 files changed, 1 insertion(+), 31 deletions(-)
delete mode 100644 test/Index/KeepGoingWithLotsOfErrors.mm
--
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 da99eb266 Speculative fix for WinASan after r301994
new f5be24d91 Revert my bad winasan coverage test fix and apply one that ac [...]
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/asan/TestCases/Windows/coverage-basic.cc | 2 +-
test/asan/TestCases/Windows/coverage-dll-stdio.cc | 4 ++--
2 files changed, 3 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 llvm.
from 9226f723649 [X86][LWP] Add llvm support for LWP instructions (reapplied).
new 6b4b26a1a7c Resubmit r301986 and r301987 "Add codeview::StringTable"
new c8e3032271b Create DWARFVerifier.cpp and .h and move all DWARF verifica [...]
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/llvm/DebugInfo/CodeView/StringTable.h | 70 ++++++
include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 49 ++++
include/llvm/DebugInfo/PDB/Native/PDBFile.h | 2 +-
include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h | 4 +-
include/llvm/DebugInfo/PDB/Native/PDBStringTable.h | 28 ++-
.../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 20 +-
include/llvm/DebugInfo/PDB/Native/RawTypes.h | 6 +-
include/llvm/Support/BinaryStreamReader.h | 4 +
include/llvm/Support/BinaryStreamWriter.h | 6 +-
lib/DebugInfo/CodeView/CMakeLists.txt | 1 +
lib/DebugInfo/CodeView/StringTable.cpp | 65 ++++++
lib/DebugInfo/DWARF/CMakeLists.txt | 1 +
lib/DebugInfo/DWARF/DWARFContext.cpp | 15 +-
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 252 +++++++++++++++++++++
lib/DebugInfo/PDB/Native/DbiStream.cpp | 2 +-
lib/DebugInfo/PDB/Native/PDBFile.cpp | 9 +-
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 21 +-
lib/DebugInfo/PDB/Native/PDBStringTable.cpp | 94 +++++---
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 101 +++++----
lib/Support/BinaryStreamReader.cpp | 13 ++
lib/Support/BinaryStreamWriter.cpp | 13 ++
unittests/DebugInfo/PDB/StringTableBuilderTest.cpp | 4 +-
22 files changed, 663 insertions(+), 117 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/StringTable.h
create mode 100644 include/llvm/DebugInfo/DWARF/DWARFVerifier.h
create mode 100644 lib/DebugInfo/CodeView/StringTable.cpp
create mode 100644 lib/DebugInfo/DWARF/DWARFVerifier.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 compiler-rt.
from b8d03f43d [sanitizer] Intercept mcheck and mprobe on Linux
new da99eb266 Speculative fix for WinASan after r301994
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/asan/TestCases/Windows/coverage-basic.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.