Test commit
[oota-llvm.git] / lib / Target / Mips / MipsInstrFPU.td
2014-10-17 Vasileios Kalintiris[mips] Add support for COP1's Branch-On-Cond-Likely...
2014-10-01 Daniel Sanders[mips] Fix disassembly of [ls][wd]c[23], cache, and...
2014-08-17 Daniel SandersRevert: r215698 - Current implementation of c.cond...
2014-08-15 Vladimir MedicCurrent implementation of c.cond.fmt instructions only...
2014-07-14 Daniel Sanders[mips] Use MFHC1 when it is available (MIPS32r2 and...
2014-07-10 Eric ChristopherMake it possible for the Subtarget to change between...
2014-06-16 Daniel Sanders[mips][mips64r6] [ls][wd]c2 were re-encoded with 11...
2014-06-13 Daniel Sanders[mips] Add cache and pref instructions
2014-06-12 Daniel Sanders[mips][mips64r6] bc1[tf] are not available on MIPS32r6...
2014-06-12 Daniel Sanders[mips][mips64r6] [sl][duw]xc1 are not available on...
2014-06-12 Daniel Sanders[mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz...
2014-06-12 Daniel Sanders[mips] Use MTHC1 when it is available (MIPS32r2 and...
2014-06-12 Daniel Sanders[mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds],...
2014-05-13 Daniel Sanders[mips] Marked up instructions added in MIPS32r2 and...
2014-05-12 Daniel Sanders[mips] Marked up instructions added in MIPS-V and teste...
2014-05-12 Daniel Sanders[mips] Replace FeatureFPIdx with FeatureMips4_32r2
2014-05-09 Daniel Sanders[mips] Marked up instructions added in MIPS-III and...
2014-05-08 Daniel Sanders[mips] Add PredicateControl to InstAlias's
2014-05-08 Daniel Sanders[mips] Implement l[wd]c3, and s[wd]c3.
2014-05-08 Daniel Sanders[mips] Marked up instructions added in MIPS-II and...
2014-05-07 Daniel Sanders[mips] Add FGR_32/FGR_64/GPR_64 adjectives and use...
2014-05-07 Daniel Sanders[mips] Add ISA_<name> adverbs and start using them...
2014-05-07 Daniel Sanders[mips] Continue splitting Instruction.Predicates into...
2014-05-07 Daniel Sanders[mips] Move IsFP64bit/NotFP64bit to the front of the...
2014-05-07 Daniel Sanders[mips] Split Instruction.Predicates into smaller lists...
2014-05-07 Daniel Sanders[mips] Move HasStdEnc to the front of the predicates...
2014-04-29 Daniel Sanders[mips] Remove more redundant 'let Predicates = [HasStdE...
2014-04-29 Daniel Sanders[mips] Remove redundant 'let Predicates = [HasStdEnc...
2014-04-09 Daniel SandersRe-commit: [mips] abs.[ds], and neg.[ds] should be...
2014-04-07 Reed KotlerReverting commit r205628 due to mips64 issues.
2014-04-04 Daniel Sanders[mips] abs.[ds], and neg.[ds] should be allowed regardl...
2014-02-05 Petar Jovanovic[mips] Add NaCl target and forbid indexed loads and...
2014-01-21 Daniel Sanders[mips][sched] Split IIFmoveC1 into II_M[FT]C1, II_M...
2014-01-21 Daniel Sanders[mips][sched] Split IIFStore into II_S[WD]C1, and II_S...
2014-01-21 Daniel Sanders[mips][sched] Split IIFLoad into II_L[WD]C1, and II_L...
2014-01-21 Daniel Sanders[mips][sched] Renamed II_FsqrtSingle and II_FsqrtDouble...
2014-01-21 Daniel Sanders[mips][sched] Renamed II_FdivSingle and II_FdivDouble...
2014-01-21 Daniel Sanders[mips][sched] Split IIFmulDouble into II_MUL_D, II_MADD...
2014-01-21 Daniel Sanders[mips][sched] Split IIFmulSingle into II_MUL_S, II_MADD...
2014-01-21 Daniel Sanders[mips][sched] Split IIFadd into II_ADD_[DS], II_SUB_[DS]
2014-01-21 Daniel Sanders[mips][sched] Split IIFcmp into II_C_CC_[SD]
2014-01-21 Daniel Sanders[mips][sched] Split IIFmove into II_C[FT]C1, II_MOV...
2014-01-21 Daniel Sanders[mips][sched] Split IIFcvt into II_(ROUND|TRUNC|CEIL...
2013-12-25 Zoran JovanovicSupport for microMIPS FPU instructions 2.
2013-12-20 Zoran JovanovicSupport for microMIPS FPU instructions 1.
2013-09-16 Vladimir MedicThis patch implements Mips load/store instructions...
2013-09-07 Akira Hatanaka[mips] Enhance command line option "-mno-ldc1-sdc1...
2013-08-28 Akira Hatanaka[mips] Use ptr_rc to simplify definitions of base+index...
2013-08-20 Akira Hatanaka[mips] Add support for mfhc1 and mthc1.
2013-08-20 Akira Hatanaka[mips] Remove predicates that were incorrectly or unnec...
2013-08-20 Akira Hatanaka[mips] Define register class FGRH32 for the high half...
2013-08-20 Akira Hatanaka[mips] Resolve register classes dynamically using ptr_r...
2013-08-08 Akira Hatanaka[mips] Rename accumulator register classes and FP regis...
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-07-30 Vladimir MedicThis patch implements parsing of mips FCC register...
2013-07-26 Akira Hatanaka[mips] Fix FP conditional move instructions to have...
2013-07-26 Akira Hatanaka[mips] Fix FP branch instructions to have explicit...
2013-07-26 Akira Hatanaka[mips] Fix floating point branch, comparison, and condi...
2013-07-19 Akira Hatanaka[mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR.
2013-07-16 Vladimir Medic This patch represents Mips utilization of r186388...
2013-07-02 Akira Hatanaka[mips] Add new InstrItinClasses for move from/to coproc...
2013-06-24 Vladimir Medic This patch introduces RegisterOperand class into Mips...
2013-05-16 Akira Hatanaka[mips] Improve instruction selection for pattern (store...
2013-05-16 Akira Hatanaka[mips] Fix instruction selection pattern for sint_to_fp...
2013-05-16 Akira Hatanaka[mips] Fix indentation.
2013-05-13 Akira Hatanaka[mips] Add option -mno-ldc1-sdc1.
2013-03-30 Akira Hatanaka[mips] Define reg+imm load/store pattern templates.
2013-02-15 Akira Hatanaka[mips] Split SelectAddr, which was used to match addres...
2013-01-25 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on some of...
2013-01-12 Jack CarterThis patch tackles the problem of parsing Mips
2012-12-20 Akira Hatanaka[mips] Remove asm string parameter from pseudo instruct...
2012-12-13 Akira Hatanaka[mips] Delete all floating point instruction classes...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point comparison...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point branch...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point indexed...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point multiply...
2012-12-13 Akira Hatanaka[mips] Modify definitions of floating point load and...
2012-12-13 Akira Hatanaka[mips] Modify definitions of move from/to coprocessor...
2012-12-13 Akira Hatanaka[mips] Modify definitions of two register operand float...
2012-12-13 Akira Hatanaka[mips] Modify definitions of three register operand...
2012-12-13 Akira Hatanaka[mips] Move classes that do not belong in MipsInstrForm...
2012-12-13 Akira Hatanaka[mips] Set isCommutable flag in a more explicit way.
2012-12-13 Akira Hatanaka[mips] Remove fmt from the parameter list of classes...
2012-12-13 Akira Hatanaka[mips] Remove single-precision floating point instructi...
2012-12-13 Akira Hatanaka[mips] Remove single-precision floating point instructi...
2012-12-07 Akira Hatanaka[mips] Shorten predicate name.
2012-11-15 Akira Hatanaka[mips] Add predicate HasFPIdx for floating-point indexe...
2012-11-03 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on floating...
2012-09-15 Akira HatanakaRemove aligned/unaligned load/store fragments defined...
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-07-31 Akira HatanakaDefine ADJCALLSTACKDOWN/UP nodes. These nodes are emitt...
2012-07-31 Akira HatanakaFix type of LUXC1 and SUXC1. These instructions were...
2012-06-14 Akira Hatanaka1. introduce MipsPat in place of Pat in order to exclud...
2012-05-22 Akira HatanakaThis patch adds a predicate to existing mips32 and...
2012-04-17 Akira HatanakaAdd disassembler to MIPS.
2012-04-11 Akira HatanakaEmit neg.s or neg.d only if -enable-no-nans-fp-math...
2012-04-11 Akira HatanakaEmit abs.s or abs.d only if -enable-no-nans-fp-math...
2012-04-03 Akira HatanakaRevert r153924. There were buildbot failures.
2012-04-03 Akira HatanakaMIPS disassembler support.
2012-03-01 Akira HatanakaFix bugs which were introduced when support for base...
next