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
/
MipsSEISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[mips] Fix multiprecision arithmetic."
Simon Dardis
2017-06-29
1
-53
/
+46
*
[mips] Fix multiprecision arithmetic.
Simon Dardis
2017-06-14
1
-46
/
+53
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[mips][msa] Fix generation of bm(n)zi and bins[lr]i instructions
Petar Jovanovic
2017-04-07
1
-2
/
+2
*
Remove redundant condition (PR32263). NFCI.
Simon Pilgrim
2017-03-15
1
-1
/
+1
*
[mips][msa] Accept more values for constant splats
Simon Dardis
2017-03-10
1
-6
/
+229
*
[mips] Recommit: "N64 static relocation model support"
Simon Dardis
2017-01-27
1
-0
/
+2
*
Revert "[mips] N64 static relocation model support"
Simon Dardis
2017-01-26
1
-2
/
+0
*
[mips] N64 static relocation model support
Simon Dardis
2017-01-26
1
-0
/
+2
*
[LLC][MIPS] Fix crash after enabling LLVM_ENABLE_EXPENSIVE_CHECKS
Nitesh Jain
2017-01-04
1
-0
/
+6
*
Fixed MSVC out of range shift warning
Simon Pilgrim
2016-08-01
1
-1
/
+1
*
[mips] Clang generates unaligned offset for MSA instruction st.d
Hrvoje Varga
2016-08-01
1
-23
/
+51
*
[mips] Optimize materialization of i64 constants
Simon Dardis
2016-07-25
1
-2
/
+2
*
[mips] SelectionDAGISel subclasses now follow the optimization level.
Daniel Sanders
2016-07-14
1
-2
/
+3
*
[mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...
Zlatko Buljan
2016-07-11
1
-1
/
+25
*
Convert more cases to isPositionIndependent(). NFC.
Rafael Espindola
2016-06-28
1
-2
/
+2
*
[mips] Eliminate unused code for addrRegReg complex pattern. NFC.
Vasileios Kalintiris
2016-06-15
1
-12
/
+0
*
[mips][dsp] Fix use without def on DSPCtrl registers read by rddsp intrinsic.
Daniel Sanders
2016-06-14
1
-1
/
+2
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-2
/
+2
*
SDAG: Implement Select instead of SelectImpl in MipsDAGToDAGISel
Justin Bogner
2016-05-13
1
-32
/
+33
*
[mips] Use range-based for loops and simplify slightly the code. NFC.
Vasileios Kalintiris
2016-04-15
1
-9
/
+13
*
Revert "[mips] Promote the result of SETCC nodes to GPR width."
Vasileios Kalintiris
2016-03-01
1
-3
/
+17
*
[mips] Promote the result of SETCC nodes to GPR width.
Vasileios Kalintiris
2016-03-01
1
-17
/
+3
*
[mips] Check the register class before replacing materializations of zero wit...
Vasileios Kalintiris
2015-10-29
1
-0
/
+5
*
[mips] Remove incorrect DebugLoc entries from prologue
Petar Jovanovic
2015-08-28
1
-1
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+1
*
[mips] Correct and improve special-case shuffle instructions.
Daniel Sanders
2015-05-19
1
-9
/
+10
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-21
/
+25
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-25
/
+21
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-21
/
+25
*
[mips] Support 9-bit offsets for the 'R' inline assembly memory constraint.
Daniel Sanders
2015-03-30
1
-1
/
+14
*
[mips] Support 16-bit offsets for 'm' inline assembly memory constraint.
Daniel Sanders
2015-03-24
1
-1
/
+9
*
[mips] Distinguish 'R', 'ZC', and 'm' inline assembly memory constraint.
Daniel Sanders
2015-03-24
1
-0
/
+68
*
[mips] Account for constant-zero operands in ADDE nodes.
Vasileios Kalintiris
2015-02-27
1
-2
/
+6
*
[mips] Refactor and simplify MipsSEDAGToDAGISel::selectIntAddrLSL2MM(). NFC.
Vasileios Kalintiris
2015-02-13
1
-9
/
+6
*
[mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructions
Zoran Jovanovic
2015-02-04
1
-0
/
+25
*
Get rid of a few calls through the subtarget to get the ABI
Eric Christopher
2015-01-29
1
-5
/
+5
*
Remove most of the TargetMachine::getSubtarget/getSubtargetImpl
Eric Christopher
2015-01-29
1
-2
/
+2
*
[mips] Enable arithmetic and binary operations for the i128 data type.
Vasileios Kalintiris
2015-01-26
1
-4
/
+24
*
Revert "[mips] Fix assertion on i128 addition/subtraction on MIPS64"
Vasileios Kalintiris
2015-01-26
1
-27
/
+5
*
[mips] Fix assertion on i128 addition/subtraction on MIPS64
Daniel Sanders
2015-01-24
1
-5
/
+27
*
Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'
Craig Topper
2014-11-21
1
-4
/
+1
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+2
*
Fundamentally change the MipsSubtarget replacement machinery:
Eric Christopher
2014-07-18
1
-0
/
+1
*
Make it possible for the Subtarget to change between function
Eric Christopher
2014-07-10
1
-12
/
+12
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-6
/
+6
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR's
Daniel Sanders
2014-03-27
1
-1
/
+1
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-1
/
+1
[next]