llvm-6502/lib/Target/Mips
Akira Hatanaka da7f5f1c1d Make changes to avoid creating nested CALLSEQ_START/END constructs, which aren't
yet legal according to comments in LegalizeDAG.cpp:227. 

Memcpy nodes created for copying byval arguments are inserted before
CALLSEQ_START.

The two failing tests reported in PR10876 pass after applying this patch.  


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140046 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-19 20:26:02 +00:00
..
InstPrinter Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations. 2011-09-15 23:38:46 +00:00
MCTargetDesc Support for PSP is gone too. 2011-09-13 18:55:33 +00:00
TargetInfo Move TargetRegistry and TargetSelect from Target to Support where they belong. 2011-08-24 18:08:43 +00:00
CMakeLists.txt Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Makefile Next round of MC refactoring. This patch factor MC table instantiations, MC 2011-07-14 20:59:42 +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 Drop support for Mips1 and Mips2. 2011-09-09 20:45:50 +00:00
MipsAsmPrinter.cpp O64 will not be supported. 2011-09-09 22:22:48 +00:00
MipsAsmPrinter.h Lower MachineInstr to MC Inst and print to .s files. 2011-07-07 23:56:50 +00:00
MipsCallingConv.td Add A0 and A1 to the list of registers used for returning a value in order to 2011-06-21 01:28:11 +00:00
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 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 Enclose directive .cprestore with .set macro and nomacro to silence assembler 2011-08-11 22:42:31 +00:00
MipsFrameLowering.h Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for 2011-07-18 22:29:13 +00:00
MipsInstrFormats.td Changed definition of EXT and INS per Bruno's comments. 2011-08-17 22:59:46 +00:00
MipsInstrFPU.td Drop support for Mips1 and Mips2. 2011-09-09 20:45:50 +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 One more patch towards JIT support for Mips. 2011-09-14 03:00:41 +00:00
MipsInstrInfo.td Add pattern used to match MipsLo, which is needed when the instruction selector 2011-09-13 20:13:58 +00:00
MipsISelDAGToDAG.cpp Fix handling of double precision loads and stores when Mips1 is targeted. 2011-08-16 03:51:51 +00:00
MipsISelLowering.cpp Make changes to avoid creating nested CALLSEQ_START/END constructs, which aren't 2011-09-19 20:26:02 +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 Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir 2011-07-21 16:28:51 +00:00
MipsMachineFunction.h Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from 2011-07-18 18:52:12 +00:00
MipsMCInstLower.cpp Drop support for Mips1 and Mips2. 2011-09-09 20:45:50 +00:00
MipsMCInstLower.h Drop support for Mips1 and Mips2. 2011-09-09 20:45:50 +00:00
MipsMCSymbolRefExpr.cpp Define class MipsMCSymbolRefExpr. 2011-07-07 19:27:22 +00:00
MipsMCSymbolRefExpr.h Define class MipsMCSymbolRefExpr. 2011-07-07 19:27:22 +00:00
MipsRegisterInfo.cpp Make F31 and D15 non-reserved registers. 2011-09-09 22:11:26 +00:00
MipsRegisterInfo.h Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down 2011-07-18 20:57:22 +00:00
MipsRegisterInfo.td Make F31 and D15 non-reserved registers. 2011-09-09 22:11:26 +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 Drop support for Mips1 and Mips2. 2011-09-09 20:45:50 +00:00
MipsSubtarget.h Add comment. 2011-09-14 17:22:51 +00:00
MipsTargetMachine.cpp Move TargetRegistry and TargetSelect from Target to Support where they belong. 2011-08-24 18:08:43 +00:00
MipsTargetMachine.h One more patch towards JIT support for Mips. 2011-09-14 03:00:41 +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