llvm-6502/lib/Target/Mips
Bill Wendling 0f8d9c04d9 Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack
adjustment fields, and an optional flag. If there is a "dynamic_stackalloc" in
the code, make sure that it's bracketed by CALLSEQ_START and CALLSEQ_END. If
not, then there is the potential for the stack to be changed while the stack's
being used by another instruction (like a call).

This can only result in tears...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44037 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-13 00:44:25 +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 Position Independent Code (PIC) support [1] 2007-10-09 02:55:31 +00:00
MipsInstrInfo.cpp
MipsInstrInfo.h
MipsInstrInfo.td Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack 2007-11-13 00:44:25 +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 Use TableGen to emit information for dwarf register numbers. 2007-11-11 19:50:10 +00:00
MipsRegisterInfo.h Use TableGen to emit information for dwarf register numbers. 2007-11-11 19:50:10 +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 Added JumpTable support 2007-11-12 19:49:57 +00:00
MipsTargetAsmInfo.h More explicit keywords. 2007-09-25 20:27:06 +00:00
MipsTargetMachine.cpp Added support for PIC code with "explicit relocations" *only*. 2007-11-05 03:02:32 +00:00
MipsTargetMachine.h