This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b5046ba [BuildingAJIT] Make the chapter 5 server export symbols.
new bac9c43 [InstSimplify] fold negation of sign-bit
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/Analysis/InstructionSimplify.cpp | 23 ++++++++++++++++++++---
test/Transforms/InstSimplify/negate.ll | 14 ++++----------
2 files changed, 24 insertions(+), 13 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 f161d98 [AST] Add CanonicalDeclPtr<T>.
new 158474d [CMake] Support thin LTO in PGO CMake cache
new bf32d4a [CUDA] When we emit an error that might have been deferred, a [...]
new 24fea6a [CMake] Add clang-bootstrap-deps target
The 3 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 | 24 ++--
cmake/caches/PGO.cmake | 4 +-
include/clang/Basic/DiagnosticSemaKinds.td | 1 +
include/clang/Sema/Sema.h | 81 ++++++------
lib/Sema/SemaCUDA.cpp | 142 +++++++++++++++-------
test/SemaCUDA/bad-calls-on-same-line.cu | 2 +
test/SemaCUDA/call-device-fn-from-host.cu | 3 +-
test/SemaCUDA/call-host-fn-from-device.cu | 2 +-
test/SemaCUDA/call-stack-for-deferred-err.cu | 18 +++
test/SemaCUDA/exceptions.cu | 3 +
test/SemaCUDA/no-call-stack-for-immediate-errs.cu | 17 +++
test/SemaCUDA/trace-through-global.cu | 10 +-
12 files changed, 212 insertions(+), 95 deletions(-)
create mode 100644 test/SemaCUDA/call-stack-for-deferred-err.cu
create mode 100644 test/SemaCUDA/no-call-stack-for-immediate-errs.cu
--
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 51f62d6 [ubsan] Drop dependency on a 64-bit arch in a test (NFC)
new f74e91e [CUDA] Emit errors for wrong-side calls made on the same line [...]
new f161d98 [AST] Add CanonicalDeclPtr<T>.
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/clang/AST/Redeclarable.h | 64 ++++++++++++++++++++++++++++++++-
include/clang/Sema/Sema.h | 8 ++---
lib/Sema/SemaCUDA.cpp | 10 +++---
test/SemaCUDA/bad-calls-on-same-line.cu | 39 ++++++++++++++++++++
4 files changed, 112 insertions(+), 9 deletions(-)
create mode 100644 test/SemaCUDA/bad-calls-on-same-line.cu
--
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 lld.
from c0f3d27 Move getVersionString to Core and simplify Version.cpp.
new 9290bf2 Avoid using grep command in a test.
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/ELF/linkerscript/diagnostic.s | 21 +++++++++++----------
1 file changed, 11 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 b9fcef2 [ubsan] Re-work check lines to try to appease a bot (NFC)
new 51f62d6 [ubsan] Drop dependency on a 64-bit arch in a test (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/CodeGenCXX/ubsan-devirtualized-calls.cpp | 28 +++++++++++++--------------
1 file changed, 14 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 lld.
from edad27f Include ARGV[0] in error messages.
new c0f3d27 Move getVersionString to Core and simplify Version.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:
ELF/Driver.cpp | 5 +++--
ELF/Driver.h | 1 -
ELF/DriverUtils.cpp | 8 -------
include/lld/Config/Version.h | 32 +++------------------------
lib/Config/Version.cpp | 51 ++++++++++++++------------------------------
5 files changed, 22 insertions(+), 75 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 9d7f88a Make std::enable_shared_from_this cope with ambiguity
new 5c2ba57 2016-10-19 Bernd Edlinger <bernd.edlinger(a)hotmail.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/c-family/ChangeLog | 7 ++++++-
gcc/c-family/c-common.c | 11 +++++++++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/Wint-in-bool-context-2.c | 17 +++++++++++++++++
4 files changed, 36 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wint-in-bool-context-2.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 d673d6f Typo: nomed struct -> named struct
new b5046ba [BuildingAJIT] Make the chapter 5 server export symbols.
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:
examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt | 2 ++
1 file changed, 2 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 8bd12ac MS ABI: Fix assert when generating virtual function call with [...]
new b35098f [ubsan] Use the object pointer's type info for devirtualized calls
new ddce362 New clang option -mpie-copy-relocations to use copy relocatio [...]
new b9fcef2 [ubsan] Re-work check lines to try to appease a bot (NFC)
The 3 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/Driver/Options.td | 4 ++
include/clang/Frontend/CodeGenOptions.def | 3 +
lib/CodeGen/BackendUtil.cpp | 2 +
lib/CodeGen/CGExprCXX.cpp | 15 +++--
lib/Driver/Tools.cpp | 6 ++
lib/Frontend/CompilerInvocation.cpp | 2 +
test/CodeGenCXX/ubsan-devirtualized-calls.cpp | 84 +++++++++++++++++++++++++++
7 files changed, 110 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGenCXX/ubsan-devirtualized-calls.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 zorg.
from f7711e6 Corrected jobs numbers for builders of slave ps4-buildslave1a.
new a2dc1bb Remove MSVC 2013 buildbot
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:
buildbot/osuosl/master/config/builders.py | 14 --------------
1 file changed, 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.