1. Redo mips16 instructions to avoid multiple opcodes for same instruction.
[oota-llvm.git] / lib / Target / Mips / Mips16InstrInfo.td
2012-08-03 Akira Hatanaka1. Redo mips16 instructions to avoid multiple opcodes...
2012-07-31 Akira HatanakaDefine ADJCALLSTACKDOWN/UP nodes. These nodes are emitt...
2012-07-26 Akira HatanakaFix call setup for PIC.
2012-07-23 Akira HatanakaAdd basic ability to setup call frame, and make procedu...
2012-07-21 Akira HatanakaRevert accidental commit.
2012-07-21 Akira HatanakaAdd VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefEx...
2012-07-17 Akira HatanakaClean up Mips16InstrFormats.td and Mips16InstrInfo.td.
2012-07-13 Jakob Stoklund OlesenRemove variable_ops from call instructions in most...
2012-07-10 Akira HatanakaMake register Mips::RA allocatable if not in mips16...
2012-06-21 Akira Hatanaka1. fix null program output after some other changes
2012-05-31 Akira HatanakaCleanup and factoring of mips16 tablegen classes. Make...
2012-05-24 Akira HatanakaEnable Mips16 compiler to compile a null program.