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 e46c108 [profile] Don't return `Node` when it is null.
new f234154 [profile] Add early checking to bypass node pointer update
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/profile/InstrProfilingValue.c | 11 ++++++++---
test/profile/instrprof-value-prof.test | 5 +++++
2 files changed, 13 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 llvm.
from 05bd592 [X86][SSE41] Removed blendpd/blendps intrinsics tests - they [...]
new 242270d [TLI] Also cover Linux 64 libfunc (stat64, ...) prototype checking.
new e4a60f4 [X86][SSE41] Regenerated intrinsics tests
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/TargetLibraryInfo.cpp | 4 +-
test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll | 73 ++++-
test/CodeGen/X86/sse41-intrinsics-x86.ll | 353 ++++++++++++++++++++---
test/Transforms/InferFunctionAttrs/annotate.ll | 33 ++-
test/Transforms/InferFunctionAttrs/no-proto.ll | 31 ++
5 files changed, 435 insertions(+), 59 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 4920830 fix typo; NFC
new 05bd592 [X86][SSE41] Removed blendpd/blendps intrinsics tests - they [...]
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/X86/sse41-intrinsics-x86.ll | 18 +-----------------
1 file changed, 1 insertion(+), 17 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 a949446 [esan][cfrag] Add skeleton for cache fragmentation tool support
new e46c108 [profile] Don't return `Node` when it is null.
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/profile/InstrProfilingValue.c | 12 +++++++-----
1 file changed, 7 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 0113f3c 2016-05-25 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@a [...]
new 552821b * tree-ssa-phiopt.c (factor_out_conditional_conversion): Rem [...]
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 | 4 ++++
gcc/testsuite/gnat.dg/opt55.adb | 20 ++++++++++++++++++++
gcc/testsuite/gnat.dg/opt55.ads | 22 ++++++++++++++++++++++
gcc/tree-ssa-phiopt.c | 9 ++++++---
5 files changed, 58 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/opt55.adb
create mode 100644 gcc/testsuite/gnat.dg/opt55.ads
--
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 5861418 Simplify std::all_of/any_of predicates by using llvm::all_of/ [...]
new 215450c [libfuzzer] replacing unittest for truncate_units with functi [...]
new 07cea65 [X86][AVX2] Regenerate avx2 vector shift tests
new f31f603 IRLinker: fix double scheduling of mapping a global value bec [...]
new f29dafd ValueMaterializer: fuse materializeDeclFor and materializeIni [...]
new 055a0c9 ValueMaterializer: rename materializeDeclFor() to materialize()
new 4920830 fix typo; NFC
The 6 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:
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 2 +-
include/llvm/Transforms/Utils/ValueMapper.h | 12 +-
lib/Fuzzer/test/CMakeLists.txt | 1 +
.../test/{UninstrumentedTest.cpp => EmptyTest.cpp} | 6 +-
lib/Fuzzer/test/FuzzerUnittest.cpp | 22 -
lib/Fuzzer/test/fuzzer-trunc.test | 10 +
lib/Linker/IRMover.cpp | 63 +--
lib/Transforms/Utils/ValueMapper.cpp | 8 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +-
test/CodeGen/X86/avx2-vector-shifts.ll | 442 +++++++++++----------
test/Linker/alias-3.ll | 13 +
11 files changed, 293 insertions(+), 288 deletions(-)
copy lib/Fuzzer/test/{UninstrumentedTest.cpp => EmptyTest.cpp} (78%)
create mode 100644 lib/Fuzzer/test/fuzzer-trunc.test
create mode 100644 test/Linker/alias-3.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 3da6416 clang-cl: Treat dllimport explicit template instantiation def [...]
new 403a883 Revert r270748 "clang-cl: Treat dllimport explicit template i [...]
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/Sema/SemaTemplate.cpp | 33 ++---------------------------
test/CodeGenCXX/dllexport.cpp | 13 +++++++-----
test/CodeGenCXX/dllimport.cpp | 49 +++++++------------------------------------
3 files changed, 17 insertions(+), 78 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 444d16c Mark some arm-linux specific xfails marking bug entries
new 1ff0530 Fix an issue where LLDB would crash if one tried to 'frame va [...]
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:
.../libcxx/unordered/TestDataFormatterUnordered.py | 1 +
source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp | 11 +++++++----
2 files changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.