It would be very helpful to support memory usage markers for address spaces other than zero.
This should be considered together with LLVM patch http://reviews.llvm.org/D9870 .
Paths
| Differential D9871
Support memory markers for nonzero address spaces Needs ReviewPublic Authored by johngarvin on May 19 2015, 11:12 PM.
Details Summary It would be very helpful to support memory usage markers for address spaces other than zero. This should be considered together with LLVM patch http://reviews.llvm.org/D9870 .
Diff Detail
Revision Contents
Diff 26122 lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGDeclCXX.cpp
test/CodeGen/cleanup-destslot-simple.c
test/CodeGen/lifetime.c
test/CodeGen/lifetime2.c
test/CodeGenCXX/destructors.cpp
test/CodeGenCXX/init-invariant.cpp
test/CodeGenCXX/nrvo.cpp
test/CodeGenObjC/arc-blocks.m
test/CodeGenObjC/arc-bridged-cast.m
test/CodeGenObjC/arc-literals.m
test/CodeGenObjC/arc-precise-lifetime.m
test/CodeGenObjC/arc-ternary-op.m
test/CodeGenObjC/arc.m
test/CodeGenObjC/exceptions.m
test/CodeGenObjCXX/arc-move.mm
test/CodeGenObjCXX/arc-references.mm
test/CodeGenObjCXX/arc.mm
test/CodeGenObjCXX/literals.mm
|