This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eb4d4bc552c [AMDGPU][MC][GFX9] Added s_atomic_* and s_buffer_atomic_* i [...]
new 78cbb42d451 [coroutines] Add support for llvm.coro.noop intrinsics
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:
docs/Coroutines.rst | 26 +++++++++++++++++
include/llvm/IR/Intrinsics.td | 1 +
lib/Transforms/Coroutines/CoroEarly.cpp | 48 +++++++++++++++++++++++++++++---
lib/Transforms/Coroutines/Coroutines.cpp | 7 +++--
test/Transforms/Coroutines/coro-early.ll | 23 +++++++++++++--
5 files changed, 96 insertions(+), 9 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 4f44b1c6e Support template template parameters
new d9dc83377 [Core] Grab-bag of improvements for Scalar.
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/lldb/Core/Scalar.h | 12 +-
source/Core/Scalar.cpp | 441 +++++++++++-------------------------------
unittests/Core/ScalarTest.cpp | 45 +++++
3 files changed, 166 insertions(+), 332 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 13c69d3bc [ASan] Disable new ASan error reporting tests on various ARMs.
new ec8f63a14 [profile] Fix value profile runtime merging issues
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/InstrProfiling.h | 4 ++
lib/profile/InstrProfilingFile.c | 7 +++-
lib/profile/InstrProfilingMerge.c | 5 ++-
lib/profile/InstrProfilingMergeFile.c | 12 +++---
lib/profile/InstrProfilingPort.h | 2 +
lib/profile/InstrProfilingValue.c | 33 +++++++++++----
test/profile/instrprof-value-merge.c | 79 +++++++++++++++++++++++++++++++++++
7 files changed, 124 insertions(+), 18 deletions(-)
create mode 100644 test/profile/instrprof-value-merge.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 gcc.
from 72898db2e3f * doc/cpp.texi (Variadic Macros): Fix line continuation in [...]
new 09ebadea33c 2018-04-02 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 27 ++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/array_simplify_2.f90 | 11 +++++++++++
4 files changed, 49 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/array_simplify_2.f90
--
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 b3a95b159 [test] Exit lldb-dotest in a more Pythonic way.
new 4f44b1c6e Support template template parameters
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/lldb/Symbol/ClangASTContext.h | 3 +++
.../test/lang/cpp/template/TestTemplateArgs.py | 28 ++++++++++++++++++++++
.../lldbsuite/test/lang/cpp/template/main.cpp | 7 ++++++
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 19 +++++++++++++--
source/Symbol/ClangASTContext.cpp | 23 ++++++++++++++++++
5 files changed, 78 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 master
in repository llvm.
from e019cdef75c [Hexagon] Clean up some code in HexagonAsmPrinter, NFC
new eb4d4bc552c [AMDGPU][MC][GFX9] Added s_atomic_* and s_buffer_atomic_* 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/Target/AMDGPU/AMDGPU.td | 11 +-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 +
lib/Target/AMDGPU/SMInstructions.td | 188 +++++++++++++++++++++
test/MC/AMDGPU/smem.s | 264 ++++++++++++++++++++++++++++++
test/MC/Disassembler/AMDGPU/smem_gfx9.txt | 192 ++++++++++++++++++++++
6 files changed, 660 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 gcc.
from d0303887f16 [NDS32] Implement TARGET_CANONICALIZE_COMPARISON for specif [...]
new 72898db2e3f * doc/cpp.texi (Variadic Macros): Fix line continuation in [...]
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/doc/cpp.texi | 2 +-
2 files changed, 6 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 lld.
from 8a0c6015f [ELF] - cref.s: check that we print symbols from archives. NFCI.
new 970be991d [PPC] Add a test for toc-relative access on ppc64le.
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/ppc64le-toc-rel.s | 64 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
create mode 100644 test/ELF/ppc64le-toc-rel.s
--
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-7-branch
in repository gcc.
from 0427f2abf76 Backport from mainline 2018-03-30 Peter Bergner <bergne [...]
new 831785001c1 Backport from mainline 2018-02-08 Peter Bergner <bergne [...]
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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/pr79799-2.c | 2 +-
2 files changed, 9 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 66167879599 [SLP] Fix PR36481: vectorize reassociated instructions.
new e019cdef75c [Hexagon] Clean up some code in HexagonAsmPrinter, 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:
lib/Target/Hexagon/HexagonAsmPrinter.cpp | 85 +++++++++++++++++---------------
lib/Target/Hexagon/HexagonAsmPrinter.h | 16 +++---
2 files changed, 53 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.