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
*
[TargetLowering] Fix another potential FPE in expandFP_TO_UINT
Craig Topper
2019-12-06
1
-15
/
+15
*
[SelectionDAG] Expand nnan FMINNUM/FMAXNUM to select sequence
Ulrich Weigand
2019-12-04
1
-0
/
+20
*
[TargetLowering] Merge ExpandChainLibCall with makeLibCall
Craig Topper
2019-11-25
1
-36
/
+6
*
[Codegen] TargetLowering::prepareUREMEqFold(): `x u% C1 ==/!= C2` (PR35479)
Roman Lebedev
2019-11-22
1
-9
/
+28
*
[Codegen] TargetLowering::prepareUREMEqFold(): `x u% C1 ==/!= C2` with tautol...
Roman Lebedev
2019-11-22
1
-25
/
+73
*
[SelectionDAG] Merge the two identical ExpandChainLibCall methods from Legali...
Craig Topper
2019-11-18
1
-0
/
+34
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)
joanlluch
2019-11-13
1
-4
/
+4
*
[TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)
joanlluch
2019-11-11
1
-6
/
+9
*
[SDAG] reduce code duplication; NFC
Sanjay Patel
2019-11-07
1
-18
/
+11
*
[SDAG] reduce code duplication; NFC
Sanjay Patel
2019-11-07
1
-4
/
+4
*
[TargetLowering] Move the setBooleanContents check on (xor (setcc), (setcc)) ...
Craig Topper
2019-11-01
1
-8
/
+13
*
[TargetLowering] Add getBooleanContents contents check to "SETCC (SETCC), [0|...
Craig Topper
2019-10-27
1
-2
/
+5
*
Revert 4334892e7b "[DAGCombine][ARM] x ==/!= c -> (x - c) ==/!= 0 iff '-c'...
Hans Wennborg
2019-10-23
1
-65
/
+0
*
[TargetLowering] optimizeSetCCToComparisonWithZero(): add extra sanity checks...
Roman Lebedev
2019-10-23
1
-2
/
+6
*
[DAGCombine][ARM] x ==/!= c -> (x - c) ==/!= 0 iff '-c' can be folded into...
Roman Lebedev
2019-10-22
1
-0
/
+61
*
[TargetLowering][DAGCombine][MSP430] add/use hook for Shift Amount Threshold ...
Sanjay Patel
2019-10-19
1
-12
/
+14
*
[DAG][X86] Convert isNegatibleForFree/GetNegatedExpression to a target hook (...
Simon Pilgrim
2019-10-01
1
-0
/
+240
*
[globalisel][knownbits] Allow targets to call GISelKnownBits::computeKnownBit...
Daniel Sanders
2019-09-30
1
-2
/
+3
*
[TargetLowering] Simplify expansion of S{ADD,SUB}O
Roger Ferrer Ibanez
2019-09-30
1
-18
/
+13
*
Revert r372333: [DAG][X86] Convert isNegatibleForFree/GetNegatedExpression to...
Ilya Biryukov
2019-09-24
1
-240
/
+0
*
[SelectionDAG][Mips][Sparc] Don't allow SimplifyDemandedBits to constant fold...
Craig Topper
2019-09-20
1
-0
/
+2
*
[DAG][X86] Convert isNegatibleForFree/GetNegatedExpression to a target hook (...
Simon Pilgrim
2019-09-19
1
-0
/
+240
*
[DAG] Add SelectionDAG::MaxRecursionDepth constant
Simon Pilgrim
2019-09-19
1
-3
/
+4
*
[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
[next]