This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bfae62c2cba [LV] Optimize for size when vectorizing loops with tiny trip count
new e6f158fee49 [GlobalISel] Make multi-step legalization work.
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/CodeGen/GlobalISel/LegalizerInfo.h | 22 +++++++++---
lib/CodeGen/GlobalISel/LegalizerInfo.cpp | 26 +++++++++------
lib/Target/ARM/ARMLegalizerInfo.cpp | 39 +---------------------
unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp | 19 +++++++++++
4 files changed, 52 insertions(+), 54 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 28b9d0a32 Merge
new cf40d9536 fix trivial typos, 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/builtins/Unit/fp_test.h | 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 gcc.
from d93cb3ed9f6 profile-count.h: Fix typos and whitespace issues.
new 62ea3c0e5cf 2017-06-30 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr81249.C | 25 +++++++++++++++++++++++++
gcc/tree-vect-loop.c | 14 ++++++++------
4 files changed, 44 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81249.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 c9df51e6e95 [InstCombine] Add test cases to demonstrate failure to fold [...]
new bfae62c2cba [LV] Optimize for size when vectorizing loops with tiny trip count
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/Vectorize/LoopVectorize.cpp | 59 +++++++++++-----------
.../LoopVectorize/X86/vect.omp.force.small-tc.ll | 31 +++++++++++-
test/Transforms/LoopVectorize/small-loop.ll | 6 +--
3 files changed, 62 insertions(+), 34 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 09c135e20c Fold exception-warnings.cpp into warn-throw-out-noexcept-func.cpp
new 26f8a8d2c4 Fix heap use after free introduced by r306769.
new 6853ca9a40 ARMV8-A archkind and target defines helper functions
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/Basic/Targets.cpp | 59 +++++++++++++++++++++++------
lib/Driver/ToolChains/Clang.cpp | 2 +-
test/Preprocessor/aarch64-target-features.c | 5 ++-
test/Preprocessor/arm-target-features.c | 1 +
4 files changed, 52 insertions(+), 15 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 lldb.
from 477ed4253 [Data formatters] Make NSSetM support both old- and new-style [...]
new d49eecec5 Fix a cmake typo to unbreak windows unit tests
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:
unittests/SymbolFile/PDB/CMakeLists.txt | 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 llvm.
from 11496e7e16e fix trivial typo; NFC
new 006e1f79e63 [InstCombine] In foldXorToXor, move the commutable matcher [...]
new c9df51e6e95 [InstCombine] Add test cases to demonstrate failure to fold [...]
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/InstCombine/InstCombineAndOrXor.cpp | 16 ++--
test/Transforms/InstCombine/and-or-not.ll | 92 +++++++++++++++++++++-
test/Transforms/InstCombine/or-xor.ll | 76 +++++++++++++++++-
3 files changed, 168 insertions(+), 16 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 6b7518998a Add -no-canonical-prefixes to the test line so that we can h [...]
new 09c135e20c Fold exception-warnings.cpp into warn-throw-out-noexcept-func.cpp
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/SemaCXX/exception-warnings.cpp | 36 --------------------------
test/SemaCXX/warn-throw-out-noexcept-func.cpp | 37 +++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 36 deletions(-)
delete mode 100644 test/SemaCXX/exception-warnings.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 cebf3467bc0 Remove the BBVectorize pass.
new 11496e7e16e fix trivial typo; 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:
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.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.
Prathamesh Kulkarni pushed a change to branch linaro-local/type-promotion
in repository toolchain/gcc.
at 1f836a9fa3d 2017-06-29 Julian Brown <julian(a)codesourcery.com> Na [...]
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.