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
*
Fix a bunch of places where operator-> was used directly on the return from d...
Craig Topper
2018-05-05
3
-4
/
+4
*
Mapping SDNode flags to MachineInstr flags
Michael Berg
2018-05-04
1
-1
/
+26
*
Fast Math Flag mapping into SDNode
Michael Berg
2018-05-04
3
-9
/
+13
*
[SelectionDAG] Refactor code by adding RegsForValue::getRegsAndSizes(). NFCI
Bjorn Pettersson
2018-05-04
2
-40
/
+43
*
Reapply "[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)"
Bjorn Pettersson
2018-05-03
2
-6
/
+47
*
Rename invariant.group.barrier to launder.invariant.group
Piotr Padlewski
2018-05-03
2
-2
/
+2
*
Revert "[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)"
Martin Storsjo
2018-05-03
2
-36
/
+6
*
[SelectionDAG] Selection of DBG_VALUE using a PHI node result (pt 2)
Bjorn Pettersson
2018-05-02
2
-6
/
+36
*
[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
8
-59
/
+59
*
[DAGCombiner] rename function attribute for disabling ftrunc transform
Sanjay Patel
2018-04-30
1
-2
/
+2
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
3
-0
/
+3
*
[SelectionDAG] Improve selection of DBG_VALUE using a PHI node result
Bjorn Pettersson
2018-04-30
4
-1
/
+40
*
[DAGCombiner] Fix a case of 1 in non-splat vector pow2 divisor
Heejin Ahn
2018-04-27
1
-0
/
+7
*
[FastISel] Actually enable local value sinking by default
Reid Kleckner
2018-04-27
1
-4
/
+2
*
[FastISel] Fix local value sinking algorithmic complexity
Reid Kleckner
2018-04-27
1
-3
/
+12
*
DAG: Fix not legalizing vector fcanonicalizes
Matt Arsenault
2018-04-26
1
-0
/
+1
*
[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
*
[SelectionDAG] Dump debug locs in SDNodes
Vedant Kumar
2018-04-23
1
-0
/
+4
*
[SelectionDAG] Refactor lowering of atomic memory intrinsics.
Daniel Neilson
2018-04-23
2
-91
/
+150
*
[DAGCombine] (float)((int) f) --> ftrunc (PR36617)
Sanjay Patel
2018-04-20
1
-0
/
+18
*
[AMDGPU] Fix issues for backend divergence tracking
David Stuttard
2018-04-18
1
-0
/
+1
*
[XRay] Typed event logging intrinsic
Keith Wyss
2018-04-17
2
-0
/
+57
*
[DAGCombiner] Fix for oss-fuzz bug
Gerolf Hoflehner
2018-04-17
1
-1
/
+2
*
[X86] Use APInt::isSubsetof instead of APInt::intersects to avoid a negation ...
Craig Topper
2018-04-15
1
-2
/
+2
*
[SelectionDAG][NFC] haveNoCommonBitsSet(): add FIXME notes
Roman Lebedev
2018-04-15
1
-0
/
+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
*
[CodeGen] Allow printing MachineMemOperands with less context in SDAGDumper
Francis Visoiu Mistrih
2018-04-12
1
-8
/
+21
*
[LegalizeTypes] Remove unnecessary type action check on the type of operand 0...
Craig Topper
2018-04-12
1
-11
/
+5
*
[FastISel] Disable local value sinking by default
Reid Kleckner
2018-04-11
1
-1
/
+8
*
[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
4
-17
/
+17
*
[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
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
2
-2
/
+2
*
[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
10
-10
/
+10
*
Remap values in PromotedFloats
Pirama Arumuga Nainar
2018-03-27
1
-0
/
+6
[next]