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
/
MipsSEISelLowering.cpp
Age
Commit message (
Expand
)
Author
2013-07-24
[MIPS] Fix LLVM merge issues
Petar Jovanovic
2013-04-30
[mips] Instruction selection patterns for DSP-ASE vector select and compare
Akira Hatanaka
2013-04-23
[mips] Compare splat value with element size instead of calling isUIntN.
Akira Hatanaka
2013-04-22
80 columns.
Akira Hatanaka
2013-04-22
[mips] In performDSPShiftCombine, check that all elements in the vector are
Akira Hatanaka
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-19
[mips] Instruction selection patterns for DSP-ASE vector shifts.
Akira Hatanaka
2013-04-13
[mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN and
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] v4i8 and v2i16 add, sub and mul instruction selection patterns.
Akira Hatanaka
2013-04-11
[mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selects
Akira Hatanaka
2013-04-09
This patch enables llvm to switch between compiling for mips32/mips64
Reed Kotler
2013-03-30
Remove unused variables.
Akira Hatanaka
2013-03-30
[mips] Move the code which does dag-combine for multiply-add/sub nodes to
Akira Hatanaka
2013-03-30
[mips] Fix definitions of multiply, multiply-add/sub and divide instructions.
Akira Hatanaka
2013-03-14
[mips] Fix filename in comment and delete unnecessary lines of code.
Akira Hatanaka
2013-03-13
[mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is for
Akira Hatanaka