1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/Target/Mips
Bruno Cardoso Lopes 3a48664e98 Position Independent Code (PIC) support [1]
- Modified instruction format to handle pseudo instructions
- Added LoadAddr SDNode to load symbols.

llvm-svn: 42778
2007-10-09 02:55:31 +00:00
..
Makefile
Mips.h Couple of small changes. Delay Slot handle header declared. 2007-08-18 02:05:24 +00:00
Mips.td support for Schedule included on Mips.td 2007-08-18 02:18:07 +00:00
MipsAsmPrinter.cpp Added "LoadEffective" pattern to handle stack locations. 2007-09-24 20:15:11 +00:00
MipsCallingConv.td
MipsDelaySlotFiller.cpp
MipsInstrFormats.td Position Independent Code (PIC) support [1] 2007-10-09 02:55:31 +00:00
MipsInstrInfo.cpp Add lengthof and endof templates that hide a lot of sizeof computations. 2007-09-07 04:06:50 +00:00
MipsInstrInfo.h Mask directive completed with CalleeSave info 2007-08-28 05:06:17 +00:00
MipsInstrInfo.td Position Independent Code (PIC) support [1] 2007-10-09 02:55:31 +00:00
MipsISelDAGToDAG.cpp Added "LoadEffective" pattern to handle stack locations. 2007-09-24 20:15:11 +00:00
MipsISelLowering.cpp Fold the adjust_trampoline intrinsic into 2007-09-11 14:10:23 +00:00
MipsISelLowering.h InlineAsm asm support for integer registers added 2007-08-21 16:09:25 +00:00
MipsMachineFunction.h Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS 2007-08-28 05:04:41 +00:00
MipsRegisterInfo.cpp - Added a few target hooks to generate load / store instructions from / to any 2007-10-05 01:32:41 +00:00
MipsRegisterInfo.h - Added a few target hooks to generate load / store instructions from / to any 2007-10-05 01:32:41 +00:00
MipsRegisterInfo.td
MipsSchedule.td
MipsSubtarget.cpp support for Schedule included on Mips.td 2007-08-18 02:18:07 +00:00
MipsSubtarget.h InstrItineraryData support on added. 2007-08-18 01:52:27 +00:00
MipsTargetAsmInfo.cpp
MipsTargetAsmInfo.h More explicit keywords. 2007-09-25 20:27:06 +00:00
MipsTargetMachine.cpp Added method to get Mips register numbers 2007-08-28 05:13:42 +00:00
MipsTargetMachine.h