.. |
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
|
Add a base class for Mips TargetMachines and add Mips64 TargetMachines.
|
2011-09-21 03:00:58 +00:00 |
TargetInfo
|
Add a base class for Mips TargetMachines and add Mips64 TargetMachines.
|
2011-09-21 03:00:58 +00:00 |
CMakeLists.txt
|
|
|
Makefile
|
|
|
Mips64InstrInfo.td
|
Add .td file.
|
2011-09-24 01:40:18 +00:00 |
Mips.h
|
|
|
Mips.td
|
Initial Mips64 support. Patch by Liu with some modifications.
|
2011-09-20 20:28:08 +00:00 |
MipsAsmPrinter.cpp
|
Add enums and functions for symbols Mips64 uses.
|
2011-09-22 03:09:07 +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 |
MipsDelaySlotFiller.cpp
|
|
|
MipsEmitGPRestore.cpp
|
|
|
MipsExpandPseudo.cpp
|
|
|
MipsFrameLowering.cpp
|
|
|
MipsFrameLowering.h
|
Mips64 aligns stack on 16-byte boundary.
|
2011-09-22 02:53:37 +00:00 |
MipsInstrFormats.td
|
Mark MipsPseudo isPseudo.
|
2011-09-27 04:57:54 +00:00 |
MipsInstrFPU.td
|
Embed patterns in definitions of MFC1 and MTC1 instead of defining them outside
|
2011-09-27 22:01:01 +00:00 |
MipsInstrInfo.cpp
|
|
|
MipsInstrInfo.h
|
Add enums and functions for symbols Mips64 uses.
|
2011-09-22 03:09:07 +00:00 |
MipsInstrInfo.td
|
Preparation for adding simple Mips64 instructions.
|
2011-09-24 01:34:44 +00:00 |
MipsISelDAGToDAG.cpp
|
Change the names of functions isMips* to hasMips*.
|
2011-09-20 23:53:09 +00:00 |
MipsISelLowering.cpp
|
Set register class of a register according to value of HasMips64.
|
2011-09-26 21:55:17 +00:00 |
MipsISelLowering.h
|
Define variable HasMips64 in MipsTargetLowering.
|
2011-09-26 21:47:02 +00:00 |
MipsJITInfo.cpp
|
One more patch towards JIT support for Mips.
|
2011-09-14 03:00:41 +00:00 |
MipsJITInfo.h
|
|
|
MipsMachineFunction.h
|
|
|
MipsMCInstLower.cpp
|
Add enums and functions for symbols Mips64 uses.
|
2011-09-22 03:09:07 +00:00 |
MipsMCInstLower.h
|
|
|
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
|
|
|
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
|
One more patch towards JIT support for Mips.
|
2011-09-14 03:00:41 +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
|
Do not add the pass that restores $gp if target is Mips64.
|
2011-09-27 16:58:43 +00:00 |
MipsTargetMachine.h
|
Fix typo.
|
2011-09-22 17:26:58 +00:00 |
MipsTargetObjectFile.cpp
|
|
|
MipsTargetObjectFile.h
|
|
|