This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 721ebe8 [CUDA] Align kernel launch args correctly when the LLVM type' [...]
new 8100fbc Refactor how include paths are appended to the command arguments.
new 648e6d9 test/Frontend: Add a test for aarch64 target CPU names.
new 028bcee Basic/Targets.cpp: Reformat aarch64 CPU list.
new b28136e [OpenMP] Add support for mapping array sections through point [...]
new b82333f [OpenMP] Add support to map member expressions with reference [...]
The 5 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/Basic/Targets.cpp | 19 ++-
lib/CodeGen/CGOpenMPRuntime.cpp | 40 +++--
lib/CodeGen/CGStmtOpenMP.cpp | 12 +-
lib/Driver/Tools.cpp | 87 ++++-------
test/Driver/cuda-version-check.cu | 9 ++
test/Frontend/aarch64-target-cpu.c | 14 ++
test/OpenMP/target_map_codegen.cpp | 290 ++++++++++++++++++++++++++++++++++++-
7 files changed, 390 insertions(+), 81 deletions(-)
create mode 100644 test/Frontend/aarch64-target-cpu.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 lld.
from 2349064 [lld][MachO] Add debug info support for MachO.
new c36ccbf [lld][MachO] Temporarily revert r276921 - it's causing bot-fa [...]
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/ReaderWriter/MachO/ArchHandler_x86_64.cpp | 5 +-
lib/ReaderWriter/MachO/CMakeLists.txt | 1 -
lib/ReaderWriter/MachO/DebugInfo.h | 310 -------------------
lib/ReaderWriter/MachO/File.h | 16 +-
lib/ReaderWriter/MachO/MachONormalizedFile.h | 17 +-
.../MachO/MachONormalizedFileBinaryReader.cpp | 10 +-
.../MachO/MachONormalizedFileBinaryWriter.cpp | 21 +-
.../MachO/MachONormalizedFileFromAtoms.cpp | 175 +----------
.../MachO/MachONormalizedFileToAtoms.cpp | 333 +--------------------
test/mach-o/debug-syms.yaml | 249 ---------------
10 files changed, 26 insertions(+), 1111 deletions(-)
delete mode 100644 lib/ReaderWriter/MachO/DebugInfo.h
delete mode 100644 test/mach-o/debug-syms.yaml
--
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 e201775 [llvm-cov] Add a debug mode for source range highlighting (in html)
new b3f897d [LVI] Use DenseMap::find_as in LazyValueInfo.
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/LazyValueInfo.cpp | 44 ++++++++++++++++++++++++++++--------------
1 file changed, 29 insertions(+), 15 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 919fe98 Don't crash when generating code for __attribute__((naked)) m [...]
new 721ebe8 [CUDA] Align kernel launch args correctly when the LLVM type' [...]
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/CodeGen/CGCUDABuiltin.cpp | 6 +++++
lib/CodeGen/CGCUDANV.cpp | 41 ++++++++++++-------------------
test/CodeGenCUDA/kernel-args-alignment.cu | 36 +++++++++++++++++++++++++++
3 files changed, 58 insertions(+), 25 deletions(-)
create mode 100644 test/CodeGenCUDA/kernel-args-alignment.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 gcc.
from 296103a 2016-07-27 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new ec6d2d6 gcc/testsuite/ChangeLog:
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 | 5 +++++
gcc/tree-ssa-reassoc.c | 4 ++--
3 files changed, 13 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 clang.
from 9ae82cb Add target triple in test
new 919fe98 Don't crash when generating code for __attribute__((naked)) m [...]
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/CodeGen/ItaniumCXXABI.cpp | 4 ++++
lib/CodeGen/MicrosoftCXXABI.cpp | 4 ++++
test/CodeGenCXX/naked.cpp | 13 +++++++++++++
3 files changed, 21 insertions(+)
create mode 100644 test/CodeGenCXX/naked.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 llvm.
from d4f04da [LSV] Don't assume that bitcast ops are Instructions.
new e201775 [llvm-cov] Add a debug mode for source range highlighting (in html)
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/tools/llvm-cov/showHighlightedRanges.cpp | 37 +++++++++++-----------
tools/llvm-cov/SourceCoverageViewHTML.cpp | 44 +++++++++++++++++++++------
2 files changed, 53 insertions(+), 28 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 ca740c1 [Hexagon] Find speculative loop preheader in hardware loop ge [...]
new d4f04da [LSV] Don't assume that bitcast ops are Instructions.
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/Vectorize/LoadStoreVectorizer.cpp | 15 ++++++---------
.../LoadStoreVectorizer/NVPTX/non-instr-bitcast.ll | 14 ++++++++++++++
2 files changed, 20 insertions(+), 9 deletions(-)
create mode 100644 test/Transforms/LoadStoreVectorizer/NVPTX/non-instr-bitcast.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 test-suite.
from bac776c [test-suite] Bitcode simd tests: align memory to 128.
new f277607 cmake: Initialize project before modifying CFLAGS
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:
CMakeLists.txt | 4 ++--
1 file changed, 2 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 test-suite.
from 8379a8f cmake: Add a flag to control whether benchmarks are run
new bac776c [test-suite] Bitcode simd tests: align memory to 128.
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:
Bitcode/simd_ops/simd_ops.cpp | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.