diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-11-11 22:58:42 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2011-11-11 22:58:42 +0000 |
commit | 47b92f3d8362518596d57269dc53d985bc13323a (patch) | |
tree | 161d1de8c1497275d580565e59d9ed56cbaf143c /lib/Target/Mips/MipsFrameLowering.cpp | |
parent | bee515f66baf4f7858d30c2fe6657d35f177dfcd (diff) | |
download | external_llvm-47b92f3d8362518596d57269dc53d985bc13323a.tar.gz external_llvm-47b92f3d8362518596d57269dc53d985bc13323a.tar.bz2 external_llvm-47b92f3d8362518596d57269dc53d985bc13323a.zip |
Mips MC object code emission improvements:
"With this patch we can now generate runnable Mips code through LLVM
direct object emission. We have run numerous simple programs, both C
and C++ and with -O0 and -O3 from the output. The code is not production
ready, but quite useful for experimentation." Patch and message by
Jack Carter
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144414 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MipsFrameLowering.cpp')
-rw-r--r-- | lib/Target/Mips/MipsFrameLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsFrameLowering.cpp b/lib/Target/Mips/MipsFrameLowering.cpp index 68adfe6b8a..07de251193 100644 --- a/lib/Target/Mips/MipsFrameLowering.cpp +++ b/lib/Target/Mips/MipsFrameLowering.cpp @@ -14,6 +14,7 @@ #include "MipsFrameLowering.h" #include "MipsInstrInfo.h" #include "MipsMachineFunction.h" +#include "MCTargetDesc/MipsBaseInfo.h" #include "llvm/Function.h" #include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/CodeGen/MachineFunction.h" |