Dmitry Petrov
|
3445fe0d30
|
KT-12985 Do not create range instances for 'for' loop in CharSequence.indices
|
2016-07-06 12:50:41 +03:00 |
|
Dmitry Petrov
|
3dc23a0e02
|
KT-12983 java.lang.VerifyError: Bad type on operand stack in arraylength
Use proper receiver value type.
|
2016-07-06 09:59:00 +03:00 |
|
Dmitry Petrov
|
bf4f26318e
|
KT-6916: do not create Progression instances in for-in-downTo loops
|
2016-07-04 13:38:37 +03:00 |
|
Dmitry Petrov
|
9240c82934
|
KT-12733 'rangeTo' as a non-qualified call is not optimized in 'for'
Use ResolvedCall corresponding to 'for' loop range expression
for optimized "for-in-range-literal".
Cleanup.
|
2016-06-16 11:30:05 +03:00 |
|
Dmitry Petrov
|
a17b0dd1b5
|
KT-5075 Optimize array/collection indices usage in 'for' loop
Use specialized 'for' loop code generation strategy for loops over array indices and collection indices.
|
2016-06-15 14:01:18 +03:00 |
|
Mikhael Bogdanov
|
a6cf169646
|
Fix for KT-12582: "VerifyError: Bad local variable type" caused by explicit loop variable type
#KT-12582 Fixed
|
2016-06-02 16:01:05 +03:00 |
|
Alexander Udalov
|
06a67e6602
|
Merge boxWithStdlib testData into box, delete BoxWithStdlib test
|
2016-03-09 10:25:38 +03:00 |
|
Alexander Udalov
|
20e36438e2
|
Move some tests from boxWithStdlib/ to box/
Move those tests which do not require neither stdlib nor reflect
|
2016-03-09 10:25:38 +03:00 |
|
Evgeny Gerashchenko
|
21c37951d6
|
Removed old range test which were spread all over the place.
|
2013-01-30 19:23:51 +04:00 |
|
Alexander Udalov
|
10c5949199
|
Extract some codegen tests to black box testData
|
2013-01-28 18:20:33 +04:00 |
|