summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/brdelayslot.ll
AgeCommit message (Expand)Author
2016-08-04[mips] Enable tail calls by defaultSimon Dardis
2016-04-11[mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic
2016-04-05Don't delete empty preheaders in CodeGenPrepare if it would create a critical...Chuang-Yu Cheng
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-09-28[mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted outAkira Hatanaka
2013-07-26[mips] Print instructions "beq", "bne" and "or" using assembler pseudoAkira Hatanaka
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-05-21[mips] Add instruction selection patterns for blez and bgez.Akira Hatanaka
2013-03-01[mips] Remove unused option. Fix 80-column violations.Akira Hatanaka
2013-03-01[mips] Add the capability to search delay slot filling instructions inAkira Hatanaka
2013-03-01[mips] Add capability to search in the forward direction for instructions thatAkira Hatanaka
2013-03-01[mips] Define class MemDefsUses.Akira Hatanaka
2013-01-25[mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka
2012-11-16[mips] Fix delay slot filler so that instructions with register operand $1 areAkira Hatanaka
2012-11-03[mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka
2012-08-24Disable Mips' delay slot filler when optimization level is O0.Akira Hatanaka
2012-08-22Add option disable-mips-delay-filler. Turn on mips' delay slot filler byAkira Hatanaka
2011-09-29Fill delay slot with useful instructions. Modified from Sparc's version of delayAkira Hatanaka