]> granicus.if.org Git - clang/commit
IR: Make metadata typeless in assembly, clang side
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 15 Dec 2014 19:10:08 +0000 (19:10 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 15 Dec 2014 19:10:08 +0000 (19:10 +0000)
commitd72d442691bf2cecedfe8281128e28362e3b79d7
tree84919e24ccd1d650e855baa5cd38fbcbd8bbac5c
parenteefcef89c739e1831406f5e2115c5235aae42470
IR: Make metadata typeless in assembly, clang side

Match LLVM changes from r224257.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224259 91177308-0d34-0410-b5e6-96231b3b80d8
119 files changed:
test/CodeGen/2009-10-20-GlobalDebug.c
test/CodeGen/2010-02-15-DbgStaticVar.c
test/CodeGen/2010-07-08-DeclDebugLineNo.c
test/CodeGen/arm-metadata.c
test/CodeGen/asan-globals.cpp
test/CodeGen/bool_test.c
test/CodeGen/catch-undef-behavior.c
test/CodeGen/debug-info-args.c
test/CodeGen/debug-info-block-decl.c
test/CodeGen/debug-info-block-out-return.c
test/CodeGen/debug-info-enum.c
test/CodeGen/debug-info-line3.c
test/CodeGen/debug-info-line4.c
test/CodeGen/debug-info-scope-file.c
test/CodeGen/debug-info-typedef.c
test/CodeGen/debug-info-version.c
test/CodeGen/debug-info-vla.c
test/CodeGen/dependent-lib.c
test/CodeGen/dwarf-version.c
test/CodeGen/lineno-dbginfo.c
test/CodeGen/linetable-endscope.c
test/CodeGen/may-alias.c
test/CodeGen/named_reg_global.c
test/CodeGen/piclevels.c
test/CodeGen/pragma-comment.c
test/CodeGen/pragma-detect_mismatch.c
test/CodeGen/pragma-loop.cpp
test/CodeGen/pragma-unroll.cpp
test/CodeGen/sanitize-init-order.cpp
test/CodeGen/tbaa-class.cpp
test/CodeGen/tbaa-for-vptr.cpp
test/CodeGen/tbaa-ms-abi.cpp
test/CodeGen/tbaa-struct.cpp
test/CodeGen/tbaa.cpp
test/CodeGen/xcore-stringtype.c
test/CodeGenCUDA/launch-bounds.cu
test/CodeGenCUDA/ptx-kernels.cu
test/CodeGenCXX/2010-07-23-DeclLoc.cpp
test/CodeGenCXX/PR20038.cpp
test/CodeGenCXX/coverage.cpp
test/CodeGenCXX/debug-info-alias.cpp
test/CodeGenCXX/debug-info-artificial-arg.cpp
test/CodeGenCXX/debug-info-class.cpp
test/CodeGenCXX/debug-info-cxx1y.cpp
test/CodeGenCXX/debug-info-decl-nested.cpp
test/CodeGenCXX/debug-info-enum-class.cpp
test/CodeGenCXX/debug-info-enum.cpp
test/CodeGenCXX/debug-info-flex-member.cpp
test/CodeGenCXX/debug-info-function-context.cpp
test/CodeGenCXX/debug-info-global.cpp
test/CodeGenCXX/debug-info-globalinit.cpp
test/CodeGenCXX/debug-info-line-if.cpp
test/CodeGenCXX/debug-info-line.cpp
test/CodeGenCXX/debug-info-method.cpp
test/CodeGenCXX/debug-info-namespace.cpp
test/CodeGenCXX/debug-info-qualifiers.cpp
test/CodeGenCXX/debug-info-rvalue-ref.cpp
test/CodeGenCXX/debug-info-scope.cpp
test/CodeGenCXX/debug-info-static-fns.cpp
test/CodeGenCXX/debug-info-static-member.cpp
test/CodeGenCXX/debug-info-template-limit.cpp
test/CodeGenCXX/debug-info-template-member.cpp
test/CodeGenCXX/debug-info-template-partial-specialization.cpp
test/CodeGenCXX/debug-info-template-quals.cpp
test/CodeGenCXX/debug-info-template.cpp
test/CodeGenCXX/debug-info-thunk.cpp
test/CodeGenCXX/debug-info-union-template.cpp
test/CodeGenCXX/debug-info-uuid.cpp
test/CodeGenCXX/debug-info-varargs.cpp
test/CodeGenCXX/debug-info-wchar.cpp
test/CodeGenCXX/debug-info-zero-length-arrays.cpp
test/CodeGenCXX/debug-info.cpp
test/CodeGenCXX/debug-lambda-expressions.cpp
test/CodeGenCXX/destructor-debug-info.cpp
test/CodeGenCXX/globalinit-loc.cpp
test/CodeGenCXX/linetable-cleanup.cpp
test/CodeGenCXX/linetable-eh.cpp
test/CodeGenCXX/linetable-fnbegin.cpp
test/CodeGenCXX/lpad-linetable.cpp
test/CodeGenCXX/pr12251.cpp
test/CodeGenObjC/2010-02-09-DbgSelf.m
test/CodeGenObjC/arc-linetable-autorelease.m
test/CodeGenObjC/arc-linetable.m
test/CodeGenObjC/debug-info-block-captured-self.m
test/CodeGenObjC/debug-info-block-type.m
test/CodeGenObjC/debug-info-blocks.m
test/CodeGenObjC/debug-info-getter-name.m
test/CodeGenObjC/debug-info-id-with-protocol.m
test/CodeGenObjC/debug-info-instancetype.m
test/CodeGenObjC/debug-info-lifetime-crash.m
test/CodeGenObjC/debug-info-nested-blocks.m
test/CodeGenObjC/debug-info-property-accessors.m
test/CodeGenObjC/debug-info-property3.m
test/CodeGenObjC/debug-info-self.m
test/CodeGenObjC/debug-info-static-var.m
test/CodeGenObjC/debug-info-synthesis.m
test/CodeGenObjC/debug-info-variadic-method.m
test/CodeGenObjC/debug-property-synth.m
test/CodeGenObjC/image-info.m
test/CodeGenObjC/objc-fixed-enum.m
test/CodeGenOpenCL/fpmath.cl
test/CodeGenOpenCL/kernel-arg-info.cl
test/CodeGenOpenCL/kernel-attributes.cl
test/CodeGenOpenCL/kernel-metadata.cl
test/CodeGenOpenCL/ptx-calls.cl
test/CodeGenOpenCL/ptx-kernels.cl
test/Driver/darwin-debug-flags.c
test/Driver/ident_md.c
test/Modules/autolink.m
test/OpenMP/simd_metadata.c
test/Profile/c-captured.c
test/Profile/c-counter-overflows.c
test/Profile/c-general.c
test/Profile/cxx-class.cpp
test/Profile/cxx-lambda.cpp
test/Profile/cxx-templates.cpp
test/Profile/cxx-throws.cpp
test/Profile/objc-general.m
test/VFS/external-names.c