llvm-6502/lib/Target/Mips/MCTargetDesc
Matheus Almeida 7123b1a43e [mips] Implement custom MCELFStreamer.
This allows us to insert some hooks before emitting data into an actual object file.
For example, we can capture the register usage for a translation unit by overriding
the EmitInstruction method. The register usage information is needed to generate
.reginfo and .Mips.options ELF sections.
    
No functional changes.
    
Differential Revision: http://llvm-reviews.chandlerc.com/D3129


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204917 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-27 11:39:03 +00:00
..
CMakeLists.txt [mips] Implement custom MCELFStreamer. 2014-03-27 11:39:03 +00:00
LLVMBuild.txt
Makefile
MipsAsmBackend.cpp
MipsBaseInfo.h
MipsELFObjectWriter.cpp
MipsELFStreamer.cpp [mips] Implement custom MCELFStreamer. 2014-03-27 11:39:03 +00:00
MipsELFStreamer.h [mips] Implement custom MCELFStreamer. 2014-03-27 11:39:03 +00:00
MipsFixupKinds.h
MipsMCAsmInfo.cpp
MipsMCAsmInfo.h
MipsMCCodeEmitter.cpp [mips] Splitting up class definition from implementation. 2014-03-20 09:29:54 +00:00
MipsMCCodeEmitter.h [mips] Update namespace. 2014-03-21 10:35:14 +00:00
MipsMCExpr.cpp Try harder to evaluate expressions when printing assembly. 2014-03-12 16:55:59 +00:00
MipsMCExpr.h
MipsMCNaCl.h
MipsMCTargetDesc.cpp [mips] Implement custom MCELFStreamer. 2014-03-27 11:39:03 +00:00
MipsMCTargetDesc.h [mips] 80-column. 2014-03-19 16:29:06 +00:00
MipsNaClELFStreamer.cpp
MipsTargetStreamer.cpp [mips] Add support to '.set mips64'. 2014-03-26 15:14:32 +00:00