llvm-6502/lib/CodeGen/AsmPrinter
2011-10-25 07:05:26 +00:00
..
ARMException.cpp
AsmPrinter.cpp Teach the MC to output code/data region marker labels in MachO and ELF modes. These are used by disassemblers to provide better disassembly, particularly on targets like ARM Thumb that like to intermingle data in the TEXT segment. 2011-10-04 23:26:17 +00:00
AsmPrinterDwarf.cpp
AsmPrinterInlineAsm.cpp Tidy up. Whitepsace. 2011-09-21 21:36:53 +00:00
CMakeLists.txt
DIE.cpp
DIE.h Remove dead enum value. There is no DIESectionOffset. 2011-10-25 07:05:26 +00:00
DwarfCFIException.cpp
DwarfCompileUnit.cpp Whitespace. 2011-10-03 15:49:20 +00:00
DwarfCompileUnit.h Until now all debug info MDNodes referred to a root MDNode, a compile unit. This simplified handling of these needs in dwarf writer. However, one side effect of this is that during link time optimization all these MDNodes are _not_ uniqued. In other words there will be N number of MDNodes describing "int", "char" and all other types, which would suddenly grow when each object file starts using libraries like STL. 2011-08-16 22:09:43 +00:00
DwarfDebug.cpp Minor style cleanup, no functionality change. 2011-10-17 23:27:36 +00:00
DwarfDebug.h Remove unused forward decl. 2011-10-25 00:55:35 +00:00
DwarfException.cpp Twinify better. 2011-10-16 15:46:29 +00:00
DwarfException.h
Makefile
OcamlGCPrinter.cpp
Win64Exception.cpp