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
...
*
Prevent construction of cycle in DAG store merge
Nirav Dave
2016-03-25
1
-35
/
+1
*
[SelectionDAG] Ensure constant folded legalized vector element types are comp...
Simon Pilgrim
2016-03-22
1
-1
/
+1
*
[DAG] use !isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-6
/
+4
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-33
/
+29
*
Re-apply "SelectionDAG: Store SDNode operands in an ArrayRecycler"
Justin Bogner
2016-03-08
1
-143
/
+118
*
Revert "SelectionDAG: Store SDNode operands in an ArrayRecycler"
Justin Bogner
2016-03-08
1
-118
/
+143
*
SelectionDAG: Store SDNode operands in an ArrayRecycler
Justin Bogner
2016-03-08
1
-143
/
+118
*
SelectionDAG: Use correctly sized allocation functions for SDNodes
Justin Bogner
2016-03-02
1
-116
/
+86
*
SelectionDAG: Use correct addrspace when lowering memcpy
Matt Arsenault
2016-02-22
1
-9
/
+16
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-3
/
+4
*
[SelectionDAG] change getConstant() to use the input SDLoc when building spla...
Sanjay Patel
2016-02-11
1
-5
/
+4
*
[SelectionDAG] make getMemBasePlusOffset() accessible; NFCI
Sanjay Patel
2016-02-09
1
-12
/
+9
*
[SelectionDAG] Fix CombineToPreIndexedLoadStore O(n^2) behavior
Tim Shen
2016-02-03
1
-1
/
+4
*
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...
Benjamin Kramer
2016-01-27
1
-1
/
+1
*
tidy up; NFC
Sanjay Patel
2016-01-26
1
-9
/
+9
*
fix formatting; NFC
Sanjay Patel
2016-01-26
1
-2
/
+1
*
[SelectionDAG] Use the correct return type for memcpy, memmove, and memset.
Dan Gohman
2016-01-25
1
-3
/
+3
*
[SelectionDAG] Generalised the CONCAT_VECTORS creation to support BUILD_VECTO...
Simon Pilgrim
2016-01-23
1
-10
/
+12
*
[SelectionDAG] Fold more offsets into GlobalAddresses
Dan Gohman
2016-01-22
1
-2
/
+46
*
Revert "[SelectionDAG] Fold more offsets into GlobalAddresses"
Reid Kleckner
2016-01-22
1
-43
/
+0
*
[SelectionDAG] Fix constant offset folding to avoid commuting non-commutative...
Dan Gohman
2016-01-20
1
-2
/
+3
*
[SelectionDAG] Fold more offsets into GlobalAddresses
Dan Gohman
2016-01-20
1
-0
/
+42
*
[SelectionDAG] CSE nodes with differing SDNodeFlags
Dan Gohman
2016-01-15
1
-22
/
+22
*
[SelectionDAG] Pulled out common code for CONCAT_VECTORS node creation
Simon Pilgrim
2016-01-03
1
-39
/
+55
*
Partially fix memcpy / memset / memmove lowering in SelectionDAG construction...
Manuel Jacob
2015-12-12
1
-0
/
+18
*
[DAGCombiner] Fix PR25763 - vector comparison constant folding + sign-extension
Simon Pilgrim
2015-12-10
1
-5
/
+8
*
[X86] Part 1 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-03
1
-1
/
+3
*
Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)
Artyom Skrobov
2015-11-25
1
-0
/
+20
*
[DAGCombiner] Vector constant folding for comparisons
Simon Pilgrim
2015-11-18
1
-6
/
+14
*
add a SelectionDAG method to check if no common bits are set in two nodes; NFCI
Sanjay Patel
2015-11-09
1
-0
/
+10
*
[SelectionDAG] Use existing constant nodes instead of recreating them. NFC.
Simon Pilgrim
2015-11-03
1
-9
/
+6
*
[ValueTracking] Use !range metadata more aggressively in KnownBits
Sanjoy Das
2015-10-28
1
-1
/
+1
*
[SelectionDAG] Don't inspect !range metadata for extended loads
Sanjoy Das
2015-10-28
1
-1
/
+2
*
[DAGCombiner] Tidy up ConstantFP commutation. NFCI
Simon Pilgrim
2015-10-24
1
-37
/
+21
*
Restore the original behavior of SelectionDAG::getTargetIndex().
Owen Anderson
2015-10-19
1
-1
/
+1
*
Put back SelectionDAG::getTargetIndex.
Benjamin Kramer
2015-10-19
1
-0
/
+18
*
Use SDValue bool check. NFCI.
Simon Pilgrim
2015-10-18
1
-2
/
+2
*
Move one-use variable inside test. NFC.
Simon Pilgrim
2015-10-18
1
-2
/
+1
*
[DAG] Ensure vector constant folding uses correct scalar undef types
Simon Pilgrim
2015-10-17
1
-2
/
+2
*
[SelectionDAG] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-40
/
+0
*
SelectionDAG: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-5
/
+5
*
[SelectionDAG] Add common vector constant folding helper function
Simon Pilgrim
2015-10-12
1
-38
/
+90
*
[ARM] Promote helper function to SelectionDAG.
Chad Rosier
2015-10-07
1
-0
/
+19
*
[DAGCombiner] Merge SIGN_EXTEND_INREG vector constant folding methods. NCI.
Simon Pilgrim
2015-10-03
1
-2
/
+2
*
Remove roundingMode argument in APFloat::mod
Stephen Canon
2015-09-21
1
-1
/
+1
*
SelectionDAG: Use InsertNode for EntryNode
Matthias Braun
2015-09-21
1
-2
/
+2
*
SelectionDAG: Introduce PersistentID to SDNode for assert builds.
Matthias Braun
2015-09-18
1
-0
/
+4
*
propagate fast-math-flags on DAG nodes
Sanjay Patel
2015-09-16
1
-15
/
+22
*
[SelectionDAG] Swap commutative binops before constant-based folding
Hal Finkel
2015-09-06
1
-6
/
+7
*
SelectionDAG: add missing ComputeSignBits case for SELECT_CC
Fiona Glaser
2015-08-29
1
-0
/
+5
[prev]
[next]