index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Mips
/
MipsMSAInstrInfo.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Mips] Add rematerialization support for ldi.fmt
Mirko Brkusanin
2019-11-13
1
-0
/
+1
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-25
/
+30
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-30
/
+25
*
GlobalISel: Don't materialize immarg arguments to intrinsics
Matt Arsenault
2019-09-19
1
-25
/
+30
*
[mips] Add missing schedinfo for MSA and ASE instructions
Simon Atanasyan
2019-07-01
1
-2
/
+5
*
[mips] Reformat MSA instruction definitions. NFC
Simon Atanasyan
2019-06-27
1
-46
/
+32
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[mips] Handle missing CondCodes
Stefan Maksimovic
2018-08-22
1
-0
/
+29
*
[mips] Eliminate the usage of hasStdEnc in MipsPat.
Simon Atanasyan
2018-07-16
1
-6
/
+7
*
[mips] Mark standard encoded instructions as not being in MIPS16e
Simon Atanasyan
2018-07-12
1
-1
/
+1
*
[X86][MIPS][ARM] New machine instruction property 'isMoveReg'
Petar Jovanovic
2018-05-23
1
-0
/
+3
*
[mips][msa] Pattern match the splat.d instruction
Stefan Maksimovic
2018-05-08
1
-10
/
+22
*
[mips] Fix how compiler fuse instructions to fmadd/fmsub
Aleksandar Beserminji
2018-04-27
1
-5
/
+17
*
[MIPS][MSA] Convert vector integer min/max opcodes to use generic implementation
Simon Pilgrim
2018-02-17
1
-40
/
+32
*
[mips][msa] Mask vectors holding shift amounts
Petar Jovanovic
2017-04-20
1
-0
/
+74
*
[mips][msa] Implement f16 support
Simon Dardis
2016-11-18
1
-0
/
+50
*
Target: Remove unused patterns and transforms. NFC.
Peter Collingbourne
2016-10-07
1
-4
/
+0
*
[mips] Clang generates unaligned offset for MSA instruction st.d
Hrvoje Varga
2016-08-01
1
-15
/
+21
*
[mips] Add instruction itineraries for LSA, DLSA
Simon Dardis
2016-06-27
1
-7
/
+6
*
[mips] Split mem_msa into range checked mem_simm10 and mem_simm10_lsl[123]
Daniel Sanders
2016-03-31
1
-10
/
+10
*
[mips] Range check vsplat_simm5 and vsplat_simm10
Daniel Sanders
2016-03-24
1
-5
/
+0
*
[mips] Range check simm5.
Daniel Sanders
2016-03-22
1
-1
/
+0
*
[mips] Range check vsplat_uimm[1234568].
Daniel Sanders
2016-03-22
1
-48
/
+46
*
[mips] Range check uimm4_ptr, remove uimm6_ptr, and use correctly sized immed...
Daniel Sanders
2016-03-22
1
-42
/
+45
*
[mips] Range check uimm20 and fixed a bug this revealed.
Daniel Sanders
2016-02-29
1
-9
/
+9
*
[mips][ias] Range check uimm8 operands
Daniel Sanders
2015-12-08
1
-4
/
+0
*
[mips][ias] Range check uimm6 operands and fix a bug this revealed.
Daniel Sanders
2015-12-08
1
-79
/
+47
*
[mips][ias] Range check uimm4 operands and fixed a bug this revealed.
Daniel Sanders
2015-11-06
1
-11
/
+12
*
[mips][ias] Range check uimm2 operands and fix a bug this revealed.
Daniel Sanders
2015-11-06
1
-16
/
+1
*
[mips][msa] Remove copy_u.d and move copy_u.w to MSA64.
Daniel Sanders
2015-10-21
1
-5
/
+25
*
[mips] Use PredicateControl for the MSA ASE instructions. NFC.
Daniel Sanders
2015-09-24
1
-5
/
+5
*
[mips][sched] Split IIBranch into specific instruction classes.
Daniel Sanders
2015-09-22
1
-1
/
+1
*
[mips] Correct and improve special-case shuffle instructions.
Daniel Sanders
2015-05-19
1
-2
/
+2
*
[mips] Generate code for insert/extract operations when using the N64 ABI and...
Daniel Sanders
2015-05-05
1
-17
/
+140
*
[mips] Rename MipsAsmParser functions to conform to the LLVM Coding Standards...
Toma Tabacu
2014-09-04
1
-1
/
+1
*
[mips][mips64r6] Add align and dalign
Daniel Sanders
2014-05-15
1
-8
/
+0
*
[mips][msa] Fix vector insertions where the index is variable
Daniel Sanders
2014-04-30
1
-0
/
+30
*
[mips][msa] Fix element extraction where the index is variable.
Daniel Sanders
2014-04-29
1
-0
/
+52
*
[mips] Rewrite MipsAsmParser and MipsOperand.
Daniel Sanders
2014-04-01
1
-16
/
+34
*
Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors...
Daniel Sanders
2014-03-31
1
-34
/
+16
*
[mips] Rewrite MipsAsmParser and MipsOperand.
Daniel Sanders
2014-03-31
1
-16
/
+34
*
[mips] BSEL's and BINS[RL] operands are reversed compared to the vselect node...
Daniel Sanders
2014-03-12
1
-7
/
+23
*
[mips] Prevent %lo relocation being used on MSA loads and stores.
Daniel Sanders
2014-03-03
1
-37
/
+12
*
[mips][msa] Add DLSA instruction.
Matheus Almeida
2014-02-10
1
-0
/
+3
*
[mips][msa] Make LSA_DESC a parameterizable class.
Matheus Almeida
2014-02-10
1
-7
/
+11
*
[mips][msa] Add insert.d instruction.
Matheus Almeida
2014-01-31
1
-0
/
+6
*
[mips][msa] Add fill.d instruction.
Matheus Almeida
2014-01-29
1
-1
/
+5
*
[mips][msa] Add copy_{u,s}.d.
Matheus Almeida
2014-01-29
1
-0
/
+12
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
[mips][msa] Correct pattern for LSA
Daniel Sanders
2014-01-17
1
-2
/
+2
[next]