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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DAG] Move BaseIndexOffset into separate Libarary. NFC.
Nirav Dave
2017-06-21
3
-114
/
+97
*
[DAG] Remove Node csonstruction from BaseIndexOffset match. NFCI.
Nirav Dave
2017-06-21
1
-52
/
+69
*
[DAGCombiner] Add another combine from build vector to shuffle
Guy Blank
2017-06-21
1
-0
/
+5
*
DAG: correctly legalize UMULO.
Tim Northover
2017-06-20
1
-11
/
+18
*
[SelectionDAG] Fix an use-after-free issue introduced in r305775.
Haojian Wu
2017-06-20
1
-2
/
+2
*
[SelectionDAG] Get rid of recursion in CalcNodeSethiUllmanNumber
Max Kazantsev
2017-06-20
1
-19
/
+59
*
[DAG] Simplify BaseIndexOffset. NFCI.
Nirav Dave
2017-06-20
1
-59
/
+57
*
Allow truncated and extend memory operations in Store Merge. NFCI.
Nirav Dave
2017-06-19
1
-24
/
+46
*
[SelectionDAG] Update Loop info after splitting critical edges.
Davide Italiano
2017-06-17
1
-6
/
+9
*
[SelectionDAG] Use APInt::isSubsetOf. NFC
Craig Topper
2017-06-16
2
-4
/
+4
*
[SelectionDAG] Use APInt::isNullValue/isOneValue. NFC
Craig Topper
2017-06-16
2
-5
/
+5
*
[TargetLowering] Use ConstantSDNode::isOne and getSExtValue instead of gettin...
Craig Topper
2017-06-16
1
-6
/
+6
*
[Atomics] Rename and change prototype for atomic memcpy intrinsic
Daniel Neilson
2017-06-16
1
-14
/
+10
*
Revert "[DAG] Allow truncated and extend memory operations in Store Merge. NF...
Ahmed Bougacha
2017-06-15
1
-21
/
+10
*
Fold variable into assert.
Benjamin Kramer
2017-06-15
1
-2
/
+1
*
ISel: Fix FastISel of swifterror values
Arnold Schwaighofer
2017-06-15
3
-14
/
+125
*
[DAG] As StoreMerge now generates only legal nodes remove unecessary guard wh...
Nirav Dave
2017-06-15
1
-4
/
+2
*
[DAG] Defer Pre/Post IndexStore merge to after mergestore. NFCI.
Nirav Dave
2017-06-15
1
-4
/
+4
*
[DAG] Allow truncated and extend memory operations in Store Merge. NFCI.
Nirav Dave
2017-06-15
1
-10
/
+21
*
[DAG] Make MergeStores generate legalized stores. NFCI.
Nirav Dave
2017-06-15
1
-4
/
+21
*
[DAG] Use correct size for truncated store merge of load. NFCI.
Nirav Dave
2017-06-15
1
-2
/
+2
*
[mips] Fix multiprecision arithmetic.
Simon Dardis
2017-06-14
1
-4
/
+17
*
[SelectionDAG] Allow sin/cos -> sincos optimization on GNU triples w/ just -f...
Geoff Berry
2017-06-12
1
-14
/
+1
*
[DAG] add helper to bind memop chains; NFCI
Sanjay Patel
2017-06-12
2
-15
/
+19
*
[DAGCombine] Make sure we check the ResNo from UADDO before combining
Amaury Sechet
2017-06-11
1
-1
/
+2
*
SelectionDAG: Remove deleted nodes from legalized set to avoid clash with new...
Zvi Rackover
2017-06-09
1
-0
/
+8
*
Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...
Simon Dardis
2017-06-09
3
-64
/
+185
*
Prevent RemoveDeadNodes from deleted already deleted node.
Nirav Dave
2017-06-09
1
-0
/
+5
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-07
1
-6
/
+9
*
[DAG] Improve Store Merge candidate pruning. NFC.
Nirav Dave
2017-06-07
1
-3
/
+15
*
[DAG] Move SelectionDAG::isCommutativeBinOp to TargetLowering.
Simon Pilgrim
2017-06-07
3
-7
/
+7
*
[DAG] remove duplicated code for isOnlyUsedInZeroEqualityComparison(); NFCI
Sanjay Patel
2017-06-06
1
-15
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
9
-11
/
+11
*
[llvm] Remove double semicolons
Mandeep Singh Grang
2017-06-06
1
-2
/
+2
*
[SelectionDAG] Update the dominator after splitting critical edges.
Davide Italiano
2017-06-05
1
-5
/
+8
*
[DAGCombine] Fix unchecked calls to DAGCombiner::*ExtPromoteOperand
Sanjay Patel
2017-06-05
1
-6
/
+6
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
[CodeGen] Fix Windows builds which treat warnings as errors, broken in r304621.
Eugene Zelenko
2017-06-03
1
-1
/
+1
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-03
1
-59
/
+62
*
[Statepoint] Be consistent about using deopt naming [NFCI]
Philip Reames
2017-06-02
1
-1
/
+1
*
[TargetLowering] fix formatting; NFC
Sanjay Patel
2017-06-02
1
-2
/
+1
*
nits in TargetLowering.cpp . NFC
Amaury Sechet
2017-06-02
1
-13
/
+20
*
[SelectionDAG] Get rid of recursion in findNonImmUse
Max Kazantsev
2017-06-02
1
-20
/
+26
*
[SDAG] Fix CombineTo ordering in visitZERO_EXTEND and visitSIGN_EXTEND
Nirav Dave
2017-06-01
1
-15
/
+8
*
DAG: Remove pointless type check
Matt Arsenault
2017-06-01
1
-1
/
+1
*
Only generate addcarry node when it is legal.
Amaury Sechet
2017-06-01
1
-7
/
+11
*
Do not legalize large setcc with setcce, introduce setcccarry and do it with ...
Amaury Sechet
2017-06-01
4
-24
/
+63
*
[DAGCombine] Refactor common addcarry pattern.
Amaury Sechet
2017-06-01
1
-0
/
+35
*
[DAGCombine] (add/uaddo X, Carry) -> (addcarry X, 0, Carry)
Amaury Sechet
2017-06-01
1
-0
/
+49
*
[ScheduleDAG] Deal with already scheduled loads in ScheduleDAG.
Nirav Dave
2017-05-31
1
-128
/
+150
[next]