summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update Newtonsoft.Json (#22060)Ben Adams1-1/+1
2019-01-18Fix calling conventions on reverse PInvoke callbacks. (#22044)Jeremy Koritzinsky1-3/+7
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar5-0/+153
2019-01-18Handle complex constrained calls with default interface methods (#21978)Michal Strehovský2-630/+149
2019-01-18Use correct resolution scope when checking default implementations (#22036)Michal Strehovský4-0/+194
2019-01-17Unify xplatform.h and platformdefines.h (#21389)Jeremy Koritzinsky94-428/+349
2019-01-17Merge pull request #22022 from fiigii/reenabletestCarol Eidt11-0/+1664
2019-01-16Re-enable Avx.PermuteVar testsFei Peng11-0/+1664
2019-01-16Merge pull request #21997 from BruceForstall/FixFpRelativeInstructionsBruce Forstall2-0/+628
2019-01-16 Fix imm-operand encoding for SSE/AVX instructions (#21999)Fei Peng54-2557/+7719
2019-01-16Make JIT\superpmi\superpmicollect compatible with HelixEgor Chesakov3-34/+35
2019-01-15Fix two cases of FP-relative immediate offsets not being checked for encodabi...Bruce Forstall2-0/+628
2019-01-14Large version bubble Support (#21727)Andon Andonov5-2/+148
2019-01-14Improvements for object stack allocation.Eugene Rozenfeld1-12/+80
2019-01-14Add test calling a NativeCallable via an unmanaged calli. (#21984)Jeremy Koritzinsky1-0/+49
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky12-4/+306
2019-01-12Add NativeLibrary Resolve Event (#21929)Swaroop Sridhar8-0/+233
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri2-0/+296
2019-01-11Enable returning more complex structures via PInvoke returns. (#21470)Jeremy Koritzinsky20-25/+274
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-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-09Remove extraneous eightbytes check for native structures and add tests. (#21590)Jeremy Koritzinsky7-74/+338
2019-01-08Copy address-taken SIMD intrinsic (#21884)Carol Eidt2-0/+60
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-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-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 Chesakov1-28/+0
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
2018-12-21Implement the remaining BMI1/2 intrinsic (#21480)Fei Peng26-15/+3077