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
...
*
Revert r348843 "[CodeGen] Allow mempcy/memset to generate small overlapping s...
Clement Courbet
2018-12-11
1
-3
/
+5
*
[CodeGen] Allow mempcy/memset to generate small overlapping stores.
Clement Courbet
2018-12-11
1
-5
/
+3
*
[DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised out
Jeremy Morse
2018-12-10
1
-1
/
+5
*
[SelectionDAG] Remove ISD::ADDC/ADDE from some undef handling code in getNode...
Craig Topper
2018-12-08
1
-2
/
+0
*
[SelectionDAG] Don't pass on DemandedElts when handling SCALAR_TO_VECTOR
Simon Pilgrim
2018-12-07
1
-1
/
+1
*
[SelectionDAG] Split very large token factors for loads into 64k chunks.
Amara Emerson
2018-12-05
1
-1
/
+4
*
[SelectionDAG] fold constant with undef vector per element
Sanjay Patel
2018-12-02
1
-10
/
+16
*
[SelectionDAG] fold FP binops with 2 undef operands to undef
Sanjay Patel
2018-11-30
1
-2
/
+4
*
[SelectionDAG] move constant or splat functions to common location
Sanjay Patel
2018-11-25
1
-2
/
+16
*
[DAG] consolidate shift simplifications
Sanjay Patel
2018-11-23
1
-7
/
+34
*
Implement computeKnownBits for scalar_to_vector
Stanislav Mekhanoshin
2018-11-19
1
-0
/
+13
*
[SelectionDAG] simplify vector select with undef operand(s)
Sanjay Patel
2018-11-19
1
-2
/
+10
*
[SelectionDAG] simplify select FP with undef condition
Sanjay Patel
2018-11-19
1
-1
/
+1
*
[SelectionDAG] add simplifySelect() to reduce code duplication; NFC
Sanjay Patel
2018-11-19
1
-18
/
+25
*
[DAG] add undef simplifications for select nodes
Sanjay Patel
2018-11-18
1
-2
/
+14
*
[SelectionDAG] simplify code; NFC
Sanjay Patel
2018-11-18
1
-6
/
+5
*
Use llvm::copy. NFC
Fangrui Song
2018-11-17
1
-3
/
+3
*
[SelectionDAG][X86] Relax restriction on the width of an input to *_EXTEND_VE...
Craig Topper
2018-11-13
1
-3
/
+2
*
[SelectionDAG] Fix a -Wparentheses warning from gcc in an assert. NFC
Craig Topper
2018-11-09
1
-2
/
+2
*
[SelectionDAG] Assert on the width of DemandedElts argument to computeKnownBi...
Craig Topper
2018-11-08
1
-2
/
+3
*
[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
Cameron McInally
2018-11-05
1
-0
/
+4
*
[SelectionDAG] Remove special methods for creating *_EXTEND_VECTOR_INREG node...
Craig Topper
2018-11-04
1
-33
/
+11
*
[FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM
Cameron McInally
2018-10-30
1
-0
/
+2
*
[SelectionDAG] fix build warning for mismatched signs in compare; NFC
Sanjay Patel
2018-10-30
1
-1
/
+1
*
[SelectionDAG] Add FoldBUILD_VECTOR to simplify new BUILD_VECTOR nodes
Simon Pilgrim
2018-10-30
1
-0
/
+58
*
[SelectionDAG] Fix bad indentation. NFC
Craig Topper
2018-10-28
1
-4
/
+4
*
[LegalizeTypes] Stop DAGTypeLegalizer::getSETCCWidenedResultTy from creating ...
Craig Topper
2018-10-26
1
-0
/
+8
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
1
-3
/
+2
*
SelectionDAG: Reuse bigger sized constants in memset expansion.
Matthias Braun
2018-10-23
1
-3
/
+9
*
DAG: Change behavior of fminnum/fmaxnum nodes
Matt Arsenault
2018-10-22
1
-2
/
+24
*
[SelectionDAG] allow undefs when matching splat constants
Sanjay Patel
2018-10-05
1
-7
/
+4
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
Run VerifyDAGDiverence in debug only
Mikael Nilsson
2018-09-26
1
-0
/
+2
*
[x86] avoid 256-bit andnp that requires insert/extract with AVX1 (PR37449)
Sanjay Patel
2018-09-25
1
-1
/
+1
*
[SelectionDAG] replace duplicated peekThroughBitcast helper functions; NFCI
Sanjay Patel
2018-09-20
1
-0
/
+12
*
[SelectionDAG] allow vector types with isBitwiseNot()
Sanjay Patel
2018-09-19
1
-1
/
+4
*
Fix debug info for SelectionDAG legalization of DAG nodes with two results.
Adrian Prantl
2018-09-14
1
-1
/
+1
*
[CodeGen] Fix remaining zext() assertions in SelectionDAG
Scott Linder
2018-09-04
1
-2
/
+2
*
DAG: Handle extract_vector_elt in isKnownNeverNaN
Matt Arsenault
2018-09-03
1
-0
/
+3
*
[NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis
Nicolai Haehnle
2018-08-30
1
-1
/
+1
*
[X86] Support v2i32 gather/scatter indices with -x86-experimental-vector-wide...
Craig Topper
2018-08-29
1
-2
/
+2
*
[DAG] Avoid recomputing Divergence checks. NFCI.
Nirav Dave
2018-08-28
1
-6
/
+10
*
[DAG] Fix updateDivergence calculation
Nirav Dave
2018-08-28
1
-1
/
+1
*
[SelectionDAG][X86] Reorder the operands the MaskedStoreSDNode to put the val...
Craig Topper
2018-08-25
1
-3
/
+3
*
[SDAG] Add versions of computeKnownBits that return a value
Justin Bogner
2018-08-24
1
-93
/
+81
*
[SelectionDAG] Reuse the Op's VT. NFCI.
Simon Pilgrim
2018-08-20
1
-2
/
+2
*
[SelectionDAG] Add partial sign-bit support to ComputeNumSignBits for BITCAST...
Simon Pilgrim
2018-08-20
1
-2
/
+16
*
[SelectionDAG] Add basic demanded elements support to ComputeNumSignBits for ...
Simon Pilgrim
2018-08-19
1
-1
/
+8
*
DAG: Fix isKnownNeverNaN for basic non-sNaN cases
Matt Arsenault
2018-08-17
1
-12
/
+7
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-1
/
+22
[prev]
[next]