llvm-6502/lib/Target/Mips
Akira Hatanaka 36bcc11236 Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as
single-precision load and store.

Also avoid selecting LUXC1 and SUXC1 instructions during isel. It is incorrect
to map unaligned floating point load/store nodes to these instructions.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161063 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-31 18:16:49 +00:00
..
AsmParser
Disassembler
InstPrinter
MCTargetDesc
TargetInfo
CMakeLists.txt
LLVMBuild.txt
Makefile
Mips16InstrFormats.td Add basic ability to setup call frame, and make procedure calls. 2012-07-23 23:45:54 +00:00
Mips16InstrInfo.td Fix call setup for PIC. 2012-07-26 02:24:43 +00:00
Mips64InstrInfo.td
Mips.h
Mips.td
MipsAnalyzeImmediate.cpp
MipsAnalyzeImmediate.h
MipsAsmPrinter.cpp
MipsAsmPrinter.h
MipsCallingConv.td
MipsCodeEmitter.cpp Fix function MipsCodeEmitter::emitExternalSymbolAddress to pass test 2012-07-24 00:08:26 +00:00
MipsCondMov.td
MipsDelaySlotFiller.cpp
MipsFrameLowering.cpp Eliminate the stack slot used to save the global base register. 2012-07-25 03:16:47 +00:00
MipsFrameLowering.h
MipsInstrFormats.td
MipsInstrFPU.td Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as 2012-07-31 18:16:49 +00:00
MipsInstrInfo.cpp Add basic ability to setup call frame, and make procedure calls. 2012-07-23 23:45:54 +00:00
MipsInstrInfo.h Add basic ability to setup call frame, and make procedure calls. 2012-07-23 23:45:54 +00:00
MipsInstrInfo.td
MipsISelDAGToDAG.cpp Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as 2012-07-31 18:16:49 +00:00
MipsISelLowering.cpp Fix type of LUXC1 and SUXC1. These instructions were incorrectly defined as 2012-07-31 18:16:49 +00:00
MipsISelLowering.h
MipsJITInfo.cpp
MipsJITInfo.h
MipsLongBranch.cpp
MipsMachineFunction.cpp Add basic ability to setup call frame, and make procedure calls. 2012-07-23 23:45:54 +00:00
MipsMachineFunction.h Eliminate the stack slot used to save the global base register. 2012-07-25 03:16:47 +00:00
MipsMCInstLower.cpp
MipsMCInstLower.h
MipsRegisterInfo.cpp Eliminate the stack slot used to save the global base register. 2012-07-25 03:16:47 +00:00
MipsRegisterInfo.h
MipsRegisterInfo.td
MipsRelocations.h
MipsSchedule.td
MipsSelectionDAGInfo.cpp
MipsSelectionDAGInfo.h
MipsSubtarget.cpp
MipsSubtarget.h
MipsTargetMachine.cpp
MipsTargetMachine.h
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h