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] 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
*
DAG: Expose all MMO flags in getTgtMemIntrinsic
Matt Arsenault
2017-12-14
1
-10
/
+4
*
Generalize llvm::replaceDbgDeclare and actually support the use-case that
Adrian Prantl
2017-12-08
1
-0
/
+1
*
[SelectionDAG] Teach computeKnownBits some improvements to ISD::SRL with a no...
Craig Topper
2017-12-04
1
-0
/
+19
*
[SelectionDAG] Use the inlined APInt shift methods since we've already bounds...
Craig Topper
2017-12-03
1
-8
/
+11
*
CodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_ELT/SplitVecRes_INSERT...
Yaxun Liu
2017-12-02
1
-9
/
+11
*
[SelectionDAG] Add a debug message when vector_shuffle nodes are created.
Craig Topper
2017-11-27
1
-1
/
+3
*
[SelectionDAG] Consolidate (t|T)ransferDbgValues methods, NFC (reapply)
Vedant Kumar
2017-11-17
1
-36
/
+28
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Revert "[SelectionDAG] Consolidate (t|T)ransferDbgValues methods, NFC."
Vedant Kumar
2017-11-16
1
-26
/
+36
*
[SelectionDAG] Consolidate (t|T)ransferDbgValues methods, NFC.
Vedant Kumar
2017-11-16
1
-36
/
+26
*
Fix an assertion in SelectionDAG::transferDbgValues()
Adrian Prantl
2017-11-13
1
-11
/
+16
*
Preserve debug info when DAG-combinging (zext (truncate x)) -> (and x, mask).
Adrian Prantl
2017-11-09
1
-0
/
+35
*
DAG: Add computeKnownBitsForFrameIndex
Matt Arsenault
2017-11-08
1
-5
/
+1
*
[SelectionDAG] computeKnownBits - use ashrInPlace on known bits of ISD::SRA i...
Simon Pilgrim
2017-11-01
1
-11
/
+3
*
Fix unused variable warnings. NFCI.
Simon Pilgrim
2017-10-30
1
-3
/
+0
*
[SelectionDAG] Tidyup computeKnownBits extension/truncation cases. NFCI.
Simon Pilgrim
2017-10-30
1
-17
/
+4
*
[SelectionDAG] Add VSELECT demanded elts support to computeKnownBits
Simon Pilgrim
2017-10-30
1
-4
/
+4
*
[SelectionDAG] Add VSELECT support to computeKnownBits
Simon Pilgrim
2017-10-30
1
-0
/
+1
*
[SelectionDAG] Add SELECT demanded elts support to ComputeNumSignBits
Simon Pilgrim
2017-10-30
1
-4
/
+5
*
[SelectionDAG] Add SEXT/AND/XOR/Or demanded elts support to ComputeNumSignBits
Simon Pilgrim
2017-10-29
1
-7
/
+11
*
[SelectionDAG] Add SRA/SHL demanded elts support to ComputeNumSignBits
Simon Pilgrim
2017-10-29
1
-3
/
+29
*
[SelectionDAG] Add support for INSERT_SUBVECTOR to computeKnownBits
Simon Pilgrim
2017-10-28
1
-0
/
+34
*
[SelectionDAG] Support 'bit preserving' floating points bitcasts on computeKn...
Simon Pilgrim
2017-10-28
1
-7
/
+15
*
Add subclass data to the FoldingSetNode for MemIntrinsicSDNodes.
Sean Fertile
2017-10-27
1
-0
/
+2
*
Implement salavageDebugInfo functionality for SelectionDAG.
Adrian Prantl
2017-10-24
1
-0
/
+34
*
Use range-based for loop. NFC
Adrian Prantl
2017-10-24
1
-5
/
+2
*
[SelectionDAG] Add VSELECT support to ComputeNumSignBits
Simon Pilgrim
2017-10-24
1
-0
/
+1
*
[SelectionDAG] Use dyn_cast without cast.
Florian Hahn
2017-10-21
1
-2
/
+2
*
[SelectionDAG] Use isa to silence unused variable warning (NFC).
Florian Hahn
2017-10-21
1
-1
/
+1
*
[SelectionDAG] Don't subject ConstantSDNodes to the depth limit in computeKno...
Craig Topper
2017-10-21
1
-10
/
+13
*
[SelectionDAG] Add a check to getVectorShuffle to ensure that the only negati...
Craig Topper
2017-10-19
1
-1
/
+2
*
[SelectionDAG] Correct the early out in SelectionDAG::getZeroExtendInReg to w...
Craig Topper
2017-10-13
1
-1
/
+1
*
[SelectionDAG} Use KnownBits::isUnknown and hasConflict. NFC
Craig Topper
2017-10-07
1
-8
/
+8
*
[SelectionDAG] Make NewSDValueDbgMsg print target specific nodes correctly by...
Craig Topper
2017-09-27
1
-12
/
+12
*
[SelectionDAG] Add BITCAST handling to ComputeNumSignBits for splatted sign b...
Simon Pilgrim
2017-09-18
1
-0
/
+24
*
[SelectionDAG] ComputeNumSignBits - cleanup ROTL/ROTR wrapping to match DAGCo...
Simon Pilgrim
2017-09-14
1
-3
/
+3
*
Add llvm.codeview.annotation to implement MSVC __annotation
Reid Kleckner
2017-09-05
1
-2
/
+7
*
Add ‘llvm.experimental.constrained.fma‘ Intrinsic.
Wei Ding
2017-08-24
1
-0
/
+6
*
[SelectionDAG] Make ISD::isConstantSplatVector always return an element sized...
Craig Topper
2017-08-22
1
-5
/
+3
*
[SelectionDAG] Add getNode debug messages
Sjoerd Meijer
2017-08-22
1
-8
/
+37
*
[X86] Prevent several calls to ISD::isConstantSplatVector from returning a na...
Craig Topper
2017-08-22
1
-4
/
+7
*
[Debug info] Transfer DI to fragment expressions for split integer values.
Jonas Devlieghere
2017-08-18
1
-5
/
+7
*
Revert "[Debug info] Transfer DI to fragment expressions for split integer va...
Jonas Devlieghere
2017-08-17
1
-10
/
+8
*
[Debug info] Transfer DI to fragment expressions for split integer values.
Jonas Devlieghere
2017-08-17
1
-8
/
+10
*
[SelectionDAG] combine vextract (v1iX extract_subvector(vNiX, Idx))
Elad Cohen
2017-08-14
1
-0
/
+9
*
[X86] Keep dependencies when constructing loads in combineStore
Nirav Dave
2017-08-10
1
-5
/
+6
[prev]
[next]