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
/
CodeGen
/
SelectionDAG
/
TargetLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r359392 and r358887
Craig Topper
2019-05-06
1
-25
/
+1
*
[TargetLowering] SimplifySetCC - remove repeated variable. NFCI.
Simon Pilgrim
2019-05-03
1
-2
/
+1
*
[TargetLowering] ShrinkDemandedConstant - reduce scope of TLO.DAG variable. N...
Simon Pilgrim
2019-05-03
1
-3
/
+2
*
[TargetLowering] expandUnalignedStore - cleanup EVT variables. NFCI.
Simon Pilgrim
2019-05-03
1
-23
/
+18
*
[TargetLowering] findOptimalMemOpLowering. NFCI.
Sjoerd Meijer
2019-04-30
1
-0
/
+101
*
[TargetLowering][AMDGPU][X86] Improve SimplifyDemandedBits bitcast handling
Simon Pilgrim
2019-04-22
1
-1
/
+25
*
[TargetLowering][X86] Teach SimplifyDemandedBits to use ShrinkDemandedOp on I...
Craig Topper
2019-04-12
1
-0
/
+6
*
[TargetLowering] SimplifyDemandedBits - add ISD::INSERT_SUBVECTOR support
Simon Pilgrim
2019-04-09
1
-0
/
+39
*
[TargetLowering] SimplifyDemandedBits - Remove GetDemandedSrcMask lambda. NFCI.
Simon Pilgrim
2019-04-09
1
-28
/
+21
*
[TargetLowering] SimplifyDemandedBits - call SimplifyDemandedBits in bitcast ...
Simon Pilgrim
2019-04-09
1
-6
/
+16
*
[TargetLowering] SimplifyDemandedBits - use DemandedElts in bitcast handling
Simon Pilgrim
2019-04-08
1
-12
/
+13
*
[DAG] Pull out ComputeNumSignBits call to make debugging easier. NFCI.
Simon Pilgrim
2019-04-07
1
-2
/
+2
*
[TargetLowering] Add SimplifyDemandedBits support for ISD::INSERT_VECTOR_ELT
Simon Pilgrim
2019-03-26
1
-0
/
+38
*
[TargetLowering] SimplifyDemandedBits trunc(srl(x, C1)) - early out for out o...
Simon Pilgrim
2019-03-22
1
-19
/
+19
*
[TargetLowering] improve the default expansion of uaddsat/usubsat
Sanjay Patel
2019-03-17
1
-0
/
+11
*
[SelectionDAG] Add SimplifyDemandedBits handling for ISD::SCALAR_TO_VECTOR
Simon Pilgrim
2019-03-15
1
-0
/
+13
*
[DAG] Move integer setcc %x, %x folding into FoldSetCC
Simon Pilgrim
2019-03-13
1
-5
/
+2
*
[SDAG] Expand pow2 mulo using shifts
Nikita Popov
2019-03-12
1
-4
/
+23
*
[SDAG][AArch64] Legalize VECREDUCE
Nikita Popov
2019-03-11
1
-0
/
+58
*
[DAG] Move SetCC NaN handling into FoldSetCC
Simon Pilgrim
2019-03-11
1
-15
/
+1
*
[DAG] TargetLowering::SimplifySetCC - call FoldSetCC early to handle constant...
Simon Pilgrim
2019-03-11
1
-13
/
+6
*
[TargetLowering] simplify code for uaddsat/usubsat expansion; NFC
Sanjay Patel
2019-03-06
1
-17
/
+13
*
[TargetLowering] simplify code for uaddsat/usubsat expansion; NFC
Sanjay Patel
2019-03-06
1
-8
/
+5
*
Use SDValue::getConstantOperandAPInt helper where possible. NFCI.
Simon Pilgrim
2019-03-02
1
-5
/
+3
*
Add support for computing "zext of value" in KnownBits. NFCI
Bjorn Pettersson
2019-02-28
1
-4
/
+4
*
[SDAG] Support vector UMULO/SMULO
Nikita Popov
2019-02-20
1
-16
/
+24
*
[SelectionDAG] Extract [US]MULO expansion into TL method; NFC
Nikita Popov
2019-02-17
1
-1
/
+121
*
[X86] Fix LowerAsmOutputForConstraint.
Nirav Dave
2019-02-15
1
-1
/
+1
*
Fix 80-column limit in SimplifyDemandedBits/SimplifyDemandedVectorElts. NFCI.
Simon Pilgrim
2019-02-15
1
-70
/
+78
*
[CallSite removal] Migrate the statepoint GC infrastructure to use the
Chandler Carruth
2019-02-11
1
-12
/
+12
*
[CodeGen][X86] Don't scalarize vector saturating add/sub
Nikita Popov
2019-02-10
1
-15
/
+6
*
[TargetLowering] refactor setcc folds to fix another miscompile (PR40657)
Sanjay Patel
2019-02-10
1
-55
/
+55
*
[TargetLowering] add tests to show effect of setcc sub->shift; NFC
Sanjay Patel
2019-02-09
1
-1
/
+0
*
[TargetLowering] avoid miscompile in setcc transform (PR40657)
Sanjay Patel
2019-02-09
1
-1
/
+3
*
Revert "[SelectionDAG] Extract [US]MULO expansion into TL method; NFC"
Nikita Popov
2019-02-09
1
-109
/
+0
*
[SelectionDAG] Extract [US]MULO expansion into TL method; NFC
Nikita Popov
2019-02-09
1
-0
/
+109
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-1
/
+5
*
[TargetLowering] Use ISD::FSHR in expandFixedPointMul
Simon Pilgrim
2019-02-08
1
-5
/
+2
*
[TargetLowering] Add SimplifyDemandedBits funnel shift support
Simon Pilgrim
2019-02-08
1
-0
/
+39
*
[InlineAsm][X86] Add backend support for X86 flag output parameters.
Nirav Dave
2019-02-06
1
-0
/
+6
*
[Intrinsic] Unsigned Fixed Point Multiplication Intrinsic
Leonard Chan
2019-02-04
1
-9
/
+21
*
[TargetLowering] try harder to determine undef elements of vector binops
Sanjay Patel
2019-02-01
1
-7
/
+61
*
[Intrinsic] Expand SMULFIX to MUL, MULH[US], or [US]MUL_LOHI on vector arguments
Leonard Chan
2019-01-31
1
-14
/
+12
*
Adjust documentation for git migration.
James Y Knight
2019-01-29
1
-1
/
+1
*
[CodeGen][X86] Expand UADDSAT to NOT+UMIN+ADD
Nikita Popov
2019-01-28
1
-0
/
+6
*
[TargetLowering] Rename getExpandedFixedPointMultiplication to expandFixedPoi...
Simon Pilgrim
2019-01-24
1
-2
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Reapply "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-15
1
-4
/
+16
*
Revert "[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors"
Nikita Popov
2019-01-14
1
-16
/
+4
*
[CodeGen][X86] Expand USUBSAT to UMAX+SUB, also for vectors
Nikita Popov
2019-01-14
1
-4
/
+16
[next]