summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libLLVMMipsCodeGen
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2012-08-09 14:37:06 +0000
committerjoerg <joerg@NetBSD.org>2012-08-09 14:37:06 +0000
commit37ecba687107de080c87e5715e84bc52edda8ea9 (patch)
tree4cf319716d8f5f8181d702baa5b754c4d03574ff /external/bsd/llvm/lib/libLLVMMipsCodeGen
parentf1a4fc6bf9237c39b38f379299dc4135fb38442c (diff)
Update LLVM/Clang snapshot to r161532 for the usual set of improvements
and bugfixes.
Diffstat (limited to 'external/bsd/llvm/lib/libLLVMMipsCodeGen')
-rw-r--r--external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile b/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
index 8310ac513fc..5b91760665a 100644
--- a/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
+++ b/external/bsd/llvm/lib/libLLVMMipsCodeGen/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2012/06/16 17:01:04 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2012/08/09 14:37:07 joerg Exp $
LIB= LLVMMipsCodeGen
@@ -6,7 +6,10 @@ LIB= LLVMMipsCodeGen
.PATH: ${LLVM_SRCDIR}/lib/Target/Mips
-SRCS+= MipsAnalyzeImmediate.cpp \
+SRCS+= Mips16InstrInfo.cpp \
+ Mips16FrameLowering.cpp \
+ Mips16RegisterInfo.cpp \
+ MipsAnalyzeImmediate.cpp \
MipsAsmPrinter.cpp \
MipsCodeEmitter.cpp \
MipsDelaySlotFiller.cpp \
@@ -19,6 +22,9 @@ SRCS+= MipsAnalyzeImmediate.cpp \
MipsMachineFunction.cpp \
MipsMCInstLower.cpp \
MipsRegisterInfo.cpp \
+ MipsSEInstrInfo.cpp \
+ MipsSEFrameLowering.cpp \
+ MipsSERegisterInfo.cpp \
MipsSubtarget.cpp \
MipsTargetMachine.cpp \
MipsTargetObjectFile.cpp \