llvm-6502/lib/CodeGen/AsmPrinter
Devang Patel 1dd4e56d55 Do not unnecessarily use AT_specification DIE because it does not add any value.
Few weeks ago, llvm completely inverted the debug info graph. Earlier each debug info node used to keep track of its compile unit, now compile unit keeps track of important nodes. One impact of this change is that the global variable's do not have any context, which should be checked before deciding to use AT_specification DIE.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140282 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-21 23:41:11 +00:00
..
ARMException.cpp Add MCObjectFileInfo and sink the MCSections initialization code from 2011-07-20 05:58:47 +00:00
AsmPrinter.cpp Darwin wants ctors/dtors to be ordered the other way round to linux. 2011-09-02 18:07:19 +00:00
AsmPrinterDwarf.cpp Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for 2011-07-18 22:29:13 +00:00
AsmPrinterInlineAsm.cpp Tidy up. Whitepsace. 2011-09-21 21:36:53 +00:00
CMakeLists.txt Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
DIE.cpp Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some 2011-07-29 03:49:23 +00:00
DIE.h Remove unused virtual dtor. 2011-03-09 14:20:28 +00:00
DwarfCFIException.cpp Add MCObjectFileInfo and sink the MCSections initialization code from 2011-07-20 05:58:47 +00:00
DwarfCompileUnit.cpp Do not unnecessarily use AT_specification DIE because it does not add any value. 2011-09-21 23:41:11 +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 Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly. 2011-08-19 23:28:12 +00:00
DwarfDebug.h Eliminate unnecessary forwarding function. 2011-08-18 23:17:55 +00:00
DwarfException.cpp add the comments of each declaration follow it, making it easier to read and compare to GCC's result. 2011-08-18 23:43:14 +00:00
DwarfException.h Stub out support for Win64-style exceptions. Note that this is merely using 2011-05-27 23:47:32 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
OcamlGCPrinter.cpp Add missing standard headers. Patch by Joerg Sonnenberger! 2010-12-19 20:43:38 +00:00
Win64Exception.cpp Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for 2011-07-18 22:29:13 +00:00