summaryrefslogtreecommitdiff
path: root/tests/src/JIT/CodeGenBringUpTests/LocallocCnstB117_PSP.csproj
AgeCommit message (Collapse)AuthorFilesLines
2017-08-16Move less valuable tests to priority 1.Pat Gavlin1-7/+5
2017-04-03[RyuJIT/ARM32] Localloc implementation in codegenAlexander Soldatov1-0/+33
Algorithm is almost the same as for other platforms but code is little bit refactored to improve readability. Added test to cover almost all possible branches of codegen. Since arrays allocation of int type is needed multiplication and overflow checks new tests cover only byte arrays.