This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 881e9f31775 [AMDGPU] Combine DS operations with offsets bigger than byte
new 0bd53cd74c0 [ArgPromotion] Don't drop !prof metadata on promoted calls
new d2a36f278b1 [InstCombine] Simplify attribute code with new AttributeLis [...]
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/Transforms/IPO/ArgumentPromotion.cpp | 5 ++-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 51 ++++++++++---------------
test/Transforms/ArgumentPromotion/profile.ll | 23 +++++++++++
3 files changed, 47 insertions(+), 32 deletions(-)
create mode 100644 test/Transforms/ArgumentPromotion/profile.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 bb9e1d460c Follow-up to r300225: update ClangFormat.sln to VS2017
new a60f3e68b9 Follow-up to r300225: update ClangFormat.csproj too
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:
tools/clang-format-vs/ClangFormat/ClangFormat.csproj | 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 master
in repository gcc.
from 4ab4cd97c60 PR sanitizer/80414 * ubsan.c (ubsan_expand_bounds_ifn): P [...]
new f8c884cd0cf 2017-04-13 Vladimir Makarov <vmakarov(a)redhat.com>
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 | 6 ++++
gcc/lra-remat.c | 9 ++++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/powerpc/pr80343.c | 50 ++++++++++++++++++++++++++++++
4 files changed, 70 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80343.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 b39f4c5d6c0 [APSInt] Remove named And/Or/Xor methods.
new 881e9f31775 [AMDGPU] Combine DS operations with offsets bigger than byte
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/AMDGPU/SILoadStoreOptimizer.cpp | 316 ++++++++++----------
test/CodeGen/AMDGPU/ds-combine-large-stride.ll | 385 +++++++++++++++++++++++++
2 files changed, 551 insertions(+), 150 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/ds-combine-large-stride.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 531e2994c6 Warning-free clang-format plugin install for VS 15.0
new bb9e1d460c Follow-up to r300225: update ClangFormat.sln to VS2017
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:
tools/clang-format-vs/ClangFormat.sln | 4 ++--
1 file changed, 2 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 c1e5fd3c421 [InstCombine] use similar ops for related folds; NFCI
new b39f4c5d6c0 [APSInt] Remove named And/Or/Xor methods.
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/ADT/APSInt.h | 3 ---
1 file changed, 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 clang.
from f0d95e3b9d clang-format-vs: Use a separate license.txt copy
new 531e2994c6 Warning-free clang-format plugin install for VS 15.0
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:
.../clang-format-vs/ClangFormat/ClangFormat.csproj | 52 ++++------------------
tools/clang-format-vs/ClangFormat/packages.config | 1 -
.../source.extension.vsixmanifest.in | 52 +++++++---------------
3 files changed, 24 insertions(+), 81 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 104e2fb761d [APInt] Fix the returns description for the postfix increme [...]
new c1e5fd3c421 [InstCombine] use similar ops for related folds; NFCI
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 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 8439838e05 Use the clang-cl recognized spelling of --target=
new f0d95e3b9d clang-format-vs: Use a separate license.txt copy
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:
tools/clang-format-vs/.gitignore | 1 -
tools/clang-format-vs/CMakeLists.txt | 7 +----
tools/clang-format-vs/ClangFormat/license.txt | 39 +++++++++++++++++++++++++++
3 files changed, 40 insertions(+), 7 deletions(-)
create mode 100755 tools/clang-format-vs/ClangFormat/license.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 compiler-rt.
from 365d041bb Cache size per class size in SizeClassAllocatorXLocalCache.
new 6357c2dc3 Don't assume PTHREAD_CREATE_JOINABLE is 0 on all systems
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_interceptors.cc | 4 +++-
lib/sanitizer_common/sanitizer_posix.h | 3 +++
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 4 ++++
lib/tsan/rtl/tsan_interceptors.cc | 14 ++------------
4 files changed, 12 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.