This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-09 08:31:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7ea71a17f04b47fdc125b0bb884f7774d28fbc6b
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
forLoop
/
unsigned
History
Mark Punzalan
177967258b
ForLoopsLowering: Eliminate construction/boxing/unboxing of UInt/ULong.
...
This needs further cleanup to encapsulate more logic into ProgressionType.
2020-05-13 13:54:35 +02:00
..
emptyUntilProgressionToMinValue.kt
…
forInDownToUIntMinValue.kt
…
forInDownToULongMinValue.kt
…
forInOptimizableUnsignedRange.kt
…
forInRangeToUIntMaxValue.kt
…
forInRangeToULongMaxValue.kt
…
forInUntilUIntMaxValue.kt
…
forInUntilUIntMinValue.kt
…
forInUntilULongMaxValue.kt
…
forInUntilULongMinValue.kt
…
forInUntilWithMixedTypeBoundsNoBoundCheckNeededForUIntRangeIR.kt
…
illegalStepConst.kt
…
reversedThenStep.kt
…
stepConstOnNonLiteralProgression.kt
…
stepNonConstOnNonLiteralProgression.kt
…
stepThenDifferentStep.kt
…
untilProgressionToNonConst.kt
…