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 11bd557 [sanitizer] adding a threaded performance stress test for mal [...]
new f1626d7 [sanitizer] change the 64-bit allocator to use a single array [...]
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:
.../sanitizer_allocator_local_cache.h | 105 +++--------
.../sanitizer_allocator_primary64.h | 204 ++++++++++-----------
.../tests/sanitizer_allocator_test.cc | 17 +-
3 files changed, 144 insertions(+), 182 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 4cc20be [InstCombine] remove icmp shr folds that are already handled [...]
new a44dd5e GlobalISel: add forgotten test-case for G_ICMP
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/GlobalISel/legalize-cmp.mir | 45 ++++++++++++++++++++++++
1 file changed, 45 insertions(+)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir
--
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 5bd0203 [asan] minor fix in the asan memory profile
new 11bd557 [sanitizer] adding a threaded performance stress test for mal [...]
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:
.../tests/malloc_stress_transfer_test.cc | 37 ++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 lib/sanitizer_common/tests/malloc_stress_transfer_test.cc
--
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 9e9267d Remove unused translation unit.
new 35b8916 [SLP] Avoid signed integer overflow
new 5896550 [ValueTracking] Use a function_ref to avoid multiple instantiations
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/Analysis/ValueTracking.cpp | 10 ++---
lib/Transforms/Vectorize/SLPVectorizer.cpp | 44 +++++++++++++++++-----
.../SLPVectorizer/AArch64/gather-root.ll | 4 ++
3 files changed, 44 insertions(+), 14 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 a59dbf0 line-map.h: add source_range::from_locations
new ff055c4 [gcc] 2016-08-23 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new b904831 gcc/: * config/s390/s390.c (s390_asm_file_start): Call defa [...]
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:
gcc/ChangeLog | 55 +++++++
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 206 +++++++++++++++++++++++---
gcc/config/rs6000/rs6000.h | 10 +-
gcc/config/rs6000/vsx.md | 96 ++++++++----
gcc/config/s390/s390.c | 1 +
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/gcc.target/powerpc/vec-init-1.c | 24 +++
gcc/testsuite/gcc.target/powerpc/vec-init-2.c | 24 +++
gcc/testsuite/gcc.target/s390/nolrl-1.c | 2 +-
10 files changed, 376 insertions(+), 53 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 5233bf6 [ARM] Fix predicable_short_it attribute for arm_movqi_insn
new a59dbf0 line-map.h: add source_range::from_locations
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:
libcpp/ChangeLog | 4 ++++
libcpp/include/line-map.h | 10 ++++++++++
2 files changed, 14 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 llvm.
from 26bccd6 [LTO] Fix test following r279550
new f99445f Update coding standards for include style.
new 9e9267d Remove unused translation unit.
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/CodingStandards.rst | 12 +++++++++++-
lib/DebugInfo/CodeView/CMakeLists.txt | 1 -
lib/DebugInfo/CodeView/TypeDeserializer.cpp | 13 -------------
3 files changed, 11 insertions(+), 15 deletions(-)
delete mode 100644 lib/DebugInfo/CodeView/TypeDeserializer.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 clang.
from 33dc2ec Remove two dos line endings.
new e77e46b driver: Support checking for rlimits via cmake (when bootstrapping)
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:
CMakeLists.txt | 3 +++
include/clang/Config/config.h.cmake | 3 +++
tools/driver/cc1_main.cpp | 8 +++-----
3 files changed, 9 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 27af897 2016-08-23 Fritz Reese <fritzoreese(a)gmail.com>
new 5233bf6 [ARM] Fix predicable_short_it attribute for arm_movqi_insn
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 | 5 +++++
gcc/config/arm/arm.md | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.