This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8317daa00ba55c07e44e67f3e3e010616c981967
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
forLoop
/
unsigned
T
History
Mark Punzalan
ccbf7cc2ee
ForLoopsLowering: Use last-exclusive for-loops for optimized
until
...
progressions instead of decrementing "last". #KT-41352 Fixed
2020-10-09 21:34:56 +02:00
..
forInDownToUIntMinValue.kt
ForLoopsLowering: Eliminate construction/boxing/unboxing of UInt/ULong.
2020-05-13 13:54:35 +02:00
forInDownToULongMinValue.kt
ForLoopsLowering: Eliminate construction/boxing/unboxing of UInt/ULong.
2020-05-13 13:54:35 +02:00
forInOptimizableUnsignedRange.kt
ForLoopsLowering: Eliminate construction/boxing/unboxing of UInt/ULong.
2020-05-13 13:54:35 +02:00
forInRangeToUIntMaxValue.kt
ForLoopsLowering: Eliminate construction/boxing/unboxing of UInt/ULong.
2020-05-13 13:54:35 +02:00
forInRangeToULongMaxValue.kt
ForLoopsLowering: Eliminate construction/boxing/unboxing of UInt/ULong.
2020-05-13 13:54:35 +02:00
forInUntilUIntMaxValue.kt
ForLoopsLowering: Use last-exclusive for-loops for optimized
until
2020-10-09 21:34:56 +02:00
forInUntilUIntMinValue.kt
ForLoopsLowering: Use last-exclusive for-loops for optimized
until
2020-10-09 21:34:56 +02:00
forInUntilULongMaxValue.kt
ForLoopsLowering: Use last-exclusive for-loops for optimized
until
2020-10-09 21:34:56 +02:00
forInUntilULongMinValue.kt
ForLoopsLowering: Use last-exclusive for-loops for optimized
until
2020-10-09 21:34:56 +02:00
illegalStepConst.kt
ForLoopsLowering: Reduce unnecessary temporary variables for the
2020-07-22 22:32:29 +02:00
reversedThenStep.kt
ForLoopsLowering: Reduce unnecessary temporary variables for the
2020-07-22 22:32:29 +02:00
stepConstOnNonLiteralProgression.kt
ForLoopsLowering: Assume
step
== 1 for *Range (e.g., IntRange) and
2020-07-29 20:44:51 +02:00
stepNonConstOnNonLiteralProgression.kt
ForLoopsLowering: Assume
step
== 1 for *Range (e.g., IntRange) and
2020-07-29 20:44:51 +02:00
stepOnNonLiteralRange.kt
ForLoopsLowering: Assume
step
== 1 for *Range (e.g., IntRange) and
2020-07-29 20:44:51 +02:00
stepThenDifferentStep.kt
ForLoopsLowering: Reduce unnecessary temporary variables for the
2020-07-22 22:32:29 +02:00