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
*
Merging r339600:
Hans Wennborg
2018-08-14
1
-2
/
+2
*
[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
*
[SelectionDAG][NFC] haveNoCommonBitsSet(): add FIXME notes
Roman Lebedev
2018-04-15
1
-0
/
+2
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-1
/
+1
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[SelectionDAG] Handle big endian target BITCAST in computeKnownBits()
Jonas Paulsson
2018-03-17
1
-6
/
+5
*
[x86][aarch64] ask the backend whether it has a vector blend instruction
Sebastian Pop
2018-03-09
1
-24
/
+26
*
Fix an unused variable warning introduced by rr326703. NFC
Eric Liu
2018-03-05
1
-1
/
+3
*
Pass Divergence Analysis data to Selection DAG to drive divergence
Alexander Timofeev
2018-03-05
1
-4
/
+97
*
[SelectionDAG] Move matchUnaryPredicate/matchBinaryPredicate into SelectionDA...
Simon Pilgrim
2018-02-22
1
-0
/
+46
*
[SelectionDAG] ComputeKnownBits - add support for SMIN+SMAX clamp patterns
Simon Pilgrim
2018-02-19
1
-5
/
+32
*
Fix Wparentheses warning. NFCI
Simon Pilgrim
2018-02-17
1
-1
/
+1
*
[SelectionDAG] ComputeNumSignBits - add support for SMIN+SMAX clamp patterns
Simon Pilgrim
2018-02-17
1
-1
/
+26
*
[SelectionDAG] Pull out repeated Op.getOpcode(). NFCI.
Simon Pilgrim
2018-02-15
1
-6
/
+7
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-2
/
+2
*
[DAG] fix type of undef returned by getNode()
Sanjay Patel
2018-02-13
1
-2
/
+2
*
[DAG] make binops with undef operands consistent with IR
Sanjay Patel
2018-02-12
1
-20
/
+7
*
[AArch64] Improve v8.1-A code-gen for atomic load-and
Oliver Stannard
2018-02-12
1
-0
/
+2
*
[SelectionDAG] Add a helper function for creating a boolean constant based on...
Craig Topper
2018-02-08
1
-50
/
+63
*
[SelectionDAG] Don't use simple VT in generic shuffle code
Simon Pilgrim
2018-02-03
1
-1
/
+1
*
[SelectionDAG] Add an assert in getNode() for EXTRACT_VECTOR_ELT.
Jonas Paulsson
2018-02-02
1
-0
/
+4
*
[SelectionDAG] Teach computeKnownBits about ATOMIC_CMP_SWAP_WITH_SUCCESS bool...
Ulrich Weigand
2018-01-19
1
-0
/
+1
*
[SelectionDAG][X86] Explicitly store the scale in the gather/scatter ISD nodes
Craig Topper
2018-01-10
1
-2
/
+8
*
[SelectionDAG] lower math intrinsics to finite version of libcalls when possi...
Sanjay Patel
2018-01-09
1
-1
/
+2
*
[DAG] Teach BaseIndexOffset to correctly handle with indexed operations
Nirav Dave
2018-01-08
1
-5
/
+2
*
[DAGCombine] Handle out of range EXTRACT_VECTOR_ELT indices
Simon Pilgrim
2018-01-03
1
-1
/
+1
*
Avoid modifying DbgInfo while looping in salvageDebuginfo
Dimitry Andric
2017-12-28
1
-1
/
+6
*
[SelectionDAG] Add creating new node debug messages for load, store, gather, ...
Craig Topper
2017-12-28
1
-8
/
+24
*
[SelectionDAG] Teach SelectionDAG::getNode to constant fold zext/aext/sext of...
Craig Topper
2017-12-23
1
-0
/
+3
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-4
/
+4
*
[SelectionDAG] Make getNode calls that take an ArrayRef of SDValue for operan...
Craig Topper
2017-12-15
1
-4
/
+7
[next]