llvm-6502/lib/CodeGen/AsmPrinter
Jeffrey Yasskin 5c213dc78c Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of
several fields to make it easier to figure out where bugs might be creeping in.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98358 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-12 17:45:06 +00:00
..
AsmPrinter.cpp Add a new jump table encoding to indicate jump tables entries 2010-03-11 14:58:16 +00:00
CMakeLists.txt elimiante the DWLabel class, using MCSymbol instead. Start 2010-03-08 22:23:36 +00:00
DIE.cpp inline away a form of IsPCRelative, eliminating the 2010-03-10 01:17:49 +00:00
DIE.h Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of 2010-03-12 17:45:06 +00:00
DwarfDebug.cpp Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of 2010-03-12 17:45:06 +00:00
DwarfDebug.h Free DbgScopes in DwarfDebug::endFunction(). Also increased the const-ness of 2010-03-12 17:45:06 +00:00
DwarfException.cpp move three lowering hooks from MAI to TLOF and make one of them 2010-03-10 07:20:42 +00:00
DwarfException.h
DwarfPrinter.cpp fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference 2010-03-11 21:55:20 +00:00
DwarfPrinter.h inline away a form of IsPCRelative, eliminating the 2010-03-10 01:17:49 +00:00
DwarfWriter.cpp reapply r98035: 2010-03-09 04:54:43 +00:00
Makefile
OcamlGCPrinter.cpp