llvm-6502/lib/Target/Mips
2011-10-17 18:43:19 +00:00
..
InstPrinter These do not need to be conditional on the presence of CommentStream, as they have a fallback path now. 2011-09-21 17:58:45 +00:00
MCTargetDesc Definition of function getMipsRegisterNumbering. 2011-10-14 03:04:24 +00:00
TargetInfo Add a base class for Mips TargetMachines and add Mips64 TargetMachines. 2011-09-21 03:00:58 +00:00
CMakeLists.txt Revert r141932, r141936 and r141937. 2011-10-14 17:16:39 +00:00
Makefile
Mips64InstrInfo.td Redefine count-leading 0s and 1s instructions. 2011-10-17 18:26:37 +00:00
Mips.h Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir 2011-07-21 16:28:51 +00:00
Mips.td Initial Mips64 support. Patch by Liu with some modifications. 2011-09-20 20:28:08 +00:00
MipsAsmPrinter.cpp Fix function isUnalignedLoadStore. 2011-10-11 22:04:01 +00:00
MipsAsmPrinter.h
MipsCallingConv.td Implement N32/64 calling convention. Patch by Liu. 2011-09-23 19:08:15 +00:00
MipsCodeEmitter.cpp One more patch towards JIT support for Mips. 2011-09-14 03:00:41 +00:00
MipsCondMov.td Move class and instruction definitions for conditional moves to a seperate file. 2011-10-17 18:43:19 +00:00
MipsDelaySlotFiller.cpp Fix assertion string. 2011-10-05 18:17:49 +00:00
MipsEmitGPRestore.cpp
MipsExpandPseudo.cpp
MipsFrameLowering.cpp Enclose directive .cprestore with .set macro and nomacro to silence assembler 2011-08-11 22:42:31 +00:00
MipsFrameLowering.h Mips64 aligns stack on 16-byte boundary. 2011-09-22 02:53:37 +00:00
MipsInstrFormats.td Move class and instruction definitions for conditional moves to a seperate file. 2011-10-17 18:43:19 +00:00
MipsInstrFPU.td Move class and instruction definitions for conditional moves to a seperate file. 2011-10-17 18:43:19 +00:00
MipsInstrInfo.cpp Add support for conditional branch instructions with 64-bit register operands. 2011-10-11 18:49:17 +00:00
MipsInstrInfo.h Simplify and update functions storeRegToStackSlot and loadRegFromStackSlot. 2011-10-11 00:37:28 +00:00
MipsInstrInfo.td Move class and instruction definitions for conditional moves to a seperate file. 2011-10-17 18:43:19 +00:00
MipsISelDAGToDAG.cpp Modify MipsDAGToDAGISel::SelectAddr so that it can handle 64-bit pointers too. 2011-10-11 00:44:20 +00:00
MipsISelLowering.cpp Modify lowering of GlobalAddress so that correct code is emitted when target is 2011-10-11 00:55:05 +00:00
MipsISelLowering.h Modify lowering of GlobalAddress so that correct code is emitted when target is 2011-10-11 00:55:05 +00:00
MipsJITInfo.cpp One more patch towards JIT support for Mips. 2011-09-14 03:00:41 +00:00
MipsJITInfo.h Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir 2011-07-21 16:28:51 +00:00
MipsMachineFunction.h
MipsMCInstLower.cpp Add enums and functions for symbols Mips64 uses. 2011-09-22 03:09:07 +00:00
MipsMCInstLower.h Drop support for Mips1 and Mips2. 2011-09-09 20:45:50 +00:00
MipsMCSymbolRefExpr.cpp Print parentheses in next line. 2011-09-22 18:29:29 +00:00
MipsMCSymbolRefExpr.h Add enums and functions for symbols Mips64 uses. 2011-09-22 03:09:07 +00:00
MipsRegisterInfo.cpp Fix function MipsRegisterInfo::getRegisterNumbering. 2011-09-27 17:15:27 +00:00
MipsRegisterInfo.h Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down 2011-07-18 20:57:22 +00:00
MipsRegisterInfo.td Add definitions of 64-bit register files. Add code for returning Mips64's sets of 2011-09-23 18:11:56 +00:00
MipsRelocations.h Revert r141932, r141936 and r141937. 2011-10-14 17:16:39 +00:00
MipsSchedule.td
MipsSelectionDAGInfo.cpp
MipsSelectionDAGInfo.h
MipsSubtarget.cpp Undo a change made in r140254. 2011-09-21 17:31:45 +00:00
MipsSubtarget.h Set ABI if it hasn't been set on the command line. 2011-09-21 02:45:29 +00:00
MipsTargetMachine.cpp Revert change made in r142205. 2011-10-17 18:33:24 +00:00
MipsTargetMachine.h Fix typo. 2011-09-22 17:26:58 +00:00
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h