This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository clang.
from 064b9a1 Merge r278393 and r278395.
new e3fc22a OpenCL release notes
new 18a55ed Merging r277783 and r278156 to unbreak Clang on the branch af [...]
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/ReleaseNotes.rst | 47 +++++++++++++++++++++-
include/clang/AST/ExternalASTSource.h | 5 ++-
include/clang/AST/StmtGraphTraits.h | 2 +
include/clang/Analysis/Analyses/Dominators.h | 1 +
.../Core/PathSensitive/ExplodedGraph.h | 2 +
5 files changed, 54 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 compiler-rt.
from 8981c04 [ubsan] Initialize Android logging.
new 7b1e0f1 [msan] Fix line number sensitivity in chained_origin.cc and c [...]
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/msan/chained_origin.cc | 17 +++++++++--------
test/msan/chained_origin_memcpy.cc | 11 ++++++-----
2 files changed, 15 insertions(+), 13 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 8b850ac [InstCombine] add tests for missing vector icmp folds
new cc96a8c remove unnecessary IR comments about uses
new 3d09ca2 minimize test
new a451d6b [InstCombine] add test for missing vector icmp fold
The 3 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/InstCombine/shift.ll | 147 +++++++++++++++++------------------
1 file changed, 73 insertions(+), 74 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 compiler-rt.
from bd05f73 [mips] XFAIL mips64el tests that fail on clang-cmake-mipsel
new 8981c04 [ubsan] Initialize Android logging.
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/ubsan/ubsan_init.cc | 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 release_39
in repository compiler-rt.
from 2019f5e Remove test/asan/TestCases/Darwin/dead-strip.c
new 96f4e67 Merging r278454: -------------------------------------------- [...]
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:
cmake/Modules/BuiltinTests.cmake | 23 ++++++++++++++++++++---
cmake/builtin-config-ix.cmake | 10 ++++++++++
lib/builtins/CMakeLists.txt | 8 ++++++--
3 files changed, 36 insertions(+), 5 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 d0bb767 cmd/go: ignore errors from go/build for standard packages
new e5ec9f7 PR target/72867 * config/i386/sse.md (<code><mode>3<mask_na [...]
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 | 25 ++++++++++
gcc/config/i386/i386.c | 2 +-
gcc/config/i386/i386.md | 16 +++----
gcc/config/i386/mmx.md | 43 +++++++++++------
gcc/config/i386/sse.md | 85 +++++++++++++--------------------
gcc/config/i386/subst.md | 1 +
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/pr72867.c | 23 +++++++++
8 files changed, 123 insertions(+), 77 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr72867.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 llvm.
from 1bb8cbf Local variables whose address is taken and passed on to a cal [...]
new 8b850ac [InstCombine] add tests for missing vector icmp folds
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/InstCombine/exact.ll | 14 +++++++++++++-
test/Transforms/InstCombine/icmp.ll | 14 ++++++++++++++
test/Transforms/InstCombine/pr17827.ll | 20 ++++++++++++++++++++
test/Transforms/InstCombine/shift.ll | 22 ++++++++++++++++++++++
4 files changed, 69 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 llvm.
from f5c5c7d [InstCombine] add tests for missing vector icmp folds
new 1bb8cbf Local variables whose address is taken and passed on to a cal [...]
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/IR/DebugInfoMetadata.h | 5 +
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 32 ++++++-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 5 +
test/DebugInfo/AArch64/coalescing.ll | 3 +-
test/DebugInfo/X86/array.ll | 4 +-
test/DebugInfo/X86/bbjoin.ll | 2 +-
test/DebugInfo/X86/dbg-value-const-byref.ll | 3 +-
test/DebugInfo/X86/debug-loc-frame.ll | 113 +++++++++++++++++++++++
8 files changed, 157 insertions(+), 10 deletions(-)
create mode 100644 test/DebugInfo/X86/debug-loc-frame.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.