This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 898cee3 Daily bump.
new 8c06189 Remove assert in get_def_bb_for_const
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/graphite-isl-ast-to-gimple.c | 1 -
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/pr69067.c | 28 ++++++++++++++++++++++++++++
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr69067.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 clang-tools-extra.
from df6c9e4 [include-fixer] Add a missing .h.
new 19bc5e9 Fix a wrong check in misc-unused-using-decls
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:
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | 24 +++++++++++-------------
test/clang-tidy/misc-unused-using-decls.cpp | 6 ++++++
2 files changed, 17 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 e2cbc9d [OpenCL] Add the default header file opencl-c.h for OpenCL C [...]
new 11a30c8 [OpenCL] Remove tests without triple from test/Headers/opencl [...]
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/Headers/opencl-c-header.cl | 4 ----
1 file changed, 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 clang.
from cabc6ff clang-format: Fix segfault introduced by allowing wraps after [...]
new e2cbc9d [OpenCL] Add the default header file opencl-c.h for OpenCL C [...]
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/Headers/CMakeLists.txt | 1 +
lib/Headers/opencl-c.h | 16968 ++++++++++++++++++++++++++++++++++++++
test/Headers/opencl-c-header.cl | 37 +
3 files changed, 17006 insertions(+)
create mode 100644 lib/Headers/opencl-c.h
create mode 100644 test/Headers/opencl-c-header.cl
--
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 9aaeb83 [Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows [...]
new 285ed3c [IndVars] Assert that the incoming IR is in LCSSA
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/Scalar/IndVarSimplify.cpp | 3 +++
1 file changed, 3 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 libcxx.
from a3eac51 [libcxx] Improve tests to use the UNSUPPORTED lit directive
new 2aad5d5 Fix bug in test allocator that incorrectly computed the alloc [...]
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:
.../do_allocate_and_deallocate.pass.cpp | 2 +-
test/support/test_memory_resource.hpp | 7 ++++---
2 files changed, 5 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 llvm.
from 203f697 [Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.
new 9aaeb83 [Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows [...]
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/CMakeLists.txt | 4 +++-
1 file changed, 3 insertions(+), 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 d703145 Make it easier to process merges in a normal buildable direct [...]
new 203f697 [Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing.
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/CMakeLists.txt | 1 +
.../{Chapter4 => Chapter5}/CMakeLists.txt | 6 +-
.../{Chapter4 => Chapter5}/KaleidoscopeJIT.h | 58 +++++++---
.../BuildingAJIT/Chapter5/RemoteJITUtils.h | 74 +++++++++++++
.../{Chapter3 => Chapter5/Server}/CMakeLists.txt | 6 +-
.../BuildingAJIT/Chapter5/Server/server.cpp | 119 +++++++++++++++++++++
.../BuildingAJIT/{Chapter4 => Chapter5}/toy.cpp | 78 ++++++++++++--
7 files changed, 317 insertions(+), 25 deletions(-)
copy examples/Kaleidoscope/BuildingAJIT/{Chapter4 => Chapter5}/CMakeLists.txt (61%)
copy examples/Kaleidoscope/BuildingAJIT/{Chapter4 => Chapter5}/KaleidoscopeJIT.h (82%)
create mode 100644 examples/Kaleidoscope/BuildingAJIT/Chapter5/RemoteJITUtils.h
copy examples/Kaleidoscope/BuildingAJIT/{Chapter3 => Chapter5/Server}/CMakeLists.t [...]
create mode 100644 examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/server.cpp
copy examples/Kaleidoscope/BuildingAJIT/{Chapter4 => Chapter5}/toy.cpp (93%)
--
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 a6b0884 PR target/71245 * config/i386/sync.md (define_peephole2 ato [...]
new 898cee3 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 3f7e524 /cp 2016-05-29 Paolo Carlini <paolo.carlini(a)oracle.com>
new 1b4882b Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.