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
aa7db727ba2709c905d319868054ace605a5f522
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
ranges
T
History
Dmitry Petrov
aa7db727ba
Fold I2L with ICONST_n when beneficial
...
ICONST_0; I2L -> LCONST_0 ICONST_1; I2L -> LCONST_1
2017-07-10 10:51:26 +03:00
..
ifNotInRange.kt
Ensure that no boolean negation is generated for !in expression
2017-07-10 10:51:26 +03:00
inArrayIndices.kt
Fold I2L with ICONST_n when beneficial
2017-07-10 10:51:26 +03:00
inCharSequenceIndices.kt
Fold I2L with ICONST_n when beneficial
2017-07-10 10:51:26 +03:00
inCollectionIndices.kt
Fold I2L with ICONST_n when beneficial
2017-07-10 10:51:26 +03:00
inComparableRangeLiteral.kt
Minor: test modification after review
2017-07-10 10:51:26 +03:00
inNonMatchingRangeIntrinsified.kt
Fold I2L with ICONST_n when beneficial
2017-07-10 10:51:26 +03:00
inNonMatchingRangeNotIntrinsified.kt
Intrinsify some mismatching range/element combinations for in/in!
2017-07-10 10:51:26 +03:00
inOptimizableRange.kt
Minor: use method names in bytecode text tests
2017-07-10 10:51:26 +03:00
inUntil.kt
Minor: use method names in bytecode text tests
2017-07-10 10:51:26 +03:00
noSwap2ForConstLongRangeTo.kt
If at least one of the range bounds is "pure", order doesn't matter
2017-07-10 10:51:26 +03:00