summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-01-11Enable returning more complex structures via PInvoke returns. (#21470)Jeremy Koritzinsky20-25/+274
2019-01-11Remove the Smarty lst files from CoreCLR (#21962)Jarret Shook2-155842/+0
2019-01-10Merge pull request #21804 from briansull/fix-unbox-optBrian Sullivan3-0/+172
2019-01-10Merge pull request #21928 from fiigii/fixMulxCarol Eidt3-0/+138
2019-01-10JIT: fix byte range used by RangeCheck (#21915)Andy Ayers2-0/+143
2019-01-10Code Review feedbackBrian Sullivan1-1/+1
2019-01-10Don't optimize BMI2 MultiplyNoFlags awayFei Peng3-0/+138
2019-01-10disable dynamo test on arm32/64 (#21940)Sung Yoon Whang1-0/+6
2019-01-10New test for DevDiv_754566Brian Sullivan3-0/+172
2019-01-10Merge pull request #21864 from fiigii/fixscalarmemCarol Eidt3-0/+339
2019-01-10Add an exclusion for hugeexpr1 on arm32 under `JitOptimizationSensitive` . (#...Sergey Andreenko1-2/+3
2019-01-09Merge pull request #21779 from mazong1123/fix-19166-checkproj-optAndy Ayers12-36/+87
2019-01-09Implement AssemblyDependencyResolver (#21896)Jeremy Koritzinsky10-0/+1197
2019-01-09Fix CRC32 instruction encoding on containment formFei Peng3-0/+339
2019-01-09Add tests for our layout-class marshalling (#20867)Jeremy Koritzinsky5-0/+351
2019-01-09Addressing https://github.com/dotnet/coreclr/issues/21461 (#21771)José Rivero1-6/+9
2019-01-09Fix perf-prep to pass the branch name (#21911)Michelle McDaniel1-4/+9
2019-01-09Remove extraneous eightbytes check for native structures and add tests. (#21590)Jeremy Koritzinsky7-74/+338
2019-01-09More DispatchWrapper tweaksJan Kotas1-0/+4
2019-01-08Copy address-taken SIMD intrinsic (#21884)Carol Eidt2-0/+60
2019-01-08Update Test exclusion for NativeLibraryTests in official builds. (#21858)Swaroop Sridhar1-1/+1
2019-01-08Extract cleanup changes from #21793. (#21852)Jeremy Koritzinsky2-2/+2
2019-01-07Fixing ContainCheckHWIntrinsic to ensure that scalar integer operands are the...Tanner Gooding2-0/+88
2019-01-07Fix CharSet on StringBuilder hidden null terminator test (#21853)Jeremy Koritzinsky1-2/+2
2019-01-07Remove invalid test b21296 (#21507)Jan Vorlicek2-202/+0
2019-01-07Fix missing project error in official build (#21767)Sven Boemer1-1/+1
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar6-387/+397
2019-01-04Merge pull request #21806 from BruceForstall/CheckTestEnvCallBruce Forstall1-1/+8
2019-01-04Fix Windows arm32/arm64 testing (#21809)Bruce Forstall2-44/+99
2019-01-03Add test for StringBuilder null terminator implementation detail (#21800)Jeremy Koritzinsky3-1/+14
2019-01-03Merge pull request #21803 from BruceForstall/FixTypoBruce Forstall1-1/+1
2019-01-03Check result of call to TestEnv scriptBruce Forstall1-1/+8
2019-01-03Fix batch script errors running JitOptimizationSensitive testsBruce Forstall1-1/+1
2019-01-04Fixed the broken projects.Jingyu11-31/+1
2019-01-03Use Kernel32 instead of api-ms-win-core-* in DllImports in SafeFileHandle.csEgor Chesakov1-5/+5
2019-01-03Remove vc-runtime package dependency (#21643)Egor Chesakov4-50/+2
2019-01-03Bring Debug CRT DLLs when build IJW tests (#21699)Egor Chesakov3-0/+16
2019-01-03Check the optimize settings of JIT test projects.Jingyu1-5/+86
2019-01-02Refactor Send to Helix step in Azure DevOps (#21700)Egor Chesakov1-10/+22
2018-12-22Update CoreClr, CoreFx to preview-27223-01, preview.18622.2, respectively (ma...dotnet-maestro-bot1-1/+133
2018-12-21Correctly disable tests (#21645)Dan Moseley1-32/+34
2018-12-21Remove _syncRoot field from collections (#21628)Dan Moseley1-2/+68
2018-12-21Disable outdated CoreFX test (#21636)Jan Kotas1-0/+4
2018-12-21Fix arm64 prolog generation for register masks with holes. (#21395)Sergey Andreenko1-3/+0
2018-12-21Implement the remaining BMI1/2 intrinsic (#21480)Fei Peng26-15/+3077
2018-12-20Don't morph volatile IND(ADDR(LCL_VAR)) (#20843)mikedn2-0/+47
2018-12-20Merge pull request #21589 from CarolEidt/Fix21546Carol Eidt2-0/+111
2018-12-18Transform SIMD8 to FIELD_LIST if promotedCarol Eidt2-0/+111
2018-12-18Merge pull request #21567 from CarolEidt/Issue20657Carol Eidt2-0/+68
2018-12-18Merge pull request #21571 from BruceForstall/DisableArm32TestBruce Forstall1-0/+3