index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
/
MipsDSPInstrInfo.td
Age
Commit message (
Expand
)
Author
2013-05-03
[mips] Split the DSP control register and define one register for each field of
Akira Hatanaka
2013-05-02
[mips] Handle reading, writing or copying of ccond field of DSP control
Akira Hatanaka
2013-04-30
[mips] Fix handling of instructions which copy to/from accumulator registers.
Akira Hatanaka
2013-04-30
[mips] Instruction selection patterns for DSP-ASE vector select and compare
Akira Hatanaka
2013-04-30
[mips] Clear isCommutable bit of instructions which are not commutable.
Akira Hatanaka
2013-04-22
[mips] In performDSPShiftCombine, check that all elements in the vector are
Akira Hatanaka
2013-04-19
[mips] Instruction selection patterns for DSP-ASE vector shifts.
Akira Hatanaka
2013-04-18
[mips] DSP-ASE move from HI/LO register instructions.
Akira Hatanaka
2013-04-13
[mips] Reapply r179420 and r179421.
Akira Hatanaka
2013-04-12
Revert r179420 and r179421.
Akira Hatanaka
2013-04-12
[mips] Instruction selection patterns for carry-setting and using add
Akira Hatanaka
2013-04-12
[mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.
Akira Hatanaka
2013-03-30
[mips] Add patterns for DSP indexed load instructions.
Akira Hatanaka
2013-03-30
[mips] Fix DSP instructions to have explicit accumulator register operands.
Akira Hatanaka
2013-03-30
[mips] Define pseudo instructions for spilling and copying accumulator
Akira Hatanaka
2012-12-20
[mips] Remove asm string parameter from pseudo instructions. Add InstrItinClass
Akira Hatanaka
2012-12-13
[mips] Move class IsCommutable into MipsInstrInfo.td.
Akira Hatanaka
2012-09-28
MIPS DSP: other miscellaneous instructions.
Akira Hatanaka
2012-09-28
MIPS DSP: ADDUH.QB instruction sub-class.
Akira Hatanaka
2012-09-27
MIPS DSP: ABSQ_S.PH instruction sub-class.
Akira Hatanaka
2012-09-27
MIPS DSP: SHLL.QB instruction sub-class.
Akira Hatanaka
2012-09-27
MIPS DSP: rddsp (instruction which reads DSPControl register fields to a GPR).
Akira Hatanaka
2012-09-27
MIPS DSP: CMPU.EQ.QB instruction sub-class.
Akira Hatanaka
2012-09-27
MIPS DSP: ADDU.QB instruction sub-class.
Akira Hatanaka
2012-09-27
MIPS DSP: Branch on Greater Than or Equal To Value 32 in DSPControl Pos Field...
Akira Hatanaka
2012-09-27
MIPS DSP: all the remaining instructions which read or write accumulators.
Akira Hatanaka
2012-09-27
MIPS DSP: add support for extract-word instructions.
Akira Hatanaka
2012-09-27
MIPS DSP: add bitcast patterns between vectors and int.
Akira Hatanaka
2012-09-27
MIPS DSP: add vector load/store patterns.
Akira Hatanaka
2012-09-22
MIPS DSP: Add immediate leaves.
Akira Hatanaka