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
/
DAGCombiner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DAGCombine] Move load checks on store of loads into candidate
Nirav Dave
2018-05-15
1
-15
/
+13
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-52
/
+32
*
[DAGCombiner] Set the right SDLoc on extended SETCC uses (7/N)
Vedant Kumar
2018-05-11
1
-19
/
+13
*
[DAGCombiner] Set the right SDLoc on a newly-created sextload (6/N)
Vedant Kumar
2018-05-11
1
-38
/
+8
*
[DAGCombiner] Factor out duplicated logic for an extload combine, NFC (5/N)
Vedant Kumar
2018-05-11
1
-38
/
+52
*
[DAG] Avoid using deleted node in rebuildSetCC
Nirav Dave
2018-05-10
1
-8
/
+21
*
[DAGCombiner] In visitBITCAST when trying to constant fold the bitcast, only ...
Craig Topper
2018-05-09
1
-11
/
+11
*
[DAGCombine] Change store merge candidates check cut off to 1024.
Amara Emerson
2018-05-09
1
-1
/
+1
*
[DAGCombiner] Masked merge: enhance handling of 'andn' with immediates
Roman Lebedev
2018-05-07
1
-4
/
+14
*
[DagCombiner] Not all 'andn''s work with immediates.
Roman Lebedev
2018-05-07
1
-0
/
+4
*
[NFC][DAGCombine] unfoldMaskedMerge(): rename two variables
Roman Lebedev
2018-05-06
1
-4
/
+4
*
[DAGCombiner] Masked merge: don't touch "not" xor's.
Roman Lebedev
2018-05-05
1
-0
/
+10
*
[NFC][DagCombiner] unfoldMaskedMerge(): improve readability.
Roman Lebedev
2018-05-05
1
-4
/
+4
*
Fix a bunch of places where operator-> was used directly on the return from d...
Craig Topper
2018-05-05
1
-2
/
+2
*
Fast Math Flag mapping into SDNode
Michael Berg
2018-05-04
1
-5
/
+5
*
[DAGCombiner] Fix SDLoc in a (zext (zextload x)) combine (4/N)
Vedant Kumar
2018-05-01
1
-33
/
+35
*
[DAGCombiner] Fix SDLoc in a (sext (sextload x)) combine (3/N)
Vedant Kumar
2018-05-01
1
-3
/
+3
*
[DAGCombiner] Change the SDLoc on split extloads (2/N)
Vedant Kumar
2018-05-01
1
-1
/
+1
*
[DAGCombiner] Set the right SDLoc on a newly-created zextload (1/N)
Vedant Kumar
2018-05-01
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-26
/
+26
*
[DAGCombiner] rename function attribute for disabling ftrunc transform
Sanjay Patel
2018-04-30
1
-2
/
+2
*
[DAGCombiner] Fix a case of 1 in non-splat vector pow2 divisor
Heejin Ahn
2018-04-27
1
-0
/
+7
*
[DAGCombiner] limit ftrunc optimizations with function attribute
Sanjay Patel
2018-04-26
1
-0
/
+8
*
[DAGCombiner] refactor FP->int->FP folds; NFC
Sanjay Patel
2018-04-26
1
-16
/
+26
*
[DAGCombiner][X86] When promoting loads don't use ZEXTLOAD even its legal
Craig Topper
2018-04-24
1
-8
/
+4
*
[DAGCombiner] Unfold scalar masked merge if profitable
Roman Lebedev
2018-04-23
1
-0
/
+67
*
[DAGCombine] (float)((int) f) --> ftrunc (PR36617)
Sanjay Patel
2018-04-20
1
-0
/
+18
*
[DAGCombiner] Fix for oss-fuzz bug
Gerolf Hoflehner
2018-04-17
1
-1
/
+2
*
[DAGCombiner, PowerPC] allow X - (fpext(-Y) --> X + fpext(Y) with multiple uses
Sanjay Patel
2018-04-15
1
-6
/
+6
*
[DAGCombiner] simplify code; NFC
Sanjay Patel
2018-04-12
1
-3
/
+2
*
revert r328921 - [DAGCombine] (float)((int) f) --> ftrunc (PR36617)
Sanjay Patel
2018-04-12
1
-18
/
+0
*
[DAGCombine] Improve ReduceLoad for SRL
Sam Parker
2018-04-09
1
-4
/
+34
*
DAGCombiner: Combine SDIV with non-splat vector pow2 divisor
Zvi Rackover
2018-04-08
1
-28
/
+64
*
[DAGCombiner] Fold (zext (and/or/xor (shl/shr (load x), cst), cst))
Guozhi Wei
2018-04-07
1
-0
/
+78
*
[DAGCombiner] Add a combine to turn a build vector of zero extends of extract...
Craig Topper
2018-04-07
1
-0
/
+52
*
[CodeGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-6
/
+6
*
[DAGCombine] Revert r329160
Sam Parker
2018-04-05
1
-26
/
+0
*
[DAGCombine] Improve ReduceLoadWidth for SRL
Sam Parker
2018-04-04
1
-0
/
+26
*
[DAGCombine] (float)((int) f) --> ftrunc (PR36617)
Sanjay Patel
2018-03-31
1
-0
/
+18
*
[SelectionDAG] Removing FABS folding from DAGCombiner
Sanjay Patel
2018-03-30
1
-18
/
+0
*
[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
*
Revert "[DAGCombiner] Fold (zext (and/or/xor (shl/shr (load x), cst), cst))"
Martin Storsjo
2018-03-23
1
-80
/
+0
*
[DAGCombiner] Fold (zext (and/or/xor (shl/shr (load x), cst), cst))
Guozhi Wei
2018-03-22
1
-0
/
+80
*
[DAGCombiner] Fix type in comment. NFC
Craig Topper
2018-03-19
1
-1
/
+1
*
[X86] Teach X86TargetLowering::targetShrinkDemandedConstant to set non-demand...
Craig Topper
2018-03-14
1
-2
/
+16
*
[DAGCombiner] Allow visitEXTRACT_SUBVECTOR to combine with BUILD_VECTORS betw...
Craig Topper
2018-03-13
1
-1
/
+1
*
[DAGCombine] visitREM - Don't assume that one divrem isn't driving another
Simon Pilgrim
2018-03-13
1
-3
/
+3
*
Make early exit hasPredecessorHelper return true. NFCI.
Nirav Dave
2018-03-09
1
-5
/
+1
[prev]
[next]