Go to file
Justin Lebar 2ef3dabd45 [CUDA] Add __device__ overloads for placement new and delete.
Summary:
Previously these sort of worked because they didn't end up resulting in
calls at the ptx layer.  But I'm adding stricter checks that break
placement new without these changes.

Reviewers: tra

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D23239

llvm-svn: 278194
2016-08-10 01:09:14 +00:00
clang [CUDA] Add __device__ overloads for placement new and delete. 2016-08-10 01:09:14 +00:00
clang-tools-extra clang-rename rename-all: support reading old/newname pairs from a YAML file 2016-08-09 18:20:41 +00:00
compiler-rt [compiler-rt] Allow nm program to be over-ridden for global symbol detection 2016-08-10 00:45:30 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Make min follow the OCL 1.0 specs 2016-07-25 22:36:22 +00:00
libcxx test/hard_link_count(): Fix test on darwin 2016-08-10 01:02:28 +00:00
libcxxabi Depend directly on unwind when not building standalone 2016-08-09 21:28:52 +00:00
libunwind Allow building both shared and static library 2016-08-08 22:55:48 +00:00
lld [Core] tentativeDefinition() is now unused. 2016-08-10 00:01:13 +00:00
lldb Undo usage of LLVM macros in debugserver 2016-08-10 00:53:21 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Do not directly use inline threshold cl options in cost analysis. 2016-08-10 00:48:04 +00:00
openmp Fix linking of omp_foreign_thread_team_reuse test on FreeBSD 2016-08-08 18:34:05 +00:00
parallel-libs [StreamExecutor] Add DeviceMemory and kernel arg packing 2016-08-08 16:45:19 +00:00
polly Fix spacing around variable initializations and for-loops. NFC. 2016-08-09 17:49:24 +00:00