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
/
test
/
Transforms
/
Reassociate
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed the lost FastMathFlags in Reassociate optimization.
Vyacheslav Klochkov
2016-11-22
1
-0
/
+14
*
reassociate-deadinst.ll: avoid accidental match on path
Hubert Tong
2016-11-21
1
-1
/
+1
*
[Reassociate] Skip analysis of dead code to avoid infinite loop.
Bjorn Pettersson
2016-11-02
1
-0
/
+37
*
[Reassociate] Removing instructions mutates the IR.
Davide Italiano
2016-10-28
1
-0
/
+16
*
[Reassociate] Add test for PR28367.
Chad Rosier
2016-08-18
1
-0
/
+28
*
Revert "Reassociate: Reprocess RedoInsts after each inst".
Chad Rosier
2016-08-17
3
-62
/
+5
*
Revert "[Reassociate] Avoid iterator invalidation when negating value."
Chad Rosier
2016-08-17
1
-30
/
+0
*
[Reassociate] Avoid iterator invalidation when negating value.
Chad Rosier
2016-08-17
1
-0
/
+30
*
PM: Port Reassociate to the new pass manager
Justin Bogner
2016-04-26
1
-0
/
+1
*
Reassociate: Reprocess RedoInsts after each inst
Aditya Nandakumar
2016-01-26
3
-5
/
+62
*
Instructions to be redone only if from the same BB
Aditya Nandakumar
2016-01-07
1
-0
/
+20
*
Remove dead instructions before Redoing
Aditya Nandakumar
2016-01-04
2
-1
/
+35
*
Fix another infinite loop in Reassociate caused by Constant::isZero().
Owen Anderson
2015-11-20
1
-0
/
+13
*
Fix a pair of issues that caused an infinite loop in reassociate.
Owen Anderson
2015-11-20
1
-0
/
+20
*
Add intermediate subtract instructions to reassociation worklist.
Owen Anderson
2015-11-16
8
-17
/
+48
*
Fix a bunch of trivial cases of 'CHECK[^:]*$' in the tests. NFCI
Jonathan Roelofs
2015-08-10
1
-1
/
+1
*
[Reassociation] Fix miscompile for va_arg arguments.
Quentin Colombet
2015-08-06
1
-0
/
+28
*
[Reassociate] Don't propogate flags when creating negations
David Majnemer
2015-06-24
2
-2
/
+17
*
[Reassociate] Canonicalizing 'x [+-] (-Constant * y)' isn't always a win
David Majnemer
2015-05-28
2
-14
/
+12
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-1
/
+1
*
Reapply "[Reassociate] Add initial support for vector instructions."
Robert Lougher
2015-03-13
1
-43
/
+189
*
Revert: "[Reassociate] Add initial support for vector instructions."
Robert Lougher
2015-03-13
1
-189
/
+43
*
[Reassociate] Add initial support for vector instructions.
Robert Lougher
2015-03-13
1
-43
/
+189
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
6
-36
/
+36
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
2
-2
/
+2
*
Reassociate: cannot negate a INT_MIN value
Mehdi Amini
2015-02-11
1
-0
/
+13
*
Fix Reassociate handling of constant in presence of undef float
Mehdi Amini
2015-01-16
1
-0
/
+25
*
Revert "[Reassociate] As the expression tree is rewritten make sure the opera...
Chad Rosier
2014-11-19
16
-54
/
+53
*
[Reassociate] Use test cases that can actually be optimized to verify optional
Chad Rosier
2014-11-18
1
-11
/
+12
*
[Reassociate] As the expression tree is rewritten make sure the operands are
Chad Rosier
2014-11-17
16
-46
/
+46
*
[Reassociate] Canonicalize constants to RHS operand.
Chad Rosier
2014-11-17
3
-6
/
+6
*
[Reassociate] Canonicalize the operands of all binary operators.
Chad Rosier
2014-11-14
2
-1
/
+20
*
[Reassociate] Canonicalize operands of vector binary operators.
Chad Rosier
2014-11-14
1
-2
/
+50
*
[Reassociate] Canonicalize constants to RHS operand.
Chad Rosier
2014-11-14
3
-7
/
+7
*
[Reassociate] Canonicalize negative constants out of expressions.
Chad Rosier
2014-11-11
1
-0
/
+48
*
[Reassociate] Canonicalize negative constants out of expressions.
Chad Rosier
2014-11-11
4
-73
/
+114
*
[Reassociate] Better preserve NSW/NUW flags.
Chad Rosier
2014-11-07
1
-0
/
+34
*
[Reassociate] Don't reassociate when mixing regular and fast-math FP
Chad Rosier
2014-11-06
1
-0
/
+18
*
Revert "[Reassociate] Canonicalize negative constants out of expressions."
Reid Kleckner
2014-11-04
3
-236
/
+70
*
[Reassociate] Canonicalize negative constants out of expressions.
Chad Rosier
2014-11-03
3
-70
/
+236
*
[Reassociate] Don't canonicalize X - undef to X + (-undef).
Chad Rosier
2014-10-09
1
-0
/
+21
*
Give the Reassociate pass a bit more flexibility and autonomy when optimizing...
Owen Anderson
2014-10-05
1
-0
/
+15
*
Reassociate x + -0.1234 * y into x - 0.1234 * y
Erik Verbruggen
2014-08-21
2
-1
/
+70
*
[Reassociation] Add support for reassociation with unsafe algebra.
Chad Rosier
2014-08-14
9
-0
/
+591
*
[Reassociate] FileCheckize and cleanup a few testcases. No functional change
Chad Rosier
2014-06-11
16
-230
/
+275
*
[Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Benjamin Kramer
2014-05-31
1
-0
/
+12
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
10
-60
/
+60
*
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-04-30
1
-24
/
+20
*
Fix a XOR reassociation bug.
Shuxin Yang
2013-04-27
1
-0
/
+27
[next]