summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsCondMov.td
Commit message (Expand)AuthorAgeFilesLines
* [mips] Split long lines in the code. NFCSimon Atanasyan2019-11-031-8/+8
* [mips] Mark pseudo select instructions by the `hasNoSchedulingInfo` tagSimon Atanasyan2019-06-271-2/+2
* [mips] Add GPR_64 predicate to some mov[zn] instructionsSimon Atanasyan2019-06-271-8/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Optimize shifts for types larger than GPR size (mips2/mips3)Aleksandar Beserminji2019-01-141-0/+10
* [mips] Mark select instructions correctlySimon Dardis2018-05-151-145/+144
* [mips] Move conditional moves out of isCodeGenOnlySimon Dardis2018-05-091-4/+4
* [mips] Place certain 64 bit FPU instructions in their own decoder namespaceSimon Dardis2017-10-051-2/+2
* Reland r308585Stefan Maksimovic2017-07-201-4/+4
* Revert r308585Stefan Maksimovic2017-07-201-4/+4
* [mips] Fix fp select machine verifier errorsStefan Maksimovic2017-07-201-4/+4
* Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis2016-09-091-212/+5
* [mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis2016-09-091-5/+212
* [mips] Replace AdditionalRequires<[IsGP64bit]> with GPR_64. NFC.Daniel Sanders2016-06-151-8/+4
* Revert "[mips] Promote the result of SETCC nodes to GPR width."Vasileios Kalintiris2016-03-011-152/+110
* [mips] Promote the result of SETCC nodes to GPR width.Vasileios Kalintiris2016-03-011-110/+152
* [mips] Add the SoftFloat MipsSubtarget feature.Toma Tabacu2015-05-071-3/+4
* [mips] Enable code generation for MIPS-III.Vasileios Kalintiris2014-12-121-3/+9
* [mips] Support SELECT nodes for targets that don't have conditional-move inst...Vasileios Kalintiris2014-12-121-0/+31
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-121-60/+86
* [mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=...Daniel Sanders2014-05-091-16/+20
* [mips] Add FGR_32/FGR_64/GPR_64 adjectives and use then instead of FGRPredica...Daniel Sanders2014-05-071-57/+48
* [mips] Continue splitting Instruction.Predicates into smaller lists and re-jo...Daniel Sanders2014-05-071-11/+10
* [mips] Split Instruction.Predicates into smaller lists and re-join them with ...Daniel Sanders2014-05-071-13/+13
* [mips] Move HasStdEnc to the front of the predicates lists.Daniel Sanders2014-05-071-13/+13
* [mips] Remove two more redundant 'let Predicates = [HasStdEnc]' statements th...Daniel Sanders2014-04-291-2/+2
* [mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders2014-04-141-6/+6
* [mips][sched] Split IIFmove into II_C[FT]C1, II_MOV[FNTZ]_[SD], II_MOV_[SD]Daniel Sanders2014-01-211-16/+16
* [mips][sched] Split IIArith in preparation for the first scheduler targeting ...Daniel Sanders2014-01-161-12/+12
* Support for microMIPS FPU instructions 2.Zoran Jovanovic2013-12-251-14/+14
* [mips] Set instruction itineraries of loads, stores and conditional moves.Akira Hatanaka2013-09-061-15/+15
* This patch adds support for microMIPS Move Conditional instructions. Test cas...Vladimir Medic2013-09-061-7/+7
* [mips] Fix instruction definitions that were incorrectly marked as code-gen-o...Akira Hatanaka2013-08-191-6/+9
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-081-16/+16
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-061-53/+53
* [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates ofAkira Hatanaka2013-08-061-38/+25
* [mips] Define instruction itineraries IIArith and IILogic.Akira Hatanaka2013-07-311-4/+4
* This patch implements parsing of mips FCC register operands. The example inst...Vladimir Medic2013-07-301-11/+13
* [mips] Fix FP conditional move instructions to have explicit FP condition codeAkira Hatanaka2013-07-261-8/+6
* [mips] Fix floating point branch, comparison, and conditional move instructionsAkira Hatanaka2013-07-261-2/+2
* This patch represents Mips utilization of r186388 code that alows asm matche...Vladimir Medic2013-07-161-34/+36
* [mips] Fix inefficient code generation.Akira Hatanaka2013-03-011-0/+7
* Fix indentation.Akira Hatanaka2013-03-011-15/+10
* [mips] Refactor conditional move instructions.Akira Hatanaka2013-01-041-13/+20
* [mips] Delete all floating point instruction classes that are no longer used.Akira Hatanaka2012-12-131-31/+2
* [mips] Modify definitions of floating point conditional move instructions.Akira Hatanaka2012-12-131-24/+63
* [mips] Shorten predicate name.Akira Hatanaka2012-12-071-15/+15
* [mips] Remove unnecessary predicates.Akira Hatanaka2012-12-071-2/+2
* 1. introduce MipsPat in place of Pat in order to exclude those fromAkira Hatanaka2012-06-141-25/+33
* This patch adds a predicate to existing mips32 and mips64 so that thoseAkira Hatanaka2012-05-221-15/+17
OpenPOWER on IntegriCloud