llvm-6502/test/DebugInfo/X86
Manman Ren 6e3cd0ebe2 Debug Info: add an identifier field to DICompositeType.
DICompositeType will have an identifier field at position 14. For now, the
field is set to null in DIBuilder.
For DICompositeTypes where the template argument field (the 13th field)
was optional, modify DIBuilder to make sure the template argument field is set.
Now DICompositeType has 15 fields.

Update DIBuilder to use NULL instead of "i32 0" for null value of a MDNode.
Update verifier to check that DICompositeType has 15 fields and the last
field is null or a MDString.

Update testing cases to include an extra field for DICompositeType.
The identifier field will be used by type uniquing so a front end can
genearte a DICompositeType with a unique identifer.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189282 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-26 22:39:55 +00:00
..
2010-04-13-PubType.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
2010-08-10-DbgConstant.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
2011-09-26-GlobalVarContext.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
2011-12-16-BadStructRef.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
aligned_stack_var.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
arguments.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
block-capture.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
byvalstruct.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
coff_relative_names.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
concrete_out_of_line.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
dbg_value_direct.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
dbg-value-inlined-parameter.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
dbg-value-range.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
debug_frame.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
debug-info-block-captured-self.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
debug-info-blocks.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
debug-info-static-member.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
DW_AT_byte_size.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
DW_AT_location-reference.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
DW_AT_object_pointer.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
DW_AT_specification.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
DW_AT_stmt_list_sec_offset.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
DW_TAG_friend.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
dwarf-public-names.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
earlydup-crash.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
eh_symbol.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
elf-names.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
empty-and-one-elem-array.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
empty-array.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
ending-run.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
enum-class.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
enum-fwd-decl.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
fission-cu.ll Move the addition of the dwo_id as late as possible after everything 2013-08-12 20:27:48 +00:00
fission-hash.ll Pass DIEHash::collectAttributes output argument by-pointer instead of by-value. 2013-08-13 07:57:01 +00:00
generate-odr-hash.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
instcombine-instrinsics.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
line-info.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
linkage-name.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
lit.local.cfg [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
low-pc-cu.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +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 Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
multiple-at-const-val.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
nondefault-subrange-array.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
objc-fwd-decl.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
op_deref.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
parameters.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
pointer-type-size.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
pr9951.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
pr11300.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
pr12831.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
pr13303.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
prologue-stack.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
reference-argument.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
rvalue-ref.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
stmt-list-multiple-compile-units.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
stmt-list.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
stringpool.ll Revert "Revert "PR14606: debug info imported_module support"" 2013-04-22 06:12:31 +00:00
struct-loc.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
subrange-type.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
subreg.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
template.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
tls-fission.ll PR14728: DebugInfo: TLS variables with -gsplit-dwarf 2013-07-01 23:55:52 +00:00
tls.ll PR16493: DebugInfo with TLS on PPC crashing due to invalid relocation 2013-07-01 21:45:25 +00:00
union-template.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
vector.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00
vla.ll Debug Info: add an identifier field to DICompositeType. 2013-08-26 22:39:55 +00:00