This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 9f6908a include Host/Time.h in Cocoa.cpp
new 61366c4 Link debugserver against Foundation to get access to NSProcessInfo.
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:
.../debugserver.xcodeproj/project.pbxproj | 26 ++++++++++------------
tools/debugserver/source/MacOSX/MachProcess.mm | 2 ++
2 files 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 clang.
from bc0be02 [OpenMP] Support for the proc_bind-clause on 'target parallel [...]
new 771d6cd [CodeGen] [CUDA] Add the ability set default attrs on functio [...]
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/CodeGen/CodeGenAction.h | 30 +++--
include/clang/Frontend/CodeGenOptions.h | 15 ++-
lib/CodeGen/CGCall.cpp | 201 +++++++++++++++++---------------
lib/CodeGen/CodeGenAction.cpp | 84 ++++++-------
lib/CodeGen/CodeGenModule.h | 25 ++++
lib/Frontend/CompilerInvocation.cpp | 15 ++-
test/CodeGenCUDA/propagate-metadata.cu | 62 ++++++++++
7 files changed, 282 insertions(+), 150 deletions(-)
create mode 100644 test/CodeGenCUDA/propagate-metadata.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 release_40
in repository clang.
from b32860f Merging r292874: -------------------------------------------- [...]
new cadf1a4 Merging r292991: -------------------------------------------- [...]
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/Sema/SemaInit.cpp | 2 +-
test/SemaCXX/new-delete-cxx0x.cpp | 4 +++-
2 files changed, 4 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 a74ee64 [pdb] Correctly parse the hash adjusters table from TPI stream.
new 63bcde1 [pdb] Fix failing test
new fe08370 Revert "[PPC] Give unaligned memory access lower cost on proc [...]
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:
lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 4 ----
test/Analysis/CostModel/PowerPC/load_store.ll | 2 +-
test/Analysis/CostModel/PowerPC/unaligned_ld_st.ll | 26 ----------------------
test/DebugInfo/PDB/pdbdump-headers.test | 3 ++-
4 files changed, 3 insertions(+), 32 deletions(-)
delete mode 100644 test/Analysis/CostModel/PowerPC/unaligned_ld_st.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 svn-tags/RELEASE_400
in repository openmp.
at c140e7b Creating release candidate rc1 from release_400 branch
This branch includes the following new commits:
new aeaf2d5 Creating release directory for release_400.
new c140e7b Creating release candidate rc1 from release_400 branch
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.
--
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 openmp.
from 3585ec7 Use C++11 static_assert() for build asserts.
new 7680cbb [OpenMP] Initial implementation of OpenMP offloading library [...]
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 | 1 +
libomptarget/Build_With_CMake.txt | 142 ++
libomptarget/CMakeLists.txt | 115 +
libomptarget/README.txt | 72 +
.../Modules/LibomptargetGetDependencies.cmake | 124 ++
libomptarget/cmake/Modules/LibomptargetUtils.cmake | 28 +
libomptarget/cmake/Modules/config-ix.cmake | 17 +
libomptarget/exports | 28 +
libomptarget/src/omptarget.cpp | 2323 ++++++++++++++++++++
libomptarget/src/omptarget.h | 234 ++
libomptarget/test/CMakeLists.txt | 93 +
libomptarget/test/lit.cfg | 116 +
libomptarget/test/lit.site.cfg.in | 20 +
libomptarget/test/offloading/offloading_success.c | 22 +
.../test/offloading/offloading_success.cpp | 22 +
15 files changed, 3357 insertions(+)
create mode 100644 libomptarget/Build_With_CMake.txt
create mode 100644 libomptarget/CMakeLists.txt
create mode 100644 libomptarget/README.txt
create mode 100644 libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake
create mode 100644 libomptarget/cmake/Modules/LibomptargetUtils.cmake
create mode 100644 libomptarget/cmake/Modules/config-ix.cmake
create mode 100644 libomptarget/exports
create mode 100644 libomptarget/src/omptarget.cpp
create mode 100644 libomptarget/src/omptarget.h
create mode 100644 libomptarget/test/CMakeLists.txt
create mode 100644 libomptarget/test/lit.cfg
create mode 100644 libomptarget/test/lit.site.cfg.in
create mode 100644 libomptarget/test/offloading/offloading_success.c
create mode 100644 libomptarget/test/offloading/offloading_success.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 release_40
in repository openmp.
from fc80b28 Creating release_40 branch off revision 291814
new 57d5483 Merging r292348: -------------------------------------------- [...]
new e62ab1a Merging r292349: -------------------------------------------- [...]
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:
runtime/src/kmp_lock.cpp | 6 ++++
runtime/src/kmp_runtime.cpp | 4 +++
runtime/test/api/kmp_set_defaults_lock_bug.c | 53 ++++++++++++++++++++++++++++
3 files changed, 63 insertions(+)
create mode 100644 runtime/test/api/kmp_set_defaults_lock_bug.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 8e73585 Remove useless cast and update a comment.
new 366d3b6 Change the --retain-symbols-file implementation.
new 7df5943 Make error messages more consistent with other messages.
new 11fc8c9 Do not use .s extension for non-assembly files.
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:
ELF/Config.h | 5 ++---
ELF/Driver.cpp | 5 +++--
ELF/Target.cpp | 14 ++++++++------
ELF/Writer.cpp | 6 ------
...ken-relaxation-x64.s => broken-relaxation-x64.test} | 0
...id-relocation-x64.s => invalid-relocation-x64.test} | 4 ++--
test/ELF/retain-symbols-file.s | 17 +++++++++++++----
test/ELF/retain-und.s | 18 ++++++++++++++++++
8 files changed, 46 insertions(+), 23 deletions(-)
rename test/ELF/invalid/{broken-relaxation-x64.s => broken-relaxation-x64.test} (100%)
rename test/ELF/invalid/{invalid-relocation-x64.s => invalid-relocation-x64.test} (88%)
create mode 100644 test/ELF/retain-und.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 master
in repository llvm.
from d1752d7 SDag: fix how initial loads are formed when splitting vector ops.
new a74ee64 [pdb] Correctly parse the hash adjusters table from TPI stream.
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/DebugInfo/PDB/Raw/TpiStream.h | 5 +-
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 15 ++--
test/DebugInfo/PDB/pdbdump-headers.test | 14 ++-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 138 +++++++++++++++++------------
4 files changed, 95 insertions(+), 77 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 09f33e1 Make this test more strict.
new 8e73585 Remove useless cast and update a comment.
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/Target.cpp | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.