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 | c85e3ff334bd9d3df28ee659defdb3a2ba05f2e8 (patch) | |
tree | 45991c5427ad4cc15d0544f7107b6a03cb9c631d /llvm/lib/Target/Mips/MipsISelLowering.cpp | |
parent | 1094ded6f3772ce1ec8c131313f686f9668f4978 (diff) | |
download | bcm5719-llvm-c85e3ff334bd9d3df28ee659defdb3a2ba05f2e8.tar.gz bcm5719-llvm-c85e3ff334bd9d3df28ee659defdb3a2ba05f2e8.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
llvm-svn: 144414
Diffstat (limited to 'llvm/lib/Target/Mips/MipsISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/Mips/MipsISelLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.cpp b/llvm/lib/Target/Mips/MipsISelLowering.cpp index 2b0e90b894e..96ec588d88b 100644 --- a/llvm/lib/Target/Mips/MipsISelLowering.cpp +++ b/llvm/lib/Target/Mips/MipsISelLowering.cpp @@ -24,6 +24,7 @@ #include "llvm/Intrinsics.h" #include "llvm/CallingConv.h" #include "InstPrinter/MipsInstPrinter.h" +#include "MCTargetDesc/MipsBaseInfo.h" #include "llvm/CodeGen/CallingConvLower.h" #include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/CodeGen/MachineFunction.h" |