llvm-6502/lib/Target/Mips
Gordon Henriksen 81361d6a28 Setting GlobalDirective in TargetAsmInfo by default rather than
providing a misleading facility. It's used once in the MIPS backend
and hardcoded as "\t.globl\t" everywhere else.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45338 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-23 20:58:16 +00:00
..
Makefile
Mips.h
Mips.td Better processor definition 2007-11-06 03:15:20 +00:00
MipsAsmPrinter.cpp Added JumpTable support 2007-11-12 19:49:57 +00:00
MipsCallingConv.td
MipsDelaySlotFiller.cpp
MipsInstrFormats.td
MipsInstrInfo.cpp
MipsInstrInfo.h
MipsInstrInfo.td Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materializable and they should not be spilled. 2007-12-12 23:12:09 +00:00
MipsISelDAGToDAG.cpp Added JumpTable support 2007-11-12 19:49:57 +00:00
MipsISelLowering.cpp Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack 2007-11-13 00:44:25 +00:00
MipsISelLowering.h Added JumpTable support 2007-11-12 19:49:57 +00:00
MipsMachineFunction.h Added support for PIC code with "explicit relocations" *only*. 2007-11-05 03:02:32 +00:00
MipsRegisterInfo.cpp Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether 2007-12-05 03:14:33 +00:00
MipsRegisterInfo.h Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether 2007-12-05 03:14:33 +00:00
MipsRegisterInfo.td Use TableGen to emit information for dwarf register numbers. 2007-11-11 19:50:10 +00:00
MipsSchedule.td
MipsSubtarget.cpp Better processor definition 2007-11-06 03:15:20 +00:00
MipsSubtarget.h
MipsTargetAsmInfo.cpp Setting GlobalDirective in TargetAsmInfo by default rather than 2007-12-23 20:58:16 +00:00
MipsTargetAsmInfo.h
MipsTargetMachine.cpp Added support for PIC code with "explicit relocations" *only*. 2007-11-05 03:02:32 +00:00
MipsTargetMachine.h