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
*
Revert r164910 because it causes failures to several phase2 builds.
Nadav Rotem
2012-09-30
1
-254
/
+0
*
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-30
1
-0
/
+254
*
Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
Duncan Sands
2012-09-29
1
-252
/
+0
*
Tidy up to match coding standards. Remove 'else' after 'return' and moving op...
Craig Topper
2012-09-29
1
-27
/
+24
*
Replace a couple if/elses around similar calls with conditional operators on ...
Craig Topper
2012-09-29
1
-17
/
+6
*
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
1
-0
/
+252
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-19
/
+19
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-19
/
+19
*
Fix 80-col violations.
Nadav Rotem
2012-09-20
1
-13
/
+19
*
Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...
Nadav Rotem
2012-09-13
1
-1
/
+2
*
Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Fa...
Craig Topper
2012-09-11
1
-22
/
+47
*
Fix an assertion failure when optimising a shufflevector incorrectly into con...
James Molloy
2012-09-10
1
-0
/
+6
*
Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.
Craig Topper
2012-09-09
1
-1
/
+25
*
Constify this properly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-05
1
-4
/
+4
*
Fixed the DAG combiner to better handle the folding of AND nodes for vector t...
Silviu Baranga
2012-09-05
1
-1
/
+11
*
Teach DAG combine a number of tricks to simplify FMA expressions in fast-math...
Owen Anderson
2012-09-01
1
-0
/
+64
*
Fix typo
Michael Liao
2012-09-01
1
-1
/
+1
*
Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...
Owen Anderson
2012-08-30
1
-1
/
+122
*
Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr...
Stepan Dyatkovskiy
2012-08-22
1
-23
/
+3
*
Fixed DAGCombiner bug (found and localized by James Malloy):
Stepan Dyatkovskiy
2012-08-20
1
-3
/
+23
*
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-13
1
-0
/
+42
*
Added FMA functionality to X86 target.
Elena Demikhovsky
2012-08-01
1
-8
/
+20
*
Fixed DAGCombine optimizations which generate select_cc for targets
Nadav Rotem
2012-07-23
1
-33
/
+47
*
Remove tabs.
Bill Wendling
2012-07-19
1
-1
/
+1
*
Back out r160101 and instead implement a dag combine to recover from instcomb...
Evan Cheng
2012-07-17
1
-0
/
+28
*
Refactor the code that checks that all operands of a node are UNDEFs.
Nadav Rotem
2012-07-15
1
-13
/
+7
*
Add a dagcombine optimization to convert concat_vectors of undefs into a sing...
Nadav Rotem
2012-07-14
1
-0
/
+11
*
Only apply the SETCC+SITOFP -> SELECTCC optimization when the SETCC returns a...
Owen Anderson
2012-07-11
1
-1
/
+2
*
Improve the loading of load-anyext vectors by allowing the codegen to load
Nadav Rotem
2012-07-10
1
-1
/
+1
*
Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,...
Owen Anderson
2012-07-09
1
-0
/
+36
*
Make sure type is not extended or untyped before create a constant of the typ...
Evan Cheng
2012-06-26
1
-0
/
+4
*
Rename -allow-excess-fp-precision flag to -fuse-fp-ops, and switch from a
Lang Hames
2012-06-22
1
-2
/
+2
*
Fix potential crash if DAGCombine on stores sees a half type
Pete Cooper
2012-06-21
1
-1
/
+2
*
Add users of a MERGE_VALUE node to the worklist to process again when the nod...
Pete Cooper
2012-06-20
1
-0
/
+3
*
Fix DAGCombine to deal with ext-conversion of pre/post_inc loads.
Hal Finkel
2012-06-20
1
-1
/
+8
*
Add DAG-combines for aggressive FMA formation.
Lang Hames
2012-06-19
1
-0
/
+43
*
Make comment slightly more helpful.
Lang Hames
2012-06-14
1
-1
/
+1
*
Switch the canonical FMA term operand order to match both the comment I wrote...
Owen Anderson
2012-05-30
1
-1
/
+1
*
Teach DAGCombine to canonicalize the position of a constant in the term opera...
Owen Anderson
2012-05-30
1
-0
/
+4
*
DAGCombiner should not change the type of an extract_vector index.
Jim Grosbach
2012-05-08
1
-3
/
+4
*
Teach DAG combine to fold x-x to 0.0 when unsafe FP math is enabled.
Owen Anderson
2012-05-07
1
-0
/
+4
*
Teach DAGCombine the same multiply-by-1.0 folding trick when doing FMAs, just...
Owen Anderson
2012-05-02
1
-0
/
+18
*
Teach DAG combine that multiplication by 1.0 can always be constant folded.
Owen Anderson
2012-05-02
1
-0
/
+3
*
ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
Elena Demikhovsky
2012-04-22
1
-0
/
+2
*
Register DAGUpdateListeners with SelectionDAG.
Jakob Stoklund Olesen
2012-04-20
1
-48
/
+30
*
Remove dead SD nodes after the combining pass. Fixes PR12201.
Hal Finkel
2012-04-16
1
-0
/
+1
*
Reapply 154397. Original message:
Nadav Rotem
2012-04-11
1
-11
/
+18
*
Add a comment noting that the fdiv -> fmul conversion won't generate
Duncan Sands
2012-04-10
1
-3
/
+3
*
Revert r154397, which was causing make check failures on the buildbots.
Owen Anderson
2012-04-10
1
-13
/
+6
*
Fix a dagcombine optimization which assumes that the vsetcc result type is al...
Nadav Rotem
2012-04-10
1
-6
/
+13
[next]