llvm-6502/lib/CodeGen/AsmPrinter
Chris Lattner 5277b22687 eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.
A TAI hook is appropriate in this case because this is just an
asm syntax issue, not a semantic difference. TLOF should model
the semantics of the section.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78498 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-08 20:43:12 +00:00
..
AsmPrinter.cpp eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. 2009-08-08 20:43:12 +00:00
CMakeLists.txt
DIE.cpp
DIE.h
DwarfDebug.cpp eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it private, 2009-08-03 23:20:21 +00:00
DwarfDebug.h
DwarfException.cpp convert EHFrameSection to be managed by TLOF instead of TAI. 2009-08-02 06:52:36 +00:00
DwarfException.h
DwarfLabel.cpp
DwarfLabel.h
DwarfPrinter.cpp
DwarfPrinter.h
DwarfWriter.cpp
Makefile
OcamlGCPrinter.cpp