..
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
Register the MC object streamer.
2011-09-30 21:29:38 +00:00
TargetInfo
Add a base class for Mips TargetMachines and add Mips64 TargetMachines.
2011-09-21 03:00:58 +00:00
CMakeLists.txt
Build system infrastructure for multiple tblgens.
2011-10-06 01:51:51 +00:00
Makefile
Next round of MC refactoring. This patch factor MC table instantiations, MC
2011-07-14 20:59:42 +00:00
Mips64InstrInfo.td
Change definitions of classes LoadM and StoreM in preparation for adding support
2011-10-11 00:11:12 +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
Add patterns for unaligned load and store instructions and enable the
2011-10-08 02:24:10 +00:00
MipsAsmPrinter.h
Lower MachineInstr to MC Inst and print to .s files.
2011-07-07 23:56:50 +00:00
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
Fix assertion string.
2011-10-05 18:17:49 +00:00
MipsEmitGPRestore.cpp
Reverse order of operands of address operand mem so that the base operand comes
2011-07-07 18:57:00 +00:00
MipsExpandPseudo.cpp
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
2011-06-28 19:10:37 +00:00
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
Define classes and multiclasses for FP binary instructions.
2011-10-08 03:38:41 +00:00
MipsInstrFPU.td
Simplify definition of FP move instructions.
2011-10-08 03:50:18 +00:00
MipsInstrInfo.cpp
Simplify definition of FP move instructions.
2011-10-08 03:50:18 +00:00
MipsInstrInfo.h
Add enums and functions for symbols Mips64 uses.
2011-09-22 03:09:07 +00:00
MipsInstrInfo.td
Change definitions of classes LoadM and StoreM in preparation for adding support
2011-10-11 00:11:12 +00:00
MipsISelDAGToDAG.cpp
Add support for 64-bit integer multiply instructions.
2011-10-03 20:01:11 +00:00
MipsISelLowering.cpp
Add support for 64-bit divide instructions.
2011-10-03 21:06:13 +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
Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir
2011-07-21 16:28:51 +00:00
MipsMachineFunction.h
Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from
2011-07-18 18:52:12 +00:00
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
One more patch towards JIT support for Mips.
2011-09-14 03:00:41 +00:00
MipsSchedule.td
Reverse unnecessary changes made in r129606 and r129608. There is no change in functionality.
2011-04-15 21:51:11 +00:00
MipsSelectionDAGInfo.cpp
Reverse unnecessary changes made in r129606 and r129608. There is no change in functionality.
2011-04-15 21:51:11 +00:00
MipsSelectionDAGInfo.h
Reverse unnecessary changes made in r129606 and r129608. There is no change in functionality.
2011-04-15 21:51:11 +00:00
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
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
MipsTargetObjectFile.h
Reverse unnecessary changes made in r129606 and r129608. There is no change in functionality.
2011-04-15 21:51:11 +00:00