llvm-6502/lib/CodeGen/AsmPrinter
Bill Wendling e7ff4c14b1 Use the 'count' attribute instead of the 'upper_bound' attribute.
If we have a type 'int a[1]' and a type 'int b[0]', the generated DWARF is the
same for both of them because we use the 'upper_bound' attribute. Instead use
the 'count' attrbute, which gives the correct number of elements in the array.
<rdar://problem/12566646>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167806 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-13 02:31:47 +00:00
..
ARMException.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
AsmPrinter.cpp Revert the majority of the next patch in the address space series: 2012-11-01 09:14:31 +00:00
AsmPrinterDwarf.cpp Revert the majority of the next patch in the address space series: 2012-11-01 09:14:31 +00:00
AsmPrinterInlineAsm.cpp [ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants. 2012-09-11 19:09:56 +00:00
CMakeLists.txt
DIE.cpp Revert the majority of the next patch in the address space series: 2012-11-01 09:14:31 +00:00
DIE.h Remove unnecessary classof()'s 2012-10-11 23:30:49 +00:00
DwarfAccelTable.cpp Fix up comment to be more clear. 2012-10-08 23:53:45 +00:00
DwarfAccelTable.h Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. 2012-09-15 17:09:36 +00:00
DwarfCFIException.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
DwarfCompileUnit.cpp Use the 'count' attribute instead of the 'upper_bound' attribute. 2012-11-13 02:31:47 +00:00
DwarfCompileUnit.h
DwarfDebug.cpp Add an option to enable prototype "fission" capabilities and debug changes. 2012-11-12 22:22:20 +00:00
DwarfDebug.h Add an option to enable prototype "fission" capabilities and debug changes. 2012-11-12 22:22:20 +00:00
DwarfException.cpp Revert the majority of the next patch in the address space series: 2012-11-01 09:14:31 +00:00
DwarfException.h
LLVMBuild.txt
Makefile
OcamlGCPrinter.cpp Revert the majority of the next patch in the address space series: 2012-11-01 09:14:31 +00:00
Win64Exception.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00