Fix predicate HasStandardEncoding in MipsInstrInfo.td per suggestion of
[oota-llvm.git] / lib / Target / Mips / MipsInstrInfo.td
2012-05-25 Akira HatanakaFix predicate HasStandardEncoding in MipsInstrInfo...
2012-05-25 Akira HatanakaRemove pseudo instructions that are no longer used.
2012-05-24 Akira HatanakaEnable Mips16 compiler to compile a null program.
2012-05-22 Akira HatanakaThis patch adds a predicate to existing mips32 and...
2012-05-08 Akira HatanakaDefine mips16 instruction formats.
2012-04-18 Akira HatanakaMark instruction classes ArithLogicR, ArithLogicI and...
2012-04-17 Akira HatanakaAdd disassembler to MIPS.
2012-04-03 Akira HatanakaRevert r153924. There were buildbot failures.
2012-04-03 Akira HatanakaMIPS disassembler support.
2012-03-28 Akira HatanakaEmit all directives except for ".cprestore" during...
2012-03-28 Akira HatanakaMark flag neverHasSideEffects of pattern-less instructi...
2012-03-01 Akira HatanakaChanges for migrating to using register mask operands.
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-28 Akira HatanakaAdd comments.
2012-02-28 Akira HatanakaAdd support for floating point base register + offset...
2012-02-25 Akira HatanakaAdd definitions of floating point multiply add/sub...
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-01-24 Akira Hatanaka64-bit sign extension in register instructions.
2012-01-04 Akira HatanakaRename immLUiOpnd.
2012-01-04 Akira Hatanaka- Define base classes for Jump-and-link instructions...
2011-12-21 Akira HatanakaFix bug in zero-store peephole pattern reported in...
2011-12-20 Akira HatanakaAdd definition of WSBH (Word Swap Bytes within Halfword...
2011-12-20 Akira HatanakaAdd patterns for matching extloads with 64-bit address...
2011-12-20 Akira HatanakaAdd a pattern for matching zero-store with 64-bit addre...
2011-12-19 Akira HatanakaAdd patterns for matching immediates whose lower 16...
2011-12-19 Akira HatanakaTidy up. Simplify logic. No functional change intended.
2011-12-12 Akira HatanakaEmit B (unconditional branch) when -relocation-model...
2011-12-09 Akira HatanakaRename WrapperPIC. It is now used for both pic and...
2011-12-08 Akira HatanakaImplement 64-bit support for thread local storage handling.
2011-12-07 Akira HatanakaModify class ReadHardware and add definition of 64...
2011-12-07 Akira HatanakaDefine base class for WrapperPICPat.
2011-12-07 Akira HatanakaFix 64-bit immediate patterns.
2011-12-06 Bruno Cardoso LopesUse branches instead of jumps + variable cleanup. Testc...
2011-12-05 Akira HatanakaSplit ExtIns into two base classes and have instruction...
2011-11-23 Akira HatanakaThis patch makes the following changes necessary for...
2011-11-16 Akira HatanakaAdd patterns for 64-bit tglobaladdr, tblockaddress...
2011-11-16 Akira Hatanaka64-bit jump register instruction.
2011-11-11 Bruno Cardoso LopesMips MC object code emission improvements:
2011-11-11 Akira Hatanaka64-bit atomic instructions.
2011-11-11 Akira HatanakaAdd 64-bit versions of LEA_ADDiu and DynAlloc. Modify...
2011-11-11 Akira Hatanaka64-bit versions of jal, jalr and bal.
2011-11-07 Akira HatanakaAdd definition of 64-bit load upper immediate.
2011-11-07 Akira HatanakaMake the type of shift amount i32 in order to reduce...
2011-10-18 Bruno Cardoso LopesFinal patch that completes old JIT support for Mips:
2011-10-17 Akira HatanakaAdd definitions of conditional moves with 64-bit operan...
2011-10-17 Akira HatanakaMove class and instruction definitions for conditional...
2011-10-17 Akira HatanakaRedefine count-leading 0s and 1s instructions.
2011-10-17 Akira HatanakaRedefine mfhi/lo and mthi/lo instructions.
2011-10-17 Akira HatanakaRedefine multiply and divide instructions.
2011-10-17 Akira HatanakaAdd definition of a base class for logical shift/rotate...
2011-10-17 Akira HatanakaAdd definition of a base class for logical shift/rotate...
2011-10-17 Akira HatanakaAdd definition of immZExt5_64 and redefine immZExt5...
2011-10-12 Akira HatanakaDefine base class LogicNOR and make 32-bit and 64-bit...
2011-10-12 Akira HatanakaFix encoding of 32-bit integer instructions. Change...
2011-10-11 Akira HatanakaChange name of class to ArithOverflowR.
2011-10-11 Akira HatanakaDefine class ArithLogicI. Make 32-bit and 64-bit arithm...
2011-10-11 Akira HatanakaFix comment.
2011-10-11 Akira HatanakaDefine classes ArithLogicR and ArithLogicOfR and make...
2011-10-11 Akira HatanakaRemove unused PatLeaf.
2011-10-11 Akira HatanakaRemove redundancy in setcc patterns using multiclass.
2011-10-11 Akira HatanakaUse sltiu instead of sltu when a register operand and...
2011-10-11 Akira HatanakaAdd patterns for conditional branches with 64-bit regis...
2011-10-11 Akira HatanakaAdd support for 64-bit set-on-less-than instructions.
2011-10-11 Akira HatanakaAdd support for conditional branch instructions with...
2011-10-11 Akira HatanakaMake changes necessary for supporting floating point...
2011-10-11 Akira HatanakaAdd definitions of 64-bit loads and stores. Add a patte...
2011-10-11 Akira HatanakaChange definitions of classes LoadM and StoreM in prepa...
2011-10-08 Akira HatanakaAdd patterns for unaligned load and store instructions...
2011-10-03 Akira HatanakaAdd support for 64-bit divide instructions.
2011-10-03 Akira HatanakaAdd definitions of instructions which move values betwe...
2011-09-24 Akira HatanakaPreparation for adding simple Mips64 instructions.
2011-09-22 Akira HatanakaMake changes in instruction and pattern definitions...
2011-09-20 Akira HatanakaChange the names of functions isMips* to hasMips*.
2011-09-13 Akira HatanakaAdd pattern used to match MipsLo, which is needed when...
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-08-18 Bruno Cardoso LopesClenup and fix encoding for Mips ins and ext instruction
2011-08-17 Akira HatanakaChanged definition of EXT and INS per Bruno's comments.
2011-08-17 Akira HatanakaAdd support for half-word unaligned loads and stores.
2011-08-17 Akira HatanakaAdd support for ext and ins.
2011-08-12 Akira HatanakaDefine unaligned load and store.
2011-08-11 Akira HatanakaAdd isIndirectBranch flag.
2011-07-20 Akira HatanakaChange name of class.
2011-07-20 Akira HatanakaDefine classes for definitions of atomic instructions.
2011-07-19 Akira HatanakaLower memory barriers to sync instructions.
2011-07-18 Akira HatanakaSet mayLoad or mayStore flags for SC and LL in order...
2011-07-07 Akira HatanakaRemove unnecessary newline.
2011-07-07 Akira HatanakaRather than having printMemOperand change the way memor...
2011-07-07 Akira HatanakaReverse order of operands of address operand mem so...
2011-06-21 Akira HatanakaRe-apply 132758 and 132768 which were speculatively...
2011-06-09 Eric ChristopherSpeculatively revert 132758 and 132768 to try to fix...
2011-06-08 Akira HatanakaFix bug in lowering of DYNAMIC_STACKALLOC nodes. The...
2011-06-07 Akira HatanakaAdd comments for wrapper node patterns in MipsInstrInfo.td.
2011-05-31 Bruno Cardoso LopesThis patch implements atomic intrinsics atomic.load...
2011-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-05-28 Akira HatanakaDefine a wrapper node for target constant nodes (tgloba...
2011-05-25 Akira HatanakaCoding style fixes. Added comments.
2011-05-24 Akira HatanakaEnable printing of immediates that do not fit in 16...
2011-05-12 Akira HatanakaFix setting of isCommutable flag.
2011-05-09 Eric ChristopherFix td file comments for Mips.
2011-04-25 Akira HatanakaLower BlockAddress node when relocation-model is static.
next