..
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
Rewrite the CMake build to use explicit dependencies between libraries,
2011-07-29 00:14:25 +00:00
Makefile
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
MipsCodeEmitter.cpp
One more patch towards JIT support for Mips.
2011-09-14 03:00:41 +00:00
MipsDelaySlotFiller.cpp
Drop support for Mips1 and Mips2.
2011-09-09 20:45:50 +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
Changed definition of EXT and INS per Bruno's comments.
2011-08-17 22:59:46 +00:00
MipsInstrFPU.td
Make changes in instruction and pattern definitions so that tablegen does not
2011-09-22 23:31:54 +00:00
MipsInstrInfo.cpp
Move TargetRegistry and TargetSelect from Target to Support where they belong.
2011-08-24 18:08:43 +00:00
MipsInstrInfo.h
Add enums and functions for symbols Mips64 uses.
2011-09-22 03:09:07 +00:00
MipsInstrInfo.td
Make changes in instruction and pattern definitions so that tablegen does not
2011-09-22 23:31:54 +00:00
MipsISelDAGToDAG.cpp
Change the names of functions isMips* to hasMips*.
2011-09-20 23:53:09 +00:00
MipsISelLowering.cpp
Do not rely on the enum values of argument registers A0-A3 being consecutive.
2011-09-23 00:58:33 +00:00
MipsISelLowering.h
Add codegen support for vector select (in the IR this means a select
2011-09-06 19:07:46 +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
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
Add F31 to the set of callee-saved registers.
2011-09-22 17:35:03 +00:00
MipsRegisterInfo.h
MipsRegisterInfo.td
Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment.
2011-09-22 18:24:21 +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
Add a base class for Mips TargetMachines and add Mips64 TargetMachines.
2011-09-21 03:00:58 +00:00
MipsTargetMachine.h
Fix typo.
2011-09-22 17:26:58 +00:00
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h