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
/
SelectionDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SelectionDAG] Use any_of/all_of where possible. NFCI.
Simon Pilgrim
2019-05-05
1
-14
/
+4
*
[SelectionDAG] CreateTopologicalOrder - don't use iterator
Simon Pilgrim
2019-05-03
1
-10
/
+6
*
[SelectionDAG] Use INT_MIN as (1 << 31) is UB for signed integers. NFCI.
Simon Pilgrim
2019-05-03
1
-2
/
+2
*
[SelectionDAG] computeKnownBits - remove some duplicate/shadow variables. NFCI.
Simon Pilgrim
2019-05-03
1
-6
/
+4
*
[SelectionDAG] Add asserts to verify the vectorness of input and output types...
Craig Topper
2019-05-02
1
-0
/
+12
*
[SelectionDAG] remove constant folding limitations based on FP exceptions
Sanjay Patel
2019-05-02
1
-26
/
+16
*
DAG: allow DAG pointer size different from memory representation.
Tim Northover
2019-05-01
1
-0
/
+12
*
[SelectionDAG] remove div-by-zero constant folding restriction
Sanjay Patel
2019-04-30
1
-7
/
+3
*
[TargetLowering] findOptimalMemOpLowering. NFCI.
Sjoerd Meijer
2019-04-30
1
-123
/
+18
*
[TargetLowering] Change getOptimalMemOpType to take a function attribute list
Sjoerd Meijer
2019-04-30
1
-1
/
+2
*
[SelectionDAG] move splat util functions up from x86 lowering
Sanjay Patel
2019-04-22
1
-0
/
+52
*
[SelectionDAG] soften splat mask assert/unreachable (PR41535)
Sanjay Patel
2019-04-19
1
-1
/
+4
*
DAG: propagate whether an arg is a pointer for CallingConv decisions.
Tim Northover
2019-04-15
1
-5
/
+8
*
[SelectionDAG] Use KnownBits::computeForAddSub/computeForAddCarry
Bjorn Pettersson
2019-04-15
1
-58
/
+21
*
Revert rL357745: [SelectionDAG] Compute known bits of CopyFromReg
David Green
2019-04-10
1
-20
/
+0
*
[SelectionDAG] Add fcmp UNDEF handling to SelectionDAG::FoldSetCC
Simon Pilgrim
2019-04-05
1
-3
/
+8
*
[SelectionDAG] Compute known bits of CopyFromReg
Piotr Sobczak
2019-04-05
1
-0
/
+20
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-3
/
+3
*
[DAG] Set up infrastructure to avoid smart constructor-based dangling nodes
Nirav Dave
2019-03-29
1
-0
/
+3
*
[DAG] Fix Lifetime Node ID hashing.
Nirav Dave
2019-03-28
1
-0
/
+7
*
Revert r356996 "[DAG] Avoid smart constructor-based dangling nodes."
Nirav Dave
2019-03-27
1
-3
/
+0
*
[SDAG] add simplifications for FP at node creation time
Sanjay Patel
2019-03-26
1
-0
/
+27
*
[DAG] Avoid smart constructor-based dangling nodes.
Nirav Dave
2019-03-26
1
-0
/
+3
*
[SelectionDAG] Add icmp UNDEF handling to SelectionDAG::FoldSetCC
Simon Pilgrim
2019-03-25
1
-3
/
+19
*
[CodeGen] Prepare for introduction of v3 and v5 MVTs
Tim Renouf
2019-03-17
1
-0
/
+9
*
[DAG] Move integer setcc %x, %x folding into FoldSetCC
Simon Pilgrim
2019-03-13
1
-0
/
+4
*
[DAG] FoldSetCC - reuse valuetype + ensure its simple.
Simon Pilgrim
2019-03-11
1
-4
/
+3
*
[DAG] Move SetCC NaN handling into FoldSetCC
Simon Pilgrim
2019-03-11
1
-64
/
+77
*
[SDAG] move FP constant folding to helper function; NFC
Sanjay Patel
2019-03-05
1
-67
/
+72
*
Use SDValue::getConstantOperandAPInt helper where possible. NFCI.
Simon Pilgrim
2019-03-02
1
-2
/
+1
*
Add support for computing "zext of value" in KnownBits. NFCI
Bjorn Pettersson
2019-02-28
1
-7
/
+4
*
[SelectionDAG] Add demanded elts variants to isConstOrConstSplat helpers. NFCI.
Simon Pilgrim
2019-02-25
1
-37
/
+74
*
[LegalizeTypes][AArch64][X86] Make type legalization of vector (S/U)ADD/SUB/M...
Craig Topper
2019-02-24
1
-2
/
+8
*
DAG: Add helper for creating shifts with correct type
Matt Arsenault
2019-02-22
1
-0
/
+6
*
Re-land part of r354244 "[DAGCombiner] Eliminate dead stores to stack."
Clement Courbet
2019-02-21
1
-0
/
+30
*
[SelectionDAG] Teach GetDemandedBits to look at the known zeros of the LHS wh...
Craig Topper
2019-02-20
1
-3
/
+7
*
[SDAG] Support vector UMULO/SMULO
Nikita Popov
2019-02-20
1
-0
/
+44
*
Revert r354498 "[X86] Add test case to show missed opportunity to remove an e...
Craig Topper
2019-02-20
1
-7
/
+3
*
[X86] Add test case to show missed opportunity to remove an explicit AND on t...
Craig Topper
2019-02-20
1
-3
/
+7
*
Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
Clement Courbet
2019-02-18
1
-30
/
+0
*
[DAGCombiner] Eliminate dead stores to stack.
Clement Courbet
2019-02-18
1
-0
/
+30
*
[SelectionDAG] Inline a single use helper function, and remove last non-MMO i...
Philip Reames
2019-02-13
1
-26
/
+0
*
[SelectionDAG] Kill last uses of getAtomic w/o a MMO operand [NFC]
Philip Reames
2019-02-13
1
-29
/
+0
*
[DAG] Add optional AllowUndefs to isNullOrNullSplat
Simon Pilgrim
2019-02-10
1
-2
/
+2
*
[SDAG] improve variable names; NFC
Sanjay Patel
2019-02-01
1
-23
/
+22
*
Codegen support for atomicrmw fadd/fsub
Matt Arsenault
2019-01-22
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SelectionDAG] Add getTokenFactor, which splits nodes with > 64k operands.
Florian Hahn
2019-01-18
1
-0
/
+13
*
[SelectionDAG] Add static getMaxNumOperands function to SDNode.
Florian Hahn
2019-01-18
1
-2
/
+1
*
[SelectionDAG] Update check in createOperands to reflect max() is a valid value.
Florian Hahn
2019-01-16
1
-1
/
+1
[next]