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 an assertion failure caused by v1i64 in DAGCombiner Shrink.
Hao Liu
2014-05-29
1
-0
/
+4
*
[x86] Fold extract_vector_elt of a load into the Load's address computation.
Michael J. Spencer
2014-05-29
1
-90
/
+124
*
Fix wrong setcc result type when legalizing uaddo/usubo
Matt Arsenault
2014-05-28
1
-5
/
+11
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
1
-8
/
+1
*
Revert "[DAGCombiner] Split up an indexed load if only the base pointer value...
Hal Finkel
2014-05-28
1
-30
/
+7
*
ARM: teach AAPCS-VFP to deal with Cortex-M4.
Tim Northover
2014-05-27
1
-8
/
+11
*
Legalizer: Make bswap promotion safe for vectors.
Benjamin Kramer
2014-05-20
1
-2
/
+2
*
SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...
Benjamin Kramer
2014-05-19
1
-0
/
+27
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
6
-105
/
+93
*
Target: change member from reference to pointer
Saleem Abdulrasool
2014-05-17
1
-1
/
+1
*
Delete getAliasedGlobal.
Rafael Espindola
2014-05-16
1
-1
/
+1
*
Instead of littering asserts throughout the code after every call to
Jay Foad
2014-05-15
1
-53
/
+32
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
5
-68
/
+67
*
Update the comments for ComputeMaskedBits, which lost its Mask parameter
Jay Foad
2014-05-14
1
-3
/
+2
*
Use a logical not when inverting SetCC. This unfortunately doesn't fire on a...
Pete Cooper
2014-05-12
2
-3
/
+19
*
[DAGCombiner] Split up an indexed load if only the base pointer value is live
Adam Nemet
2014-05-12
1
-7
/
+30
*
Make SimplifyDemandedBits understand BUILD_PAIR
Matt Arsenault
2014-05-12
1
-0
/
+25
*
Pass the value type to TLI::getRegisterByName
Hal Finkel
2014-05-11
1
-2
/
+2
*
ARM: HFAs must be passed in consecutive registers
Oliver Stannard
2014-05-09
1
-2
/
+22
*
Fix using wrong result type for setcc.
Matt Arsenault
2014-05-07
2
-4
/
+16
*
Implememting named register intrinsics
Renato Golin
2014-05-06
4
-0
/
+55
*
Satisfy GCC's urgent need for parentheses around ‘&&’ within ‘||’.
Benjamin Kramer
2014-05-02
1
-2
/
+2
*
DAGCombine: prevent formation of illegal ConstantFP nodes.
Tim Northover
2014-05-02
1
-5
/
+10
*
Allow SelectionDAG::FoldConstantArithmetic to work when it's called with a ve...
Benjamin Kramer
2014-05-02
1
-2
/
+8
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-9
/
+5
*
[ARM64] Prevent bit extraction to be adjusted by following shift
Weiming Zhao
2014-04-30
1
-0
/
+3
*
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...
Craig Topper
2014-04-30
5
-14
/
+12
*
Tidy up whitespace.
Jim Grosbach
2014-04-29
1
-7
/
+7
*
[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
[next]