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
/
MipsSEISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[mips] Fix multiprecision arithmetic."
Simon Dardis
2017-06-29
1
-0
/
+176
*
[mips][msa] Splat.d endianness check
Stefan Maksimovic
2017-06-23
1
-6
/
+12
*
[mips] Fix multiprecision arithmetic.
Simon Dardis
2017-06-14
1
-176
/
+0
*
[mips][msa] Mask vectors holding shift amounts
Petar Jovanovic
2017-04-20
1
-6
/
+19
*
[mips][msa] Fix generation of bm(n)zi and bins[lr]i instructions
Petar Jovanovic
2017-04-07
1
-2
/
+2
*
[Mips] Add support to match more patterns for DEXT and CINS
Petar Jovanovic
2017-03-15
1
-1
/
+2
*
[mips][msa] Accept more values for constant splats
Simon Dardis
2017-03-10
1
-5
/
+4
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-1
/
+1
*
[mips] Fix Mips MSA instrinsics
Simon Dardis
2017-01-10
1
-17
/
+137
*
[mips] Honour -mno-odd-spreg for vector splat (again)
Simon Dardis
2017-01-10
1
-2
/
+6
*
Revert "[mips] Honour -mno-odd-spreg for vector splat"
Simon Dardis
2017-01-10
1
-6
/
+2
*
[mips] Honour -mno-odd-spreg for vector splat
Simon Dardis
2017-01-10
1
-2
/
+6
*
[mips][msa] Implement f16 support
Simon Dardis
2016-11-18
1
-0
/
+348
*
[mips] Disable tail calls temporarily
Simon Dardis
2016-09-27
1
-1
/
+1
*
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-2
/
+2
*
[mips] Enable tail calls by default
Simon Dardis
2016-08-04
1
-3
/
+3
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
1
-18
/
+14
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-76
/
+82
*
[mips][msa] Fix register/register-class mismatches in emitINSERT_DF_VIDX().
Daniel Sanders
2016-06-15
1
-3
/
+6
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-4
/
+3
*
[mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_...
Hrvoje Varga
2016-05-13
1
-0
/
+2
*
[Mips] Add support for llvm.thread.pointer intrinsic.
Marcin Koscielnicki
2016-04-27
1
-0
/
+4
*
[CodeGen] Add getBuildVector and getSplatBuildVector helpers. NFCI.
Ahmed Bougacha
2016-04-26
1
-10
/
+10
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-1
/
+1
*
Revert "[mips] Promote the result of SETCC nodes to GPR width."
Vasileios Kalintiris
2016-03-01
1
-0
/
+1
*
[mips] Promote the result of SETCC nodes to GPR width.
Vasileios Kalintiris
2016-03-01
1
-1
/
+0
*
[CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.
Ahmed Bougacha
2016-02-09
1
-14
/
+8
*
[mips] Interrupt attribute support for mips32r2+.
Vasileios Kalintiris
2015-10-26
1
-0
/
+4
*
propagate fast-math-flags on DAG nodes
Sanjay Patel
2015-09-16
1
-4
/
+14
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
1
-1
/
+2
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+2
*
[mips] Correct and improve special-case shuffle instructions.
Daniel Sanders
2015-05-19
1
-100
/
+253
*
Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to match
Eric Christopher
2015-05-07
1
-1
/
+1
*
[mips] Generate code for insert/extract operations when using the N64 ABI and...
Daniel Sanders
2015-05-05
1
-0
/
+6
*
[mips][msa] Test basic operations for the N32 ABI too.
Daniel Sanders
2015-05-05
1
-3
/
+4
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-31
/
+35
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-35
/
+31
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-31
/
+35
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-1
/
+1
*
[mips] Honour -mno-odd-spreg for vector insert/extract when MSA is enabled.
Daniel Sanders
2015-02-23
1
-5
/
+18
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-4
/
+2
*
[mips] Use isa<> instead of dyn_cast<> with unused value. NFC.
Vasileios Kalintiris
2015-02-13
1
-2
/
+2
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
1
-22
/
+11
*
[mips] Enable arithmetic and binary operations for the i128 data type.
Vasileios Kalintiris
2015-01-26
1
-0
/
+4
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-5
/
+5
*
[CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
2015-01-07
1
-10
/
+6
*
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling in...
Daniel Sanders
2014-11-02
1
-5
/
+4
*
Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCSta...
NAKAMURA Takumi
2014-11-02
1
-4
/
+5
*
[mips] Move all ByVal handling into CCState and tablegen-erated code. NFC.
Daniel Sanders
2014-11-01
1
-5
/
+4
*
Mips: Only set divrem i64 to custom on 64bit
Jan Vesely
2014-10-17
1
-2
/
+2
[next]