summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-02-19Handle TYP_SIMD8 correctly in genCodeForLclFldMike Danes2-0/+39
2018-02-16Merge pull request #16364 from CarolEidt/FixDD543057aCarol Eidt2-0/+111
2018-02-16Merge pull request #16393 from BruceForstall/CleanupRunTestBruce Forstall1-53/+98
2018-02-16Correctly handle check for busy double regCarol Eidt2-0/+111
2018-02-16Fix dlStack test (#16410)Sergey Andreenko2-7/+16
2018-02-16reenable readytorun\tests\mainv* for arm jitstress (#16417)Sergey Andreenko1-2/+2
2018-02-15Implement SSE4.1 LoadAlignedVector128NonTemporalFei Peng3-0/+299
2018-02-14[RyuJit] Stack level setter (#15597)Sergey Andreenko2-0/+91
2018-02-14Clean up runtest.cmdBruce Forstall1-53/+98
2018-02-14Mark sharedgenerics test as GCStressIncompatible (#16391)Michal Strehovský1-0/+3
2018-02-14Handle ELEMENT_TYPE_PTR in ILCodeStream::EmitLDIND/EmitSTIND (#16381)Michal Strehovský2-0/+56
2018-02-14Fix ARM/ARM64 hijacking in tail calls (#16039)Jan Vorlicek2-2/+1
2018-02-13Add Sse2 scalar hardware intrinsics testsJacek Blaszczynski138-0/+6380
2018-02-13Implement scalar Sse2 hardware intrinsicsJacek Blaszczynski1-6/+305
2018-02-12Define type initialization semantics for interface instance methods (#16340)Michal Strehovský2-0/+87
2018-02-12Implement SSE4.2 CompareGreaterThanFei Peng5-0/+428
2018-02-12Implement SSE4.1 CompareEqualFei Peng5-0/+728
2018-02-12reenable AVX2 compareEqual.Int64Fei Peng7-7/+643
2018-02-12Merge pull request #16008 from sdmaclea/PR-ARM64-TEST-SIMD-HWINTRINSICCarol Eidt2-0/+2420
2018-02-12Add TestInsertSteve MacLean1-1/+150
2018-02-12Improve diagnosticsSteve MacLean1-0/+18
2018-02-12[Arm64] Add Simd HWIntrinsic testSteve MacLean2-0/+2253
2018-02-12JIT: look for escaping byrefs (#16305)Andy Ayers6-0/+255
2018-02-11Fix stack trace population to get proper source/line info for tier 1 methods ...Koundinya Veluri2-0/+91
2018-02-10Add AVX/AVX2 templete-drien tests and enable containment testsFei Peng106-482/+26117
2018-02-10Add new test templateFei Peng6-0/+844
2018-02-10Add test cases for some AVX/AVX2 intrinsicsFei Peng33-0/+2413
2018-02-09Fix for RETURNTRAP xarch codegen. (#16292)Eugene Rozenfeld2-0/+86
2018-02-09Merge pull request #16308 from sdmaclea/PR-JIT.SIMD.VectorUtil.CheckValueCarol Eidt1-1/+8
2018-02-09Fix JIT.SIMD.VectorUtil.CheckValue<T>Steve MacLean1-1/+8
2018-02-09Merge pull request #16248 from briansull/fix-16065Brian Sullivan4-0/+267
2018-02-09Fix GC reporting for slow tail calls with by-ref-like args (#16264)Koundinya Veluri2-4/+104
2018-02-08Change corefx test process (#16263)Bruce Forstall1-5/+56
2018-02-08Adjust expected file size if ZapDisable is true (#16240)Victor "Nate" Graf1-1/+3
2018-02-08Add tests for Sse2 memory fence instructionsJacek Blaszczynski6-0/+212
2018-02-08Merge pull request #16268 from CarolEidt/Fix16254Carol Eidt2-0/+92
2018-02-07Make it possible to Reflection.Emit default interface methods (#16257)Michal Strehovský2-0/+121
2018-02-07Fixes GitHub Issue 16065Brian Sullivan4-0/+267
2018-02-07Check mismatched types for SIMD copyCarol Eidt2-0/+92
2018-02-07Add configuration to options to submission.py (#16127)Michelle McDaniel1-0/+3
2018-02-06Add test case for contstructor devirtualization example (#16239)Andy Ayers2-0/+78
2018-02-06Fix GC reproting for by-ref-like structs (#16231)Koundinya Veluri2-0/+127
2018-02-06Implement AVX2 LoadAlignedVector256/128NonTemporalFei Peng3-0/+299
2018-02-06Implement SSE3 LoadAndDuplicateToVector128 and LoadDquVector128Fei Peng6-0/+424
2018-02-06Implement AVX LoadAlignedVector256, LoadDquVector256, and LoadVector256Fei Peng9-0/+923
2018-02-06Merge pull request #16228 from fiigii/storeCarol Eidt27-0/+2445
2018-02-06Merge pull request #16006 from BruceForstall/AddWindowsArmCoreFxTestingBruce Forstall3-3/+107
2018-02-06Fix handling of return code for system() calls (#16225)Jan Kotas1-4/+6
2018-02-06Enable Windows ARM32 corefx testingBruce Forstall3-3/+107
2018-02-05Implement SSE2 Store* intrinsicsFei Peng18-0/+1425