This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1c20b81 [OpenCL] Add supported OpenCL extensions to target info.
new e57f275 [PS4] Change the names of some "environmental" things to what [...]
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/clang/Basic/DiagnosticDriverKinds.td | 2 +-
lib/Basic/Targets.cpp | 2 +-
lib/Driver/ToolChains.cpp | 4 +-
lib/Driver/Tools.cpp | 8 ++--
lib/Frontend/InitHeaderSearch.cpp | 2 +-
test/Driver/ps4-header-search.c | 2 +-
test/Driver/ps4-linker-non-win.c | 8 ++--
test/Driver/ps4-linker-win.c | 8 ++--
test/Driver/ps4-sdk-root.c | 58 ++++++++++++++--------------
test/Preprocessor/init.c | 2 +-
test/Sema/bitfield-layout.c | 16 ++++----
test/Sema/wchar.c | 2 +-
12 files changed, 57 insertions(+), 57 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 4659e36 [compiler-rt] Fix multi-configuration output paths
new ef33572 [PS4] Change the names of some "environmental" things to what [...]
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/InstrProfilingPort.h | 2 +-
lib/profile/InstrProfilingUtil.h | 4 ++--
2 files changed, 3 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 libcxx.
from 5d98497 Add a test for uniqueptr having either NULL and nullptr
new 3cc263d Remove C++11 feature macros in tests. Use TEST_STD_VER instead.
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/libcxx/utilities/meta/is_referenceable.pass.cpp | 2 +-
test/support/test_macros.h | 6 ------
2 files changed, 1 insertion(+), 7 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 61ce277 [PM] Port indirect call promotion pass to new pass manager
new ec3abaa [Hexagon] Simplify HexagonInstrInfo::isPredicable
new 24331f2 [LAA] clang-format the function couldPreventStoreLoadForward. NFC
new 095bb7d [LAA] Comment couldPreventStoreLoadForward. NFC
new 12427ad [LAA] Rename forwarding conflict detection option (NFC)
The 4 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/Analysis/LoopAccessAnalysis.h | 3 +
lib/Analysis/LoopAccessAnalysis.cpp | 36 +++++----
lib/Target/Hexagon/HexagonInstrInfo.cpp | 89 ++--------------------
test/CodeGen/Hexagon/cext-check.ll | 2 +-
.../AArch64/max-vf-for-interleaved.ll | 2 +-
5 files changed, 31 insertions(+), 101 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 libcxx.
from 10a6829 Disable LIBCXX_ENABLE_ABI_LINKER_SCRIPT for static library builds.
new eaba7bb Add a couple of _LIBCPP_ASSERT calls. No functional change.
new 5d98497 Add a test for uniqueptr having either NULL and nullptr
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:
include/future | 2 ++
.../unique.ptr.runtime.ctor/pointer_deleter01.pass.cpp | 6 ++++++
2 files changed, 8 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 clang.
from f5aae6d [mips] Add test for the dynamic linker when using the mips64e [...]
new 5b47ec5 [Modules] Use vfs for (recursive) directory iteration
new 8d336be Add the hasDynamicExceptionSpec() AST matcher to match functi [...]
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/LibASTMatchersReference.html | 16 ++++++++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 20 ++++++++++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
lib/Frontend/FrontendActions.cpp | 13 +++++++------
lib/Lex/HeaderSearch.cpp | 19 +++++++++++--------
lib/Lex/ModuleMap.cpp | 18 +++++++++++-------
test/Modules/crash-vfs-umbrella-frameworks.m | 13 +++++++++++++
unittests/ASTMatchers/ASTMatchersTest.cpp | 16 ++++++++++++++++
8 files changed, 95 insertions(+), 21 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 20ebcfc [LV] Ensure safe VF for loops with interleaved accesses
new 61ce277 [PM] Port indirect call promotion pass to new pass manager
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/Transforms/PGOInstrumentation.h | 10 ++++++++++
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp | 9 +++++++++
test/Transforms/PGOProfile/icp_covariant_call_return.ll | 1 +
test/Transforms/PGOProfile/icp_covariant_invoke_return.ll | 1 +
test/Transforms/PGOProfile/icp_invoke.ll | 1 +
test/Transforms/PGOProfile/icp_mismatch_msg.ll | 1 +
test/Transforms/PGOProfile/icp_vararg.ll | 1 +
test/Transforms/PGOProfile/indirect_call_promotion.ll | 2 ++
9 files changed, 27 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 binutils-gdb.
from 71de341 V850/BFD: Call `_bfd_elf_copy_private_bfd_data' again
new 155b7f5 Match shell_prompt # in batch-preserve-term-settings.exp
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/batch-preserve-term-settings.exp | 3 +--
2 files changed, 6 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 gcc-6-branch
in repository gcc.
from 1c973c7 Backport from mainline r236098. 2016-05-10 James Norris < [...]
new 5c4dd4c [PR 70857] Copy RESULT_DECL of HSA outlined kernel function
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/omp-low.c | 3 +++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.