Delete MipsFunctionInfo::NextStackOffset. No functionality change intended.
[oota-llvm.git] / lib / Target / Mips / Mips16InstrInfo.td
2012-10-31 Reed KotlerImplement ADJCALLSTACKUP and ADJCALLSTACKDOWN
2012-10-30 Reed KotlerChange mips16 delay slot jumps to non delay slot forms...
2012-10-29 Reed KotlerImplement patterns for extloadi8 and extloadi16
2012-10-28 Reed KotlerImplement brind operator for mips16.
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-10-27 Reed KotlerImplement MipsHi for mips16
2012-10-26 Reed Kotlerimplement mips16 tls global addr
2012-10-26 Reed Kotlergit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-10-26 Reed KotlerImplement carry for subtract/add for mips16
2012-10-26 Reed Kotlerimplement large (>16 bit) constant loading.
2012-10-25 Reed Kotlerimplement mips16 patterns for select nodes
2012-10-23 Reed Kotlerimplement setXX patterns
2012-10-17 Reed KotlerAdd conditional branch instructions and their patterns.
2012-10-12 Reed KotlerDiv, Rem int/unsigned int
2012-10-10 Reed KotlerReorder some parts of the td file to by in alphabetical...
2012-10-05 Reed KotlerPatch for integer multiply, signed/unsigned, long/long...
2012-09-28 Reed Kotler1. Add load/store words from the stack
2012-09-25 Reed Kotlerblank line for test commit
2012-09-21 Akira HatanakaProperly save and restore RA and Mips16 callee save...
2012-09-15 Akira HatanakaRemove aligned/unaligned load/store fragments defined...
2012-09-14 Akira Hatanakamips16 fixes.
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.