summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-03-23Improve Windows test build performance by building projects in groupsJacek Blaszczynski2-7/+217
2018-03-23Merge pull request #17135 from CarolEidt/DevDiv544985Carol Eidt2-0/+221
2018-03-22ARM: correctly unassign constant doubleCarol Eidt2-0/+221
2018-03-22fix Set tests on 32-bit platformsFei Peng2-45/+51
2018-03-22Implement SetAllVector256Fei Peng3-0/+306
2018-03-22Implement AVX SetVector256Fei Peng3-0/+323
2018-03-22Add more tests for AVX Insert/Extract intrinsicsFei Peng20-4/+5108
2018-03-21Add More Process Information to EventPipe Traces (#17080)Brian Robbins1-0/+5
2018-03-21Fixed #16564: the test objmonhelper hangs forever with GCStress=0x3Sergey Ignatov1-1/+2
2018-03-20Merge pull request #16955 from fiigii/moreavxCarol Eidt65-0/+12888
2018-03-20JIT: remove boxing for interface call to shared generic struct (#17006)Andy Ayers4-0/+122
2018-03-20Add tests for AVX/AVX2 intrinsicsFei65-0/+12888
2018-03-19JIT: tolerate nonzero constant byrefs in impCheckForNullPointer (#17042)Andy Ayers1-1/+0
2018-03-19Fixing the x86 ScalarUnOpTest template to no longer write out of boundsTanner Gooding12-770/+279
2018-03-19Regenerating the x86 HWIntrinsic tests to track each vector size separatelyTanner Gooding703-7710/+7714
2018-03-19Updating the x86 HWIntrinsic templates to track each vector size separatelyTanner Gooding20-863/+863
2018-03-19Updating the x86 HWIntrinsic DataTable types to assert the alignment returned...Tanner Gooding10-10/+70
2018-03-19Regenerating the x86 HWIntrinsics tests to no longer have a GC holeTanner Gooding703-1088/+1088
2018-03-19Fixing the x86 HWIntrinsic test templates to not leave a GC holeTanner Gooding19-29/+29
2018-03-19Fix eventpipe rundown test with crossgen (#16784)Victor "Nate" Graf1-7/+8
2018-03-16[Arm64] Disable broken tests dependent on #16310Steve MacLean1-0/+4
2018-03-16[Arm64] Enable HW Intrinsic Simd testsSteve MacLean1-68/+0
2018-03-16Fix test for GC.GetAllocatedBytesForCurrentThread to be more lenient with the...Sung Yoon Whang1-1/+1
2018-03-16Add tests for AVX Insert/Extract helper-intrinsicsFei Peng36-0/+10208
2018-03-16Add tests for AVX Insert/ExtractVector128Fei Peng47-0/+13268
2018-03-16Add tests and templates for AVX2 Insert/ExtractFei Peng40-2/+11731
2018-03-16Add AllReady scenario to JitBench (#16905)Adam Sitnik2-42/+64
2018-03-15Convert Sse2 tests to template driven version - part 1Jacek Blaszczynski62-1858/+8200
2018-03-15Fix to not reuse preallocated jump stubs for dynamic methods (#16941)Koundinya Veluri1-3/+25
2018-03-15Merge pull request #16813 from CarolEidt/FixDD544983Carol Eidt2-0/+174
2018-03-14Merge pull request #16928 from briansull/fix-16892Brian Sullivan2-0/+145
2018-03-14Add EventSource TraceLogging Support for EventPipe (#16861)Brian Robbins4-0/+321
2018-03-14Mark operands of dead FIELD_LIST as unusedCarol Eidt2-0/+174
2018-03-14Fix GH Issue 16892 - GC hole due to GT_INDEX_ADDRBrian Sullivan2-0/+145
2018-03-14Merge pull request #16832 from dotnetrt/StoreNonTemporalCarol Eidt3-0/+239
2018-03-14Merge pull request #16797 from dotnetrt/SetAllVector128_ManagedCarol Eidt4-3/+396
2018-03-14Merge pull request #16853 from dotnetrt/CnvertScInt64Carol Eidt2-2/+12
2018-03-14Mark GenericContext test as incompatible with GCStress (#16918)Andon Andonov1-0/+3
2018-03-14Convert implementation of SetAllVector128 SSE HW intrinsic to managedJacek Blaszczynski1-2/+2
2018-03-14Add SSE2 SetAllVector128 helper HW intrinsic testsJacek Blaszczynski4-3/+396
2018-03-13Revert "Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#1679...Jan Kotas2-0/+68
2018-03-13Add SSE2 StoreNonTemporal HW intrinsic testsJacek Blaszczynski3-0/+239
2018-03-13Merge pull request #16872 from fiigii/avxpermuteCarol Eidt11-1/+2288
2018-03-13Fix shuffling thunk for Unix AMD64 (#16904)Jan Vorlicek2-0/+424
2018-03-13Merge pull request #16822 from sdmaclea/PR-ARM64-BASE-INTRINSICSCarol Eidt2-0/+217
2018-03-12Implement AVX Shuffle and Permute intrinsicsFei11-1/+2288
2018-03-10Add SSE2 SetVector128 HW intrinsic testsJacek Blaszczynski4-1/+388
2018-03-10[Arm64] Add Base HW intrinsic testsSteve MacLean2-0/+217
2018-03-10Adding tests for the Extend, GetLowerHalf, and StaticCast intrinsicsTanner Gooding24-0/+6260
2018-03-09When value numbering an assignment we may need to insert an implicit cast ope...Brian Sullivan2-0/+74