llvm-6502/lib/CodeGen/AsmPrinter
Bill Wendling a7645a3c66 Add a 'count' field to the DWARF subrange.
The count field is necessary because there isn't a difference between the 'lo'
and 'hi' attributes for a one-element array and a zero-element array. When the
count is '0', we know that this is a zero-element array. When it's >=1, then
it's a normal constant sized array. When it's -1, then the array is unbounded.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169218 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-04 06:20:49 +00:00
..
ARMException.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
AsmPrinter.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
AsmPrinterDwarf.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
AsmPrinterInlineAsm.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
DIE.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DIE.h Remove unnecessary classof()'s 2012-10-11 23:30:49 +00:00
DwarfAccelTable.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +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 Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DwarfCompileUnit.cpp Add a 'count' field to the DWARF subrange. 2012-12-04 06:20:49 +00:00
DwarfCompileUnit.h Fix PR12942: Allow two CUs to be generated from the same source file. 2012-12-03 18:45:45 +00:00
DwarfDebug.cpp Fix PR12942: Allow two CUs to be generated from the same source file. 2012-12-03 18:45:45 +00:00
DwarfDebug.h Fix PR12942: Allow two CUs to be generated from the same source file. 2012-12-03 18:45:45 +00:00
DwarfException.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
DwarfException.h Factor out type info emission into separate routine. 2012-11-19 21:06:26 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
OcamlGCPrinter.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
Win64Exception.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00