Igor Ignatyev
|
a0381422dd
|
8132919: Put compiler tests in packages
Reviewed-by: vlivanov, dpochepk
|
2016-07-12 18:24:48 +03:00 |
|
Roland Westrelin
|
8dd169a71f
|
8135069: C2 replaces range checks by unsigned comparison with -1
I < 0 || i > -1 wrongly folded as i >u -1
Reviewed-by: kvn
|
2015-09-11 16:56:56 +02:00 |
|
Roland Westrelin
|
197ecf9bc1
|
8081823: C2 performs unsigned comparison against -1
X <= 0 || x > 0 wrongly folded as (x-1) >u -1
Reviewed-by: kvn, vlivanov
|
2015-06-08 18:35:17 +02:00 |
|