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
*
[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
*
[X86] Rename overly verbose method; NFC
Nikita Popov
2019-01-13
1
-2
/
+1
*
Use getShiftAmountTy for shift amounts.
Simon Pilgrim
2019-01-12
1
-1
/
+2
*
[X86][AARCH64] Improve ISD::ABS support
Simon Pilgrim
2019-01-12
1
-0
/
+20
*
Remove check for single use in ShrinkDemandedConstant
Stanislav Mekhanoshin
2019-01-09
1
-3
/
+0
*
[TargetLowering][AMDGPU] Remove the SimplifyDemandedBits function that takes ...
Craig Topper
2019-01-07
1
-50
/
+0
*
Added single use check to ShrinkDemandedConstant
Stanislav Mekhanoshin
2019-01-05
1
-0
/
+3
*
[SelectionDAG] Always use the version of computeKnownBits that returns a valu...
Simon Pilgrim
2018-12-21
1
-5
/
+4
*
[TargetLowering] Fix propagation of undefs in zero extension ops (PR40091)
Simon Pilgrim
2018-12-19
1
-0
/
+14
*
[TargetLowering] Fallback from SimplifyDemandedVectorElts to SimplifyDemanded...
Simon Pilgrim
2018-12-18
1
-1
/
+8
*
NFC: remove unused variable
JF Bastien
2018-12-17
1
-1
/
+0
*
[TargetLowering] Add DemandedElts mask to SimplifyDemandedBits (PR40000)
Simon Pilgrim
2018-12-17
1
-42
/
+120
*
[TargetLowering] Add ISD::OR + ISD::XOR handling to SimplifyDemandedVectorElts
Simon Pilgrim
2018-12-15
1
-0
/
+2
*
[TargetLowering] Add ISD::ROTL/ROTR vector expansion
Simon Pilgrim
2018-12-13
1
-0
/
+45
*
[TargetLowering] Add ISD::AND handling to SimplifyDemandedVectorElts
Simon Pilgrim
2018-12-12
1
-0
/
+16
*
[Intrinsic] Signed Fixed Point Multiplication Intrinsic
Leonard Chan
2018-12-12
1
-5
/
+70
*
[TargetLowering] Add ISD::EXTRACT_VECTOR_ELT support to SimplifyDemandedBits
Simon Pilgrim
2018-12-11
1
-0
/
+19
*
[TargetLowering] Add UNDEF folding to SimplifyDemandedVectorElts
Simon Pilgrim
2018-12-10
1
-1
/
+6
*
[TargetLowering] Remove ISD::ANY_EXTEND/ANY_EXTEND_VECTOR_INREG opcodes from ...
Simon Pilgrim
2018-12-05
1
-2
/
+0
*
[SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467)
Simon Pilgrim
2018-12-05
1
-0
/
+48
*
[TargetLowering] SimplifyDemandedVectorElts - don't alter DemandedElts mask
Simon Pilgrim
2018-12-05
1
-2
/
+3
*
[SelectionDAG] Redefine isGAPlusOffset in terms of unwrapAddress. NFCI.
Nirav Dave
2018-12-04
1
-1
/
+4
*
[TargetLowering] expandFP_TO_UINT - avoid FPE due to out of range conversion ...
Simon Pilgrim
2018-12-04
1
-11
/
+30
*
[TargetLowering] Add SimplifyDemandedVectorElts support to EXTEND opcodes
Simon Pilgrim
2018-12-04
1
-0
/
+17
*
[SelectionDAG] Improve SimplifyDemandedBits to SimplifyDemandedVectorElts sim...
Simon Pilgrim
2018-12-01
1
-5
/
+3
*
[TargetLowering] SimplifyDemandedBits - only reduce known bits for integer co...
Simon Pilgrim
2018-11-21
1
-1
/
+3
[next]