OSDN Git Service

Implement ELF object file writing support for the MBlaze backend. Its not perfect...
authorWesley Peck <peckw@wesleypeck.com>
Sun, 21 Nov 2010 22:06:28 +0000 (22:06 +0000)
committerWesley Peck <peckw@wesleypeck.com>
Sun, 21 Nov 2010 22:06:28 +0000 (22:06 +0000)
commit4b04713423c6da988db75c7546baa3db7ddfa119
tree6af0a6e0e6c05fa1d2b7ae9acb8bd8f20df59a9d
parent46a928b864369ba9e1b8fc055d100c2fa0f97d16
Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119952 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/LLVMLibDeps.cmake
include/llvm/Support/ELF.h
lib/MC/ELFObjectWriter.cpp
lib/Target/MBlaze/MBlazeAsmBackend.cpp
lib/Target/MBlaze/MBlazeELFWriterInfo.cpp
lib/Target/MBlaze/MBlazeELFWriterInfo.h
lib/Target/MBlaze/MBlazeInstrInfo.td
lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp