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 aa1e417 [PGO] Suspend SIGKILL for PR_SET_PDEATHSIG in profile-write
new f3c9234 Use pthreads to store current thread id on darwin
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_common.h | 2 ++
lib/lsan/lsan_common_linux.cc | 4 ++++
lib/lsan/lsan_common_mac.cc | 33 ++++++++++++++++++---------------
lib/lsan/lsan_thread.cc | 11 -----------
4 files changed, 24 insertions(+), 26 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 5e121b4 Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)
new d7daeac Added doxygen comments to smmintrin.h's intrinsics.
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/Headers/emmintrin.h | 2 +-
lib/Headers/smmintrin.h | 2011 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 2012 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 libcxx.
from 43ec7b8 update revision in CHANGELOG.TXT and fix python error
new f9aeac6 Mark a couple for basic_string member templates as inline. no [...]
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/string | 6 +++---
1 file 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 73d4ebd [XRAY] [x86_64] Adding a Flight Data filetype reader to the l [...]
new 675c18f Revert "[Hexagon] Start using regmasks on calls"
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/Target/Hexagon/HexagonBlockRanges.cpp | 63 +++-------------------
lib/Target/Hexagon/HexagonCopyToCombine.cpp | 26 ++++-----
lib/Target/Hexagon/HexagonDepInstrInfo.td | 6 +++
lib/Target/Hexagon/HexagonFrameLowering.cpp | 34 ++++--------
lib/Target/Hexagon/HexagonHardwareLoops.cpp | 22 ++++----
lib/Target/Hexagon/HexagonISelLowering.cpp | 51 ++++++++----------
lib/Target/Hexagon/HexagonISelLowering.h | 2 +-
lib/Target/Hexagon/HexagonInstrInfo.cpp | 20 ++-----
lib/Target/Hexagon/HexagonMCInstLower.cpp | 5 +-
lib/Target/Hexagon/HexagonPseudo.td | 35 ++++++------
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 12 ++---
lib/Target/Hexagon/HexagonRegisterInfo.h | 3 +-
lib/Target/Hexagon/HexagonRegisterInfo.td | 17 ++++--
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 57 ++------------------
lib/Target/Hexagon/HexagonVLIWPacketizer.h | 1 -
lib/Target/Hexagon/RDFDeadCode.cpp | 12 +----
lib/Target/Hexagon/RDFRegisters.cpp | 15 ++----
lib/Target/Hexagon/RDFRegisters.h | 4 --
.../CodeGen/Hexagon/avoid-predspill-calleesaved.ll | 1 +
test/CodeGen/Hexagon/compound.ll | 4 +-
20 files changed, 118 insertions(+), 272 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 ea94870 Revert "[ubsan] Reduce null checking of C++ object pointers ( [...]
new 5e121b4 Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)
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/CGExpr.cpp | 38 ++++-
lib/CodeGen/CGExprCXX.cpp | 13 +-
lib/CodeGen/CodeGenFunction.cpp | 5 +
lib/CodeGen/CodeGenFunction.h | 3 +
test/CodeGen/catch-undef-behavior.c | 19 +--
test/CodeGen/sanitize-recover.c | 13 +-
test/CodeGenCXX/ubsan-suppress-null-checks.cpp | 188 +++++++++++++++++++++++++
7 files changed, 249 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGenCXX/ubsan-suppress-null-checks.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 lldb.
from 8deee8b Fix build
new 27f15d1 Add myself to CODE_OWNERS.txt for NetBSD
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:
CODE_OWNERS.txt | 4 ++++
1 file changed, 4 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 libcxx.
from 0eaf2e8 [libc++] Fix PR 31938 - std::basic_string constructors use no [...]
new 25380e4 Remove more basic_string member function templates from the d [...]
new 43ec7b8 update revision in CHANGELOG.TXT and fix python error
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/string | 16 +-
lib/abi/CHANGELOG.TXT | 15 +
lib/abi/x86_64-unknown-linux-gnu.abilist | 3806 +++++++++++++++---------------
utils/libcxx/sym_check/extract.py | 2 +-
4 files changed, 1925 insertions(+), 1914 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 58318de Move test to X86 subdirectory for bot failures
new 73d4ebd [XRAY] [x86_64] Adding a Flight Data filetype reader to the l [...]
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/XRay/XRayRecord.h | 4 +-
include/llvm/XRay/YAMLXRayRecord.h | 2 +-
lib/XRay/Trace.cpp | 323 +++++++++++++++++++--
.../llvm-xray/X86/Inputs/fdr-log-version-1.xray | Bin 0 -> 232 bytes
test/tools/llvm-xray/X86/convert-fdr-to-yaml.txt | 24 ++
tools/llvm-xray/xray-converter.cc | 4 +-
6 files changed, 334 insertions(+), 23 deletions(-)
create mode 100644 test/tools/llvm-xray/X86/Inputs/fdr-log-version-1.xray
create mode 100644 test/tools/llvm-xray/X86/convert-fdr-to-yaml.txt
--
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 877f622 [ubsan] Reduce null checking of C++ object pointers (PR27581)
new ea94870 Revert "[ubsan] Reduce null checking of C++ object pointers ( [...]
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/CGExpr.cpp | 38 +----
lib/CodeGen/CGExprCXX.cpp | 13 +-
lib/CodeGen/CodeGenFunction.cpp | 5 -
lib/CodeGen/CodeGenFunction.h | 3 -
test/CodeGen/catch-undef-behavior.c | 19 ++-
test/CodeGen/sanitize-recover.c | 13 +-
test/CodeGenCXX/ubsan-suppress-null-checks.cpp | 187 -------------------------
7 files changed, 30 insertions(+), 248 deletions(-)
delete mode 100644 test/CodeGenCXX/ubsan-suppress-null-checks.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 llvm.
from d04629b [x86] Give this test a triple so that we don't have to cope w [...]
new 58318de Move test to X86 subdirectory for bot failures
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/DebugInfo/{Generic => X86}/debug_and_nodebug_CUs.ll | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/DebugInfo/{Generic => X86}/debug_and_nodebug_CUs.ll (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.