index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Mips
Commit message (
Expand
)
Author
Age
Files
Lines
*
[mips] Add instruction selection pattern for (seteq $LHS, 0).
Akira Hatanaka
2013-05-08
1
-0
/
+2
*
Remove some uneeded pseudos in the presence of the naked function attribute.
Reed Kotler
2013-05-03
1
-2
/
+8
*
[mips] Split the DSP control register and define one register for each field of
Akira Hatanaka
2013-05-03
5
-191
/
+258
*
[mips] Handle reading, writing or copying of ccond field of DSP control
Akira Hatanaka
2013-05-02
3
-1
/
+60
*
[mips] Fix the head Mips16RegisterInfo.cpp comment
Richard Sandiford
2013-05-02
1
-2
/
+1
*
[mips] Rename class and functions. Simplify code.
Akira Hatanaka
2013-05-01
1
-26
/
+29
*
[mips] Fix handling of instructions which copy to/from accumulator registers.
Akira Hatanaka
2013-04-30
7
-37
/
+43
*
[mips] Instruction selection patterns for DSP-ASE vector select and compare
Akira Hatanaka
2013-04-30
5
-3
/
+145
*
[mips] Simplify code.
Akira Hatanaka
2013-04-30
1
-4
/
+1
*
[mips] Clear isCommutable bit of instructions which are not commutable.
Akira Hatanaka
2013-04-30
1
-14
/
+8
*
Mips assembler: .set reorder support
Jack Carter
2013-04-25
1
-0
/
+13
*
[mips] Add definitions of micromips load and store instructions.
Akira Hatanaka
2013-04-25
4
-17
/
+43
*
[mips] Add definitions of micromips shift instructions.
Akira Hatanaka
2013-04-25
4
-12
/
+62
*
[mips] Compare splat value with element size instead of calling isUIntN.
Akira Hatanaka
2013-04-23
1
-2
/
+2
*
80 columns.
Akira Hatanaka
2013-04-22
3
-6
/
+9
*
[mips] In performDSPShiftCombine, check that all elements in the vector are
Akira Hatanaka
2013-04-22
2
-10
/
+12
*
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-20
4
-13
/
+0
*
[mips] Instruction selection patterns for DSP-ASE vector shifts.
Akira Hatanaka
2013-04-19
4
-6
/
+101
*
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-04-19
2
-3
/
+3
*
[mips] First patch which adds support for micromips.
Akira Hatanaka
2013-04-19
5
-35
/
+190
*
[mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and change
Akira Hatanaka
2013-04-19
1
-2
/
+2
*
[mips] Rename function.
Akira Hatanaka
2013-04-18
1
-2
/
+2
*
[mips] DSP-ASE move from HI/LO register instructions.
Akira Hatanaka
2013-04-18
4
-8
/
+99
*
Mips assembler: formatting and comment changes.
Jack Carter
2013-04-18
1
-302
/
+294
*
Fix -Werror build.
Evgeniy Stepanov
2013-04-17
1
-0
/
+2
*
Mips assembler: Enable handling of nested expressions
Jack Carter
2013-04-17
2
-133
/
+237
*
Mips assembler: Explicit floating point condition register recognition.
Jack Carter
2013-04-15
1
-0
/
+3
*
[mips] Move MipsTargetLowering::lowerINTRINSIC_W_CHAIN and
Akira Hatanaka
2013-04-13
4
-172
/
+174
*
[mips] Reapply r179420 and r179421.
Akira Hatanaka
2013-04-13
4
-11
/
+41
*
[mips] Override TargetLoweringBase::isShuffleMaskLegal.
Akira Hatanaka
2013-04-13
1
-0
/
+5
*
Revert r179420 and r179421.
Akira Hatanaka
2013-04-12
4
-41
/
+11
*
[mips] Instruction selection patterns for carry-setting and using add
Akira Hatanaka
2013-04-12
3
-6
/
+15
*
[mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.
Akira Hatanaka
2013-04-12
2
-5
/
+26
*
[mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selects
Akira Hatanaka
2013-04-11
2
-64
/
+4
*
[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.
Akira Hatanaka
2013-04-11
3
-13
/
+12
*
This is for an experimental option -mips-os16. The idea is to compile all
Reed Kotler
2013-04-10
6
-1
/
+185
*
Mips specific inline asm operand modifier 'D'
Jack Carter
2013-04-09
1
-3
/
+9
*
This patch enables llvm to switch between compiling for mips32/mips64
Reed Kotler
2013-04-09
15
-11
/
+333
*
[mips] Small update to the implementation of eh.return for Mips.
Akira Hatanaka
2013-04-02
1
-0
/
+4
*
[mips] Expand pseudo multiply/divide instructions in MipsCodeEmitter.cpp.
Akira Hatanaka
2013-04-02
1
-0
/
+36
*
[mips] Add patterns for DSP indexed load instructions.
Akira Hatanaka
2013-03-30
2
-13
/
+42
*
[mips] Define reg+imm load/store pattern templates.
Akira Hatanaka
2013-03-30
2
-16
/
+18
*
[mips] Fix DSP instructions to have explicit accumulator register operands.
Akira Hatanaka
2013-03-30
3
-236
/
+192
*
Remove unused variables.
Akira Hatanaka
2013-03-30
1
-2
/
+0
*
[mips] Move the code which does dag-combine for multiply-add/sub nodes to
Akira Hatanaka
2013-03-30
3
-186
/
+199
*
[mips] Fix definitions of multiply, multiply-add/sub and divide instructions.
Akira Hatanaka
2013-03-30
7
-70
/
+199
*
[mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.
Akira Hatanaka
2013-03-30
1
-18
/
+7
*
Fix indentation.
Akira Hatanaka
2013-03-30
1
-26
/
+26
*
[mips] Add mips-specific nodes which will be used to select multiply and divide
Akira Hatanaka
2013-03-30
2
-0
/
+18
*
[mips] Implement getRepRegClassFor in MipsSETargetLowering. This function is
Akira Hatanaka
2013-03-30
1
-0
/
+9
[next]