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
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-1
/
+1
*
We already calculate WideVT above, just reuse it.
Eric Christopher
2014-04-28
1
-2
/
+1
*
Convert more SelectionDAG functions to use ArrayRef.
Craig Topper
2014-04-28
4
-32
/
+32
*
Convert AddNodeIDNode and SelectionDAG::getNodeIfExiists to use ArrayRef<SDVa...
Craig Topper
2014-04-27
2
-42
/
+42
*
Convert SelectionDAGISel::MorphNode to use ArrayRef.
Craig Topper
2014-04-27
1
-5
/
+3
*
Convert SelectionDAG::MorphNodeTo to use ArrayRef.
Craig Topper
2014-04-27
3
-11
/
+12
*
Convert SelectionDAG::SelectNodeTo to use ArrayRef.
Craig Topper
2014-04-27
1
-22
/
+19
*
Convert one last signature of getNode to take an ArrayRef of SDUse.
Craig Topper
2014-04-27
2
-8
/
+8
*
Convert SDNode constructor to use ArrayRef.
Craig Topper
2014-04-27
1
-9
/
+8
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
2
-13
/
+10
*
Const-correct SelectionDAG::getAtomic.
Craig Topper
2014-04-27
1
-2
/
+2
*
SelectionDAG: Aggressively fold shuffles of constant splats.
Benjamin Kramer
2014-04-27
1
-0
/
+5
*
DAGCombiner: Simplify code a bit, make more transforms work with vectors.
Benjamin Kramer
2014-04-26
1
-58
/
+37
*
Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...
Craig Topper
2014-04-26
2
-11
/
+9
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
9
-249
/
+183
*
Remove an unused version of getMemIntrinsicNode and getNode. Additionally, th...
Craig Topper
2014-04-26
1
-20
/
+0
*
Rip out X86-specific vector SDIV lowering, make the corresponding DAGCombiner...
Benjamin Kramer
2014-04-26
1
-13
/
+24
*
DAGCombiner: Turn divs of vector splats into vectorized multiplications.
Benjamin Kramer
2014-04-26
2
-24
/
+54
*
[DAG] During DAG legalization keep opaque constants even after expanding.
Juergen Ributzka
2014-04-26
1
-3
/
+8
*
This reapplies r207235 with an additional bugfixes caught by the msan
Adrian Prantl
2014-04-25
5
-33
/
+50
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
5
-50
/
+33
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
5
-33
/
+50
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
5
-50
/
+33
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
5
-33
/
+50
*
Revert "Debug info for optimized code: Support variables that are on the stac...
Adrian Prantl
2014-04-25
4
-43
/
+25
*
Debug info for optimized code: Support variables that are on the stack and
Adrian Prantl
2014-04-24
4
-25
/
+43
*
Fix an infinite loop bug in DAG Combine about keeping transfering between ANY...
Hao Liu
2014-04-22
1
-9
/
+7
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
16
-16
/
+32
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[Modules] Sink the DEBUG_TYPE macro out of LegalizeTypes.h and into the
Chandler Carruth
2014-04-21
6
-1
/
+5
*
Fix unnecessary line break
Matt Arsenault
2014-04-21
1
-4
/
+2
*
Patch by Vadim Chugunov
Yaron Keren
2014-04-19
3
-3
/
+10
*
DAGCombiner: don't optimise non-existant litpool load
Tim Northover
2014-04-16
1
-1
/
+3
*
Convert SelectionDAG::getVTList to use ArrayRef
Craig Topper
2014-04-16
5
-18
/
+19
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-16
2
-14
/
+14
*
Make FastISel::SelectInstruction return before target specific fast-isel code
Akira Hatanaka
2014-04-15
1
-2
/
+8
*
Revert r191049/r191059 as it can produce wrong code (see PR17975).
Robert Lougher
2014-04-15
1
-21
/
+0
*
FastISel: constrain the RegClass of operands when emitting instructions.
Tim Northover
2014-04-15
1
-8
/
+47
*
Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...
Nick Lewycky
2014-04-15
3
-149
/
+55
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
20
-425
/
+425
*
Reenable use of TBAA during CodeGen
Hal Finkel
2014-04-12
1
-7
/
+1
*
Move ExtractVectorElements to SelectionDAG.
Matt Arsenault
2014-04-11
1
-0
/
+16
*
SelectionDAG: Use helper function to improve legalization of ISD::MUL
Tom Stellard
2014-04-11
1
-0
/
+17
*
SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizer
Tom Stellard
2014-04-11
2
-67
/
+113
*
[c++11] Range'ify use list loops in InstrEmitter.
Jim Grosbach
2014-04-11
1
-9
/
+3
*
[c++11] Range'ify use list loops in DAGCombiner.
Jim Grosbach
2014-04-11
1
-18
/
+7
*
SelectionDAG: Don't constant fold target-specific nodes.
Jim Grosbach
2014-04-09
1
-0
/
+6
*
[DAGCombiner] DAG combine does not know how to combine indexed loads with
Quentin Colombet
2014-04-09
1
-2
/
+5
*
Bug 19348: Check for legal ExtLoad operation before folding
Matt Arsenault
2014-04-08
1
-9
/
+12
*
Put a limit on ScheduleDAGSDNodes::ClusterNeighboringLoads to avoid blowing u...
Andrew Trick
2014-04-07
1
-1
/
+6
[next]