1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/Transforms/SafeStack
Duncan P. N. Exon Smith 94512f24de DebugInfo: Remove MDString-based type references
Eliminate DITypeIdentifierMap and make DITypeRef a thin wrapper around
DIType*.  It is no longer legal to refer to a DICompositeType by its
'identifier:', and DIBuilder no longer retains all types with an
'identifier:' automatically.

Aside from the bitcode upgrade, this is mainly removing logic to resolve
an MDString-based reference to an actualy DIType.  The commits leading
up to this have made the implicit type map in DICompileUnit's
'retainedTypes:' field superfluous.

This does not remove DITypeRef, DIScopeRef, DINodeRef, and
DITypeRefArray, or stop using them in DI-related metadata.  Although as
of this commit they aren't serving a useful purpose, there are patchces
under review to reuse them for CodeView support.

The tests in LLVM were updated with deref-typerefs.sh, which is attached
to the thread "[RFC] Lazy-loading of debug info metadata":

  http://lists.llvm.org/pipermail/llvm-dev/2016-April/098318.html

llvm-svn: 267296
2016-04-23 21:08:00 +00:00
..
AArch64 [AArch64] [ARM] Make a target-independent llvm.thread.pointer intrinsic. 2016-04-19 20:51:05 +00:00
ARM [safestack] Make sure the unsafe stack pointer is popped in all cases 2016-02-02 01:03:11 +00:00
X86 [safestack] Add canary to unsafe stack frames 2016-04-11 22:27:48 +00:00
addr-taken.ll
array-aligned.ll
array.ll [safestack] Add option for non-TLS unsafe stack pointer. 2015-12-22 00:13:11 +00:00
byval.ll [safestack] Protect byval function arguments. 2015-12-01 00:40:05 +00:00
call.ll [safestack] Rewrite isAllocaSafe using SCEV. 2015-11-13 21:21:42 +00:00
cast.ll [safestack] Rewrite isAllocaSafe using SCEV. 2015-11-13 21:21:42 +00:00
constant-gep-call.ll
constant-gep.ll
constant-geps.ll
debug-loc.ll DebugInfo: Remove MDString-based type references 2016-04-23 21:08:00 +00:00
dynamic-alloca.ll [safestack] Make sure the unsafe stack pointer is popped in all cases 2016-02-02 01:03:11 +00:00
escape-addr-pointer.ll
escape-bitcast-store2.ll
escape-bitcast-store.ll
escape-call.ll
escape-casted-pointer.ll
escape-gep-call.ll
escape-gep-invoke.ll
escape-gep-negative.ll
escape-gep-ptrtoint.ll
escape-gep-store.ll
escape-phi-call.ll
escape-select-call.ll
escape-vector.ll
invoke.ll
no-attr.ll
phi-cycle.ll
ret.ll [safestack] Rewrite isAllocaSafe using SCEV. 2015-11-13 21:21:42 +00:00
setjmp2.ll [safestack] Make sure the unsafe stack pointer is popped in all cases 2016-02-02 01:03:11 +00:00
setjmp.ll
store.ll [safestack] Rewrite isAllocaSafe using SCEV. 2015-11-13 21:21:42 +00:00
struct.ll