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
...
*
[SimplifyDemandedBits] Use APInt::intersects to instead of ANDing and compari...
Craig Topper
2019-09-17
1
-2
/
+3
*
[TargetLowering] SimplifyDemandedBits - add EXTRACT_SUBVECTOR support.
Simon Pilgrim
2019-09-14
1
-0
/
+15
*
[SDAG] Update generic code to conservatively check for isAtomic in addition t...
Philip Reames
2019-09-12
1
-1
/
+1
*
GlobalISel: add combiner to form indexed loads.
Tim Northover
2019-09-09
1
-1
/
+1
*
[CodeGen] Handle SMULFIXSAT with scale zero in TargetLowering::expandFixedPoi...
Bjorn Pettersson
2019-09-07
1
-10
/
+21
*
[Intrinsic] Add the llvm.umul.fix.sat intrinsic
Bjorn Pettersson
2019-09-07
1
-19
/
+56
*
[TargetLowering] Fix Bugzilla ID 43183 to avoid soften comparison broken with...
Shiva Chen
2019-09-01
1
-10
/
+7
*
[TargetLowering] SimplifyDemandedBits ADD/SUB/MUL - correctly inherit SDNodeF...
Simon Pilgrim
2019-08-30
1
-4
/
+2
*
[RISCV] Avoid generating AssertZext for LP64 ABI when lowering floating LibCall
Shiva Chen
2019-08-28
1
-5
/
+25
*
[FPEnv] Add fptosi and fptoui constrained intrinsics.
Kevin P. Neal
2019-08-28
1
-9
/
+39
*
[TargetLowering] Add buildLegalVectorShuffle facility to help build legal shu...
Amaury Sechet
2019-08-28
1
-5
/
+24
*
[SelectionDAG][X86] Enable iX SimplifyDemandedBits to vXi1 SimplifyDemandedVe...
Craig Topper
2019-08-23
1
-3
/
+1
*
[TargetLowering] Remove optional arguments passing to makeLibCall
Shiva Chen
2019-08-22
1
-20
/
+18
*
[TargetLowering] x s% C == 0 fold: vector divisor with INT_MIN handling
Roman Lebedev
2019-08-19
1
-13
/
+66
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
Remove BitVector.h include. NFCI.
Simon Pilgrim
2019-08-15
1
-1
/
+0
*
[CodeGen][SelectionDAG] More efficient code for X % C == 0 (SREM case)
Roman Lebedev
2019-08-13
1
-5
/
+221
*
[TargetLowering][NFC] prepareUREMEqFold(): fixup comment
Roman Lebedev
2019-08-13
1
-1
/
+1
*
Revert r368276 "[TargetLowering] SimplifyDemandedBits - call SimplifyMultiple...
Hans Wennborg
2019-08-13
1
-11
/
+0
*
[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...
Simon Pilgrim
2019-08-12
1
-0
/
+5
*
[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...
Simon Pilgrim
2019-08-08
1
-0
/
+11
*
[TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits ...
Simon Pilgrim
2019-08-07
1
-4
/
+19
*
[GISel]: Add GISelKnownBits analysis
Aditya Nandakumar
2019-08-06
1
-0
/
+6
*
[TargetLowering] SimplifyMultipleUseDemandedBits - return UNDEF for undemande...
Simon Pilgrim
2019-08-06
1
-1
/
+10
*
[TargetLowering][X86] Teach SimplifyDemandedVectorElts to replace the base ve...
Craig Topper
2019-08-04
1
-0
/
+9
*
Emit diagnostic if an inline asm constraint requires an immediate
Bill Wendling
2019-08-03
1
-7
/
+11
*
[TargetLowering] SimplifyMultipleUseDemandedBits - don't assume INSERT_VECTOR...
Simon Pilgrim
2019-08-02
1
-1
/
+1
*
[TargetLowering] SimplifyMultipleUseDemandedBits - Add ISD::INSERT_VECTOR_ELT...
Simon Pilgrim
2019-08-01
1
-0
/
+10
*
[TargetLowering] SimplifyMultipleUseDemandedBits - add BITCAST pass through s...
Simon Pilgrim
2019-07-27
1
-2
/
+59
*
[SelectionDAG] Check for any recursion depth greater than or equal to limit i...
Simon Pilgrim
2019-07-27
1
-2
/
+2
*
[TargetLowering] Add depth limit to SimplifyMultipleUseDemandedBits
Simon Pilgrim
2019-07-27
1
-0
/
+3
*
Revert r367091, it caused PR42777.
Nico Weber
2019-07-26
1
-59
/
+2
*
[TargetLowering] SimplifyMultipleUseDemandedBits - add SIGN_EXTEND_INREG supp...
Simon Pilgrim
2019-07-26
1
-0
/
+7
*
[TargetLowering] SimplifyMultipleUseDemandedBits - add BITCAST pass through s...
Simon Pilgrim
2019-07-26
1
-2
/
+59
*
[Codegen] (X & (C l>>/<< Y)) ==/!= 0 --> ((X <</l>> Y) & C) ==/!= 0 fold
Roman Lebedev
2019-07-24
1
-0
/
+79
*
[SDAG] convert (sub x, 1) to (add x, -1) in ctpop expansion; NFC
Sanjay Patel
2019-07-24
1
-3
/
+3
*
[TargetLowering] SimplifyMultipleUseDemandedBits - add VECTOR_SHUFFLE support.
Simon Pilgrim
2019-07-23
1
-0
/
+23
*
[TargetLowering] Add SimplifyMultipleUseDemandedBits
Simon Pilgrim
2019-07-23
1
-1
/
+128
*
[Codegen][SelectionDAG] X u% C == 0 fold: non-splat vector improvements
Roman Lebedev
2019-07-20
1
-35
/
+132
*
[SDAG] commute setcc operands to match a subtract
Sanjay Patel
2019-07-10
1
-0
/
+11
*
[TargetLowering] support BlockAddress as "i" inline asm constraint
Nick Desaulniers
2019-07-10
1
-0
/
+7
*
[TargetLowering] SimplifyDemandedBits - just call computeKnownBits for BUILD_...
Simon Pilgrim
2019-07-08
1
-23
/
+3
*
[NFC][TargetLowering] Some preparatory cleanups around 'prepareUREMEqFold()' ...
Roman Lebedev
2019-07-02
1
-17
/
+18
*
[SelectionDAG] Do minnum->minimum at legalization time instead of building time
Benjamin Kramer
2019-07-01
1
-0
/
+11
*
[CodeGen] [SelectionDAG] More efficient code for X % C == 0 (UREM case) (try 3)
Roman Lebedev
2019-06-27
1
-0
/
+109
*
Revert "[CodeGen] [SelectionDAG] More efficient code for X % C == 0 (UREM cas...
Roman Lebedev
2019-06-27
1
-107
/
+0
*
[CodeGen] [SelectionDAG] More efficient code for X % C == 0 (UREM case) (try 2)
Roman Lebedev
2019-06-27
1
-0
/
+107
*
[TargetLowering] SimplifyDemandedVectorElts - add shift/rotate support.
Simon Pilgrim
2019-06-27
1
-0
/
+18
*
[TargetLowering] SimplifyDemandedBits - use DemandedElts to better identify p...
Simon Pilgrim
2019-06-27
1
-11
/
+21
*
[SDAG] expand ctpop != 1
Sanjay Patel
2019-06-25
1
-11
/
+11
[prev]
[next]