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
...
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-0
/
+161
*
[DAG] Teach how to turn a build_vector into a shuffle if some of the operands...
Andrea Di Biagio
2014-11-21
1
-11
/
+39
*
[DAG] Refactor the shuffle combining logic in DAGCombiner. NFC.
Andrea Di Biagio
2014-11-21
1
-153
/
+73
*
DAGCombiner: Allow the DAGCombiner to combine multiple FDIVs with the same di...
Hao Liu
2014-11-21
1
-0
/
+38
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-3
/
+4
*
Fix optimisations of SELECT_CC which assumed result is boolean
Oliver Stannard
2014-11-17
1
-2
/
+5
*
[DAG] Improved target independent vector shuffle folding logic.
Andrea Di Biagio
2014-11-15
1
-0
/
+20
*
LLVM incorrectly folds xor into select
Oliver Stannard
2014-11-11
1
-1
/
+2
*
[X86] Teach method 'isVectorClearMaskLegal' how to check for legal blend masks.
Andrea Di Biagio
2014-11-05
1
-1
/
+1
*
Normally an 'optnone' function goes through fast-isel, which does not
Paul Robinson
2014-11-03
1
-0
/
+7
*
Fix incorrect invariant check in DAG Combine
Louis Gerbarg
2014-10-30
1
-1
/
+1
*
Whitespace.
NAKAMURA Takumi
2014-10-29
1
-26
/
+26
*
Use rsqrt (X86) to speed up reciprocal square root calcs
Sanjay Patel
2014-10-24
1
-40
/
+77
*
Strength reduce constant-sized vectors into arrays. No functionality change.
Benjamin Kramer
2014-10-22
1
-2
/
+2
*
Add minnum / maxnum codegen
Matt Arsenault
2014-10-21
1
-0
/
+46
*
SelectionDAG: Add sext_inreg optimizations
Jan Vesely
2014-10-17
1
-0
/
+22
*
Improve sqrt estimate algorithm (fast-math)
Sanjay Patel
2014-10-09
1
-17
/
+16
*
Remove unnecessary include.
Eric Christopher
2014-10-08
1
-1
/
+0
*
Use both the cached TLI and the subtarget off of the DAG in
Eric Christopher
2014-10-08
1
-15
/
+10
*
[DAGCombine] Remove SIGN_EXTEND-related inf-loop
Hal Finkel
2014-10-06
1
-6
/
+2
*
Fast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z) / y)
Sanjay Patel
2014-10-06
1
-0
/
+22
*
[x86, dag] Teach the DAG combiner to prune inputs toa vector_shuffle
Chandler Carruth
2014-10-05
1
-0
/
+93
*
Use the target-specified iteration count to opt out of any further refinement...
Sanjay Patel
2014-09-30
1
-60
/
+62
*
Split the estimate() interface into separate functions for each type. NFC.
Sanjay Patel
2014-09-30
1
-2
/
+2
*
[DAG] Check in advance if a build_vector has a legal type before attempting t...
Andrea Di Biagio
2014-09-30
1
-4
/
+4
*
[AArch64] Redundant store instructions should be removed as dead code
James Molloy
2014-09-27
1
-0
/
+11
*
Refactor reciprocal and reciprocal square root estimate into target-independe...
Sanjay Patel
2014-09-26
1
-28
/
+142
*
Revert patch ofr218493
David Xu
2014-09-26
1
-14
/
+0
*
Redundant store instructions should be removed as dead code
David Xu
2014-09-26
1
-0
/
+14
*
Use SDValue bool operator to reduce code. No functional change.
Sanjay Patel
2014-09-23
1
-9
/
+6
*
Refactor reciprocal square root estimate into target-independent function; NFC.
Sanjay Patel
2014-09-21
1
-17
/
+62
*
Optionally enable more-aggressive FMA formation in DAGCombine
Hal Finkel
2014-09-19
1
-5
/
+10
*
Replace dead links to "Hacker's Delight" with general references. NFC.
Sanjay Patel
2014-09-15
1
-4
/
+4
*
Add DAG combine for shl + add of constants.
Matt Arsenault
2014-09-11
1
-32
/
+12
*
Combine fmul vector FP constants when unsafe math is allowed.
Sanjay Patel
2014-09-11
1
-6
/
+22
*
Build correct vector filled with undef nodes
David Xu
2014-09-11
1
-4
/
+20
*
Group unsafe fmul math folds together for easier reading. No functional change.
Sanjay Patel
2014-09-08
1
-6
/
+10
*
Fix the FIXME that was just added in r217390 - remove a bunch of redundant fo...
Sanjay Patel
2014-09-08
1
-43
/
+2
*
group unsafe math folds together for easier reading
Sanjay Patel
2014-09-08
1
-150
/
+142
*
Allow vector fsub ops with constants to get the same optimizations as scalars.
Sanjay Patel
2014-09-05
1
-2
/
+2
*
clean up; NFC
Sanjay Patel
2014-09-05
1
-2
/
+2
*
Fix interference caused by fmul 2, x -> fadd x, x
Matt Arsenault
2014-09-02
1
-8
/
+21
*
Fix comment and unnecessary check for FP build_vectors.
Matt Arsenault
2014-09-02
1
-5
/
+1
*
Enable splitting indexing from loads with TargetConstants
Hal Finkel
2014-09-02
1
-8
/
+21
*
Revert "Revert '[DAGCombiner] Split up an indexed load if only the base point...
Hal Finkel
2014-09-02
1
-4
/
+39
*
Move FNEG next to FABS and make them more similar, so it's easier that they c...
Sanjay Patel
2014-08-28
1
-43
/
+46
*
Do not introduce new shuffle patterns after operation legalization if SHUFFLE...
Owen Anderson
2014-08-28
1
-2
/
+1
*
Janitorial services: "Don’t duplicate function or class name at the beginni...
Sanjay Patel
2014-08-28
1
-134
/
+119
*
Remove local TLI vars that are just duplicates of the class var. No functiona...
Sanjay Patel
2014-08-28
1
-2
/
+0
*
Use local vars to improve readability. No functional change.
Sanjay Patel
2014-08-28
1
-42
/
+37
[prev]
[next]