summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16InstrInfo.td
Commit message (Expand)AuthorAge
* fix most of remaining issues with large frames.Reed Kotler2012-12-20
* Add some missing Defs and Uses.Reed Kotler2012-12-19
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-31
* Change mips16 delay slot jumps to non delay slot forms by default.Reed Kotler2012-10-30
* Implement patterns for extloadi8 and extloadi16Reed Kotler2012-10-29
* Implement brind operator for mips16.Reed Kotler2012-10-28
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-28
* Implement MipsHi for mips16Reed Kotler2012-10-27
* implement mips16 tls global addrReed Kotler2012-10-26
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166780 91177308-0d34...Reed Kotler2012-10-26
* Implement carry for subtract/add for mips16Reed Kotler2012-10-26
* implement large (>16 bit) constant loading.Reed Kotler2012-10-26
* implement mips16 patterns for select nodesReed Kotler2012-10-25
* implement setXX patternsReed Kotler2012-10-23
* Add conditional branch instructions and their patterns.Reed Kotler2012-10-17
* Div, Rem int/unsigned int Reed Kotler2012-10-12
* Reorder some parts of the td file to by in alphabetical orderReed Kotler2012-10-10
* Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler2012-10-05
* 1. Add load/store words from the stackReed Kotler2012-09-28
* blank line for test commitReed Kotler2012-09-25
* Properly save and restore RA and Mips16 callee save registers S0,S1Akira Hatanaka2012-09-21
* Remove aligned/unaligned load/store fragments defined in MipsInstrInfo.td andAkira Hatanaka2012-09-15
* mips16 fixes.Akira Hatanaka2012-09-14
* 1. Redo mips16 instructions to avoid multiple opcodes for same instruction.Akira Hatanaka2012-08-03
* Define ADJCALLSTACKDOWN/UP nodes. These nodes are emitted regardless of whetherAkira Hatanaka2012-07-31
* Fix call setup for PIC.Akira Hatanaka2012-07-26
* Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka2012-07-23
* Revert accidental commit.Akira Hatanaka2012-07-21
* Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.Akira Hatanaka2012-07-21
* Clean up Mips16InstrFormats.td and Mips16InstrInfo.td.Akira Hatanaka2012-07-17
* Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen2012-07-13
* Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka2012-07-10
* 1. fix null program output after some other changesAkira Hatanaka2012-06-21
* Cleanup and factoring of mips16 tablegen classes. Make register classesAkira Hatanaka2012-05-31
* Enable Mips16 compiler to compile a null program.Akira Hatanaka2012-05-24