llvm-6502/test/DebugInfo/X86
David Blaikie d7e0de5956 Upgrade tests to the latest debug info format.
Mostly this is just changing the named metadata (llvm.dbg.sp, llvm.dbg.gv,
llvm.dbg.<func>.lv, etc -> llvm.dbg.cu), adding a few fields to older records
(DIVariable: flags/inlined-at, DICompileUnit: sp/gv/types,
DISubprogram: local variables list)

The tests to update were discovered by a change I'm working on to remove debug
info version support - so any tests using old debug info versions I haven't
updated probably are bad tests or just not actually designed to test debug
info.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176671 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-08 00:23:31 +00:00
..
2010-04-13-PubType.ll Upgrade tests to the latest debug info format. 2013-03-08 00:23:31 +00:00
2010-08-10-DbgConstant.ll Upgrade tests to the latest debug info format. 2013-03-08 00:23:31 +00:00
2011-09-26-GlobalVarContext.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
2011-12-16-BadStructRef.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
aligned_stack_var.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
block-capture.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
concrete_out_of_line.ll [DebugInfo] remove more node indirection (this time from the subprogram's variable lists) 2013-02-04 05:56:36 +00:00
dbg-value-inlined-parameter.ll Upgrade tests to the latest debug info format. 2013-03-08 00:23:31 +00:00
debug_frame.ll Upgrade tests to the latest debug info format. 2013-03-08 00:23:31 +00:00
debug-info-static-member.ll Debug Info: for static member variables, always put AT_MIPS_linkage_name to the 2013-02-27 23:21:02 +00:00
DW_AT_byte_size.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
DW_AT_location-reference.ll Upgrade tests to the latest debug info format. 2013-03-08 00:23:31 +00:00
DW_AT_object_pointer.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
DW_AT_specification.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
DW_TAG_friend.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
earlydup-crash.ll
eh_symbol.ll
elf-names.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
empty-and-one-elem-array.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
empty-array.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
ending-run.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
enum-class.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
enum-fwd-decl.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
fission-cu.ll Use getSplitDebugFilename when constructing the skeleton cu and 2013-02-22 23:50:08 +00:00
line-info.ll Moved line-info.ll to DebugInfo\X86 directory 2013-02-14 09:07:34 +00:00
linkage-name.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
lit.local.cfg Add support for passing -main-file-name all the way through to 2012-12-18 00:31:01 +00:00
low-pc-cu.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
main-file-name.s Now that llvm-dwarfdump supports flags to specify which DWARF section to dump, 2013-01-25 21:44:53 +00:00
misched-dbg-value.ll Clean up LDV, no functionality change. 2013-02-13 20:23:48 +00:00
multiple-at-const-val.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
nondefault-subrange-array.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
objc-fwd-decl.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
op_deref.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
pointer-type-size.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
pr9951.ll Upgrade tests to the latest debug info format. 2013-03-08 00:23:31 +00:00
pr11300.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
pr12831.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
pr13303.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
prologue-stack.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
rvalue-ref.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
stmt-list-multiple-compile-units.ll Debug Info: store the files and directories for each compile unit. 2013-03-07 01:42:00 +00:00
stmt-list.ll Upgrade tests to the latest debug info format. 2013-03-08 00:23:31 +00:00
stringpool.ll Attempt to recover gdb bot after r174445. 2013-02-06 00:59:41 +00:00
struct-loc.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
subrange-type.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00
subreg.ll Upgrade tests to the latest debug info format. 2013-03-08 00:23:31 +00:00
vector.ll Remove the (apparently) unnecessary debug info metadata indirection. 2013-02-02 05:56:24 +00:00