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
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SelectionDAG] Add a generic isSplatValue function
Simon Pilgrim
2018-12-12
1
-19
/
+1
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
1
-2
/
+2
*
[Mips] Remove uneeded variants of ADDC/ADDE lowering
Amaury Sechet
2018-06-05
1
-0
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-5
/
+3
*
[mips][msa] Pattern match the splat.d instruction
Stefan Maksimovic
2018-05-08
1
-1
/
+10
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[mips] Fix how compiler fuse instructions to fmadd/fmsub
Aleksandar Beserminji
2018-04-27
1
-4
/
+2
*
[mips] Materialize constants for multiplication
Simon Dardis
2018-04-13
1
-3
/
+76
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[MIPS][MSA] Convert vector integer min/max opcodes to use generic implementation
Simon Pilgrim
2018-02-17
1
-48
/
+13
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[mips] Improve genConstMult() to work with arbitrary precision
Petar Jovanovic
2017-11-15
1
-11
/
+9
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...
Eugene Zelenko
2017-08-03
1
-15
/
+31
*
Reland r308585
Stefan Maksimovic
2017-07-20
1
-1
/
+18
*
Revert r308585
Stefan Maksimovic
2017-07-20
1
-18
/
+1
*
[mips] Fix fp select machine verifier errors
Stefan Maksimovic
2017-07-20
1
-1
/
+18
*
[mips] Alter register classes for MSA pseudo f16 instructions
Stefan Maksimovic
2017-07-18
1
-4
/
+23
*
Reland "[mips] Fix multiprecision arithmetic."
Simon Dardis
2017-07-13
1
-176
/
+0
*
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
[next]