summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsCondMov.td
Commit message (Expand)AuthorAge
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-12
* [mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=...Daniel Sanders2014-05-09
* [mips] Add FGR_32/FGR_64/GPR_64 adjectives and use then instead of FGRPredica...Daniel Sanders2014-05-07
* [mips] Continue splitting Instruction.Predicates into smaller lists and re-jo...Daniel Sanders2014-05-07
* [mips] Split Instruction.Predicates into smaller lists and re-join them with ...Daniel Sanders2014-05-07
* [mips] Move HasStdEnc to the front of the predicates lists.Daniel Sanders2014-05-07
* [mips] Remove two more redundant 'let Predicates = [HasStdEnc]' statements th...Daniel Sanders2014-04-29
* [mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders2014-04-14
* [mips][sched] Split IIFmove into II_C[FT]C1, II_MOV[FNTZ]_[SD], II_MOV_[SD]Daniel Sanders2014-01-21
* [mips][sched] Split IIArith in preparation for the first scheduler targeting ...Daniel Sanders2014-01-16
* Support for microMIPS FPU instructions 2.Zoran Jovanovic2013-12-25
* [mips] Set instruction itineraries of loads, stores and conditional moves.Akira Hatanaka2013-09-06
* This patch adds support for microMIPS Move Conditional instructions. Test cas...Vladimir Medic2013-09-06
* [mips] Fix instruction definitions that were incorrectly marked as code-gen-o...Akira Hatanaka2013-08-19
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-08
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates ofAkira Hatanaka2013-08-06
* [mips] Define instruction itineraries IIArith and IILogic.Akira Hatanaka2013-07-31
* This patch implements parsing of mips FCC register operands. The example inst...Vladimir Medic2013-07-30
* [mips] Fix FP conditional move instructions to have explicit FP condition codeAkira Hatanaka2013-07-26
* [mips] Fix floating point branch, comparison, and conditional move instructionsAkira Hatanaka2013-07-26
* This patch represents Mips utilization of r186388 code that alows asm matche...Vladimir Medic2013-07-16
* [mips] Fix inefficient code generation.Akira Hatanaka2013-03-01
* Fix indentation.Akira Hatanaka2013-03-01
* [mips] Refactor conditional move instructions.Akira Hatanaka2013-01-04
* [mips] Delete all floating point instruction classes that are no longer used.Akira Hatanaka2012-12-13
* [mips] Modify definitions of floating point conditional move instructions.Akira Hatanaka2012-12-13
* [mips] Shorten predicate name.Akira Hatanaka2012-12-07
* [mips] Remove unnecessary predicates.Akira Hatanaka2012-12-07
* 1. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka2012-06-14
* This patch adds a predicate to existing mips32 and mips64 so that thoseAkira Hatanaka2012-05-22
* Add another peephole pattern for conditional moves.Akira Hatanaka2012-05-09
* Add disassembler to MIPS. Akira Hatanaka2012-04-17
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-03
* MIPS disassembler support.Akira Hatanaka2012-04-03
* remove blanks, and some code formatJia Liu2012-02-28
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes2011-10-18
* Add definitions of conditional moves with 64-bit operands. Comment out code forAkira Hatanaka2011-10-17
* Move class and instruction definitions for conditional moves to a seperate file.Akira Hatanaka2011-10-17