llvm-6502/lib/CodeGen/AsmPrinter
Chris Lattner 9cc0da9c29 Implement support for the case when a reference to a addr-of-bb
label is generated, but then the block is deleted.  Since the
value is undefined, we just emit the label right after the entry 
label of the function.  It might matter that the label is in the
same section as the function was afterall.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98579 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-15 20:39:00 +00:00
..
AsmPrinter.cpp Implement support for the case when a reference to a addr-of-bb 2010-03-15 20:39:00 +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 Emit dwarf variable info communicated by code generator through DBG_VALUE machine instructions. 2010-03-15 18:33:46 +00:00
DwarfDebug.h Emit dwarf variable info communicated by code generator through DBG_VALUE machine instructions. 2010-03-15 18:33:46 +00:00
DwarfException.cpp get MMI out of the label uniquing business, just go to MCContext 2010-03-14 08:36:50 +00:00
DwarfException.h change EH related stuff (other than EH_LABEL) to use MCSymbol 2010-03-14 01:41:15 +00:00
DwarfPrinter.cpp Now that DBG_LABEL is updated, we can finally make MachineMove 2010-03-14 08:12:40 +00:00
DwarfPrinter.h simplify EmitFrameMoves to take BaseLabel in as a symbol 2010-03-13 08:05:25 +00:00
DwarfWriter.cpp reapply r98035: 2010-03-09 04:54:43 +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 unbreak the build, grr symlinks. 2010-03-14 07:36:49 +00:00