AMDPGU/SI: Use AssertZext node to mask high bit for scratch offsets
[oota-llvm.git] / lib / Target / Mips / MipsSchedule.td
2015-03-18 Kai Nacke[mips] Add itineraries for ext and ins instructions.
2014-03-24 Daniel Sanders[mips] Implement shorthand add / sub forms for MIPS.
2014-03-20 Kai Nacke[MIPS] Add cpu octeon and some instructions
2014-01-23 Daniel Sanders[mips][sched] Split IIStore into II_S[BHWD], II_S[WD...
2014-01-21 Daniel Sanders[mips][sched] Split IILoad into II_L[BHWD], II_L[BHW...
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] Removed IIFrecipFsqrtStep. No instruction...
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...
2014-01-21 Daniel Sanders[mips][sched] Split IIslt into II_SLT_SLTU, II_SLTI_SLTIU
2014-01-17 Daniel Sanders[mips] Split IIIdiv int II_DIV, II_DIVU, II_DDIV, and...
2014-01-17 Daniel Sanders[mips][sched] Split IIImul and IIImult into subclasses.
2014-01-17 Daniel Sanders[mips][sched] Split IIHiLo into II_MFHI_MFLO and II_MTH...
2014-01-16 Daniel Sanders[mips][sched] Removed IIXfer. No instructions use it.
2014-01-16 Daniel Sanders[mips][sched] Split IIseb into II_SEB and II_SEH
2014-01-16 Daniel Sanders[mips][sched] Split IILogic into II_AND, II_OR, II_XOR...
2014-01-16 Daniel Sanders[mips][sched] Split IIArith in preparation for the...
2014-01-16 Daniel Sanders[mips] IIImult should have an InstrItinData in the...
2013-07-31 Akira Hatanaka[mips] Define instruction itineraries IIArith and IILogic.
2013-07-12 Akira Hatanaka[mips] Add instruction itinerary classes for mult,...
2013-07-02 Akira Hatanaka[mips] Add new InstrItinClasses for move from/to coproc...
2012-02-28 Jia Liuremove blanks, and some code format
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-18 Bruno Cardoso LopesMips generic fallback instruction schedule support!