.. |
AsmParser
|
Add the skeleton of an asm parser for mips.
|
2012-01-11 03:56:41 +00:00 |
InstPrinter
|
Convert assert(0) to llvm_unreachable
|
2012-02-07 02:50:20 +00:00 |
MCTargetDesc
|
Convert assert(0) to llvm_unreachable
|
2012-02-05 07:21:30 +00:00 |
TargetInfo
|
|
|
CMakeLists.txt
|
Target/Mips: Unbreak CMake build.
|
2012-01-25 03:15:46 +00:00 |
LLVMBuild.txt
|
Add the skeleton of an asm parser for mips.
|
2012-01-11 03:56:41 +00:00 |
Makefile
|
Add the skeleton of an asm parser for mips.
|
2012-01-11 03:56:41 +00:00 |
Mips64InstrInfo.td
|
Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added.
|
2012-01-25 03:01:35 +00:00 |
Mips.h
|
|
|
Mips.td
|
|
|
MipsAnalyzeImmediate.cpp
|
Add class MipsAnalyzeImmediate which comes up with an instruction sequence to
|
2012-01-25 01:43:36 +00:00 |
MipsAnalyzeImmediate.h
|
MipsAnalyzeImmediate.h: Fix to add DataTypes.h for msvc.
|
2012-01-25 03:34:41 +00:00 |
MipsAsmPrinter.cpp
|
Cleanup Mips code and rename some variables. Patch by Jack Carter
|
2011-12-30 21:09:41 +00:00 |
MipsAsmPrinter.h
|
|
|
MipsCallingConv.td
|
|
|
MipsCodeEmitter.cpp
|
Widen the instruction encoder that TblGen emits to a 64 bits, which should accomodate every target I can think of offhand.
|
2012-01-24 18:37:29 +00:00 |
MipsCondMov.td
|
|
|
MipsDelaySlotFiller.cpp
|
|
|
MipsEmitGPRestore.cpp
|
|
|
MipsExpandPseudo.cpp
|
|
|
MipsFrameLowering.cpp
|
Mark 64-bit register RA_64 unused too.
|
2012-01-25 04:19:22 +00:00 |
MipsFrameLowering.h
|
|
|
MipsInstrFormats.td
|
|
|
MipsInstrFPU.td
|
Remove trailing whitespace. Add newline.
|
2012-02-16 17:48:20 +00:00 |
MipsInstrInfo.cpp
|
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
|
2012-02-03 04:33:00 +00:00 |
MipsInstrInfo.h
|
|
|
MipsInstrInfo.td
|
64-bit sign extension in register instructions.
|
2012-01-24 21:41:09 +00:00 |
MipsISelDAGToDAG.cpp
|
Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added.
|
2012-01-25 03:01:35 +00:00 |
MipsISelLowering.cpp
|
Convert assert(0) to llvm_unreachable
|
2012-02-07 02:50:20 +00:00 |
MipsISelLowering.h
|
Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is
|
2012-02-03 04:33:00 +00:00 |
MipsJITInfo.cpp
|
Removing unused default switch cases in switches over enums that already account for all enumeration values explicitly.
|
2012-01-16 23:24:27 +00:00 |
MipsJITInfo.h
|
|
|
MipsMachineFunction.cpp
|
|
|
MipsMachineFunction.h
|
Remove VectorExtras. This unused helper was written for a type of API that is discouraged now.
|
2012-01-07 19:42:13 +00:00 |
MipsMCInstLower.cpp
|
Convert assert(0) to llvm_unreachable
|
2012-02-07 02:50:20 +00:00 |
MipsMCInstLower.h
|
|
|
MipsRegisterInfo.cpp
|
Modify MipsRegisterInfo::eliminateFrameIndex to use MipsAnalyzeImmediate to
|
2012-01-25 03:55:10 +00:00 |
MipsRegisterInfo.h
|
|
|
MipsRegisterInfo.td
|
Add DWARF numbers of 64-bit registers.
|
2012-02-02 02:56:14 +00:00 |
MipsRelocations.h
|
Improve Mips JIT.
|
2011-12-30 21:04:30 +00:00 |
MipsSchedule.td
|
|
|
MipsSelectionDAGInfo.cpp
|
|
|
MipsSelectionDAGInfo.h
|
|
|
MipsSubtarget.cpp
|
|
|
MipsSubtarget.h
|
|
|
MipsTargetMachine.cpp
|
TargetPassConfig: confine the MC configuration to TargetMachine.
|
2012-02-04 02:56:59 +00:00 |
MipsTargetMachine.h
|
TargetPassConfig: confine the MC configuration to TargetMachine.
|
2012-02-04 02:56:59 +00:00 |
MipsTargetObjectFile.cpp
|
|
|
MipsTargetObjectFile.h
|
|
|