llvm-6502/lib/Target/Mips
Rafael Espindola dc9a8a378d Reduce the exposure of Triple::OSType in the ELF object writer. This will
avoid including ADT/Triple.h in many places when the target specific bits are
moved.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147059 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-21 17:00:36 +00:00
..
InstPrinter Tidy up. Simplify logic. No functional change intended. 2011-12-19 19:52:25 +00:00
MCTargetDesc Reduce the exposure of Triple::OSType in the ELF object writer. This will 2011-12-21 17:00:36 +00:00
TargetInfo LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
CMakeLists.txt Fix up the CMake build for the new files added in r146960, they're 2011-12-20 08:42:11 +00:00
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
Makefile Mips MC object code emission improvements: 2011-11-11 22:58:42 +00:00
Mips64InstrInfo.td Add definition of DSBH (Double Swap Bytes within Halfwords) and 2011-12-20 23:56:43 +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 Add definition of WSBH (Word Swap Bytes within Halfwords), which is an 2011-12-20 23:47:44 +00:00
MipsAsmPrinter.cpp Tidy up. Simplify logic. No functional change intended. 2011-12-19 19:52:25 +00:00
MipsAsmPrinter.h This patch makes the following changes necessary for MIPS' direct code emission. 2011-11-23 22:19:28 +00:00
MipsCallingConv.td AnalyzeCallOperands function for N32/64. 2011-11-14 19:02:54 +00:00
MipsCodeEmitter.cpp Tidy up. Simplify logic. No functional change intended. 2011-12-19 19:52:25 +00:00
MipsCondMov.td Final patch that completes old JIT support for Mips: 2011-10-18 17:50:36 +00:00
MipsDelaySlotFiller.cpp Tidy up. Simplify logic. No functional change intended. 2011-12-19 19:52:25 +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 Move global variables in TargetMachine into new TargetOptions class. As an API 2011-12-02 22:16:29 +00:00
MipsFrameLowering.h Mips64 aligns stack on 16-byte boundary. 2011-09-22 02:53:37 +00:00
MipsInstrFormats.td Use branches instead of jumps + variable cleanup. Testcase coming next. Patch by Jack Carter 2011-12-06 03:34:48 +00:00
MipsInstrFPU.td Various Mips64 floating point instruction patterns. 2011-11-07 21:38:58 +00:00
MipsInstrInfo.cpp Tidy up. Simplify logic. No functional change intended. 2011-12-19 19:52:25 +00:00
MipsInstrInfo.h Emit B (unconditional branch) when -relocation-model=pic and J (jump) when 2011-12-12 22:39:35 +00:00
MipsInstrInfo.td Fix bug in zero-store peephole pattern reported in pr11615. 2011-12-21 00:31:10 +00:00
MipsISelDAGToDAG.cpp Add function MipsDAGToDAGISel::SelectMULT and factor out code that generates 2011-12-20 23:10:57 +00:00
MipsISelLowering.cpp Expand 64-bit CTLZ nodes if target architecture does not support it. Add test 2011-12-21 00:20:27 +00:00
MipsISelLowering.h Rename WrapperPIC. It is now used for both pic and static. 2011-12-09 01:53:17 +00:00
MipsJITInfo.cpp This patch handles unaligned loads and stores in Mips JIT. Mips backend 2011-11-08 12:47:11 +00:00
MipsJITInfo.h Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir 2011-07-21 16:28:51 +00:00
MipsMachineFunction.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
MipsMachineFunction.h Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
MipsMCInstLower.cpp Tidy up. Simplify logic. No functional change intended. 2011-12-19 19:52:25 +00:00
MipsMCInstLower.h Expand .cprestore directive to multiple instructions if the offset does not fit 2011-12-13 03:09:05 +00:00
MipsRegisterInfo.cpp Add register HWR29 numbering. Patch by Jack Carter 2011-12-06 03:34:36 +00:00
MipsRegisterInfo.h Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down 2011-07-18 20:57:22 +00:00
MipsRegisterInfo.td Add newline. 2011-12-07 23:26:03 +00:00
MipsRelocations.h Revert r141932, r141936 and r141937. 2011-10-14 17:16:39 +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 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
MipsSubtarget.h Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
MipsTargetMachine.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
MipsTargetMachine.h Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +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