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
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-1
/
+2
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-2
/
+1
*
GlobalISel: Don't materialize immarg arguments to intrinsics
Matt Arsenault
2019-09-19
1
-1
/
+2
*
[SVE][MVT] Fixed-length vector MVT ranges
Graham Hunter
2019-09-17
1
-2
/
+2
*
[mips][msa] Fix infinite loop for mips.nori.b intrinsic
Simon Atanasyan
2019-09-11
1
-0
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-58
/
+58
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-8
/
+8
*
[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...
Simon Pilgrim
2019-06-12
1
-5
/
+2
*
[mips] Always check that `shift and add` optimization is efficient.
Simon Atanasyan
2019-05-24
1
-26
/
+31
*
[MIPS] Use custom bitcast lowering to avoid excessive instructions
Simon Atanasyan
2019-04-25
1
-0
/
+36
*
[mips] Fix lowering a signed immediate for *.d MSA instructions
Simon Atanasyan
2019-03-29
1
-1
/
+2
*
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
[next]