This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7fee9f87f42 [AArch64] Add Exynos M2 feature test (NFC)
new 82f73ee5b37 [NewGVN] Now that load coercion is enable, we pass this test.
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/Transforms/NewGVN/fold-const-expr.ll | 1 -
1 file changed, 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 95e74fa2386 [Dominators] Teach LoopDeletion to use the new incremental API
new 7fee9f87f42 [AArch64] Add Exynos M2 feature test (NFC)
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/AArch64/misched-fusion-aes.ll | 1 +
1 file changed, 1 insertion(+)
--
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 e47607957 This ppc64 implementation of clear_cache works for both big a [...]
new f6f49c0e0 Add new ASAN_OPTION: sleep_after_init.
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/asan/asan_flags.inc | 4 ++++
lib/asan/asan_rtl.cc | 5 +++++
test/asan/TestCases/{sleep_before_dying.c => sleep_after_init.c} | 4 ++--
3 files changed, 11 insertions(+), 2 deletions(-)
copy test/asan/TestCases/{sleep_before_dying.c => sleep_after_init.c} (69%)
--
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 63a4e48486 [ubsan] Have -fsanitize=vptr emit a null check if -fsanitize [...]
new f4fc708562 [docs] Remove accidental unindent to appease the sphinx bot
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:
docs/UndefinedBehaviorSanitizer.rst | 8 ++++----
1 file 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 libcxx.
from b3d6031a5 Fix PR33727: std::basic_stringbuf only works with DefaultCons [...]
new db84e0eda Fix shadowing warning
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/std/input.output/string.streams/stringstream.cons/string.pass.cpp | 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 release_50
in repository llvm.
from ef9cccfdac0 Merging r309555: ------------------------------------------ [...]
new 6db41ec7eed Merging r309744: ------------------------------------------ [...]
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/AArch64/AArch64FrameLowering.cpp | 52 +++++++-----
test/CodeGen/AArch64/aarch64_win64cc_vararg.ll | 4 +-
test/CodeGen/AArch64/win64_vararg.ll | 111 ++++++++++++++++++++++++-
3 files changed, 141 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 llvm.
from 3e9e87e5eab Revert "Xray docs with description of Flight Data Recorder [...]
new f49a9812117 [StackColoring] Update AliasAnalysis information in stack c [...]
new 95e74fa2386 [Dominators] Teach LoopDeletion to use the new incremental API
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/Support/GenericDomTree.h | 14 +++--
lib/Analysis/ValueTracking.cpp | 13 +++--
lib/CodeGen/StackColoring.cpp | 8 +--
lib/Transforms/Scalar/LoopDeletion.cpp | 61 +++++++++++++++-------
.../LoopDeletion/2017-07-11-incremental-dt.ll | 56 ++++++++++++++++++++
unittests/IR/DominatorTreeTest.cpp | 30 +++++++++++
6 files changed, 146 insertions(+), 36 deletions(-)
create mode 100644 test/Transforms/LoopDeletion/2017-07-11-incremental-dt.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 clang.
from d9009e558a Define _GNU_SOURCE for RTEMS c++
new 63a4e48486 [ubsan] Have -fsanitize=vptr emit a null check if -fsanitize [...]
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:
docs/ReleaseNotes.rst | 4 +---
docs/UndefinedBehaviorSanitizer.rst | 8 ++++----
include/clang/Basic/DiagnosticDriverKinds.td | 3 ---
lib/CodeGen/CGExpr.cpp | 8 ++++----
lib/Driver/SanitizerArgs.cpp | 7 -------
test/CodeGenCXX/catch-undef-behavior.cpp | 4 ++--
test/CodeGenCXX/ubsan-type-checks.cpp | 15 ++++++++++-----
test/Driver/fsanitize.c | 8 ++------
test/Driver/rtti-options.cpp | 12 ++++++------
9 files changed, 29 insertions(+), 40 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 release_50
in repository clang.
from 2239da4a1b Merging r309722: ------------------------------------------- [...]
new c4d55f5857 Merging r309523: ------------------------------------------- [...]
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/ToolChains/OpenBSD.cpp | 2 ++
test/Driver/openbsd.c | 5 ++++-
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 compiler-rt.
from e18e52ff1 [asan] Interceptors for Fuchsia
new 62abea784 [ubsan] Test -fsanitize=vptr without -fsanitize=null
new e47607957 This ppc64 implementation of clear_cache works for both big a [...]
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/builtins/clear_cache.c | 2 +-
test/ubsan/TestCases/TypeCheck/Linux/PR33221.cpp | 2 +-
test/ubsan/TestCases/TypeCheck/vptr-corrupted-vtable-itanium.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.