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] 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
*
[CodeGen] Fix assert in SelectionDAG::computeKnownBits
Scott Linder
2018-08-13
1
-2
/
+2
*
[SelectionDAG][X86] Rename getValue to getPassThru for gather SDNodes.
Craig Topper
2018-08-07
1
-1
/
+1
*
DAG: Enhance isKnownNeverNaN
Matt Arsenault
2018-08-03
1
-8
/
+89
*
[NFC] small addendum to r334242, FMF propagation
Michael Berg
2018-08-01
1
-1
/
+1
*
[SelectionDAG] Make binop reduction matcher available to all targets
Simon Pilgrim
2018-08-01
1
-0
/
+58
*
[SelectionDAG] Add MLOAD/MSTORE/MGATHER/MSCATTER to AddNodeIDCustom to proper...
Craig Topper
2018-07-26
1
-0
/
+28
*
[DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst users
Vedant Kumar
2018-07-26
1
-3
/
+5
*
[SelectionDAG] Add constant buildvector support to isKnownNeverZero
Simon Pilgrim
2018-07-11
1
-2
/
+8
*
[SelectionDAG] Add VT consistency checks to the creation of ISD::FMA.
Craig Topper
2018-07-09
1
-0
/
+3
*
[SelectionDAG] Split float and integer isKnownNeverZero tests
Simon Pilgrim
2018-07-07
1
-1
/
+11
*
[SelectionDAG] Remove debug locations from ConstantSD(FP)Nodes
Vedant Kumar
2018-06-25
1
-2
/
+2
*
Utilize new SDNode flag functionality to expand current support for fadd
Michael Berg
2018-06-18
1
-18
/
+0
*
propagate fast math flags via IR on fma and sub expressions
Michael Berg
2018-06-07
1
-2
/
+6
*
guard fneg with fmf sub flags
Michael Berg
2018-06-05
1
-3
/
+3
*
[CodeGen] Always update divergence in SelectionDAG::UpdateNodeOperands
Scott Linder
2018-06-04
1
-0
/
+2
*
[DAG] fold FP binops with undef operands to NaN
Sanjay Patel
2018-05-21
1
-11
/
+12
*
[AArch64] Gangup loads and stores for pairing.
Sirish Pande
2018-05-16
1
-4
/
+85
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+4
*
[DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.
Shiva Chen
2018-05-09
1
-0
/
+12
*
[SelectionDAG] Transfer DbgValues when casts are optimized in SelectionDAG::g...
Aaron Smith
2018-05-07
1
-2
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[SelectionDAG] Improve selection of DBG_VALUE using a PHI node result
Bjorn Pettersson
2018-04-30
1
-0
/
+11
*
[SelectionDAG] Refactor lowering of atomic memory intrinsics.
Daniel Neilson
2018-04-23
1
-0
/
+122
[next]