llvm-6502/lib/CodeGen/AsmPrinter
Chris Lattner 1c90c6f1c5 Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)
one implementation into its one caller.  This eliminates a totally
awesome and gratuitous hack where we casted a Function* to 
GlobalVariable*.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81967 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-16 00:17:39 +00:00
..
AsmPrinter.cpp Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now) 2009-09-16 00:17:39 +00:00
CMakeLists.txt
DIE.cpp
DIE.h
DwarfDebug.cpp eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining 2009-09-16 00:08:41 +00:00
DwarfDebug.h
DwarfException.cpp Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now) 2009-09-16 00:17:39 +00:00
DwarfException.h Add helpful comment. 2009-09-10 00:04:48 +00:00
DwarfLabel.cpp
DwarfLabel.h
DwarfPrinter.cpp Simply LSDA lable emission to use a direct special-case output instead of 2009-09-01 16:43:35 +00:00
DwarfPrinter.h Simply LSDA lable emission to use a direct special-case output instead of 2009-09-01 16:43:35 +00:00
DwarfWriter.cpp Fix PR4948 (and a leak): by not destroying the DwarfException 2009-09-11 17:24:29 +00:00
Makefile
OcamlGCPrinter.cpp