summaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-12JIT: update byref null check logic to handle field chains (#23850)Andy Ayers2-0/+75
2019-04-11JIT: fix assert when there are mixed types in Enum.HasFlags optimization (#23...Andy Ayers2-2/+24
2019-04-11Renaming 'failure' in counter tests (#23891)Sung Yoon Whang2-19/+19
2019-04-10Remove overrelease in test (#23887)Aaron Robinson1-5/+0
2019-04-11Contextual reflection (#23740)Steve MacLean4-0/+906
2019-04-10Expose new EventCounter APIs (#23808)Sung Yoon Whang2-5/+5
2019-04-09Alter CCW wrapping semantics (#23709)Aaron Robinson14-12/+309
2019-04-09Unconditionally set CrossGenTest to false for readytorun/tests/mainv1 mainv2 ...Egor Chesakov2-0/+2
2019-04-08Merge pull request #23739 from briansull/struct-cseBrian Sullivan2-0/+230
2019-04-08Block the hoisting of TYP_STRUCT rvalues in loop hoistingBrian Sullivan2-0/+230
2019-04-08Merge pull request #23715 from BruceForstall/FixArmStackProbingBruce Forstall6-0/+587
2019-04-08Allow reabstraction of default interface methods (#23313)Michal Strehovský7-8/+466
2019-04-06[master] Update dependencies from dotnet/corefx (#23785)dotnet-maestro[bot]1-3/+0
2019-04-05WIP Fix ARM32/ARM64 large frame stack probingBruce Forstall6-0/+587
2019-04-05Enable return buffers on Windows ARM64 for struct-returning member functions ...Jeremy Koritzinsky2-8/+69
2019-04-04Disable marshalling delegates as _Delegate and enable marshalling delegates a...Jeremy Koritzinsky4-87/+94
2019-04-04Fix SystemV AMD64 Explicit structure classification (#22041)Jeremy Koritzinsky7-55/+470
2019-04-04Improve Upper Vector Save/Restore (#23344)Carol Eidt2-0/+132
2019-04-04Fix prefix of mock hostpolicy on Unix (#23692)Jeremy Koritzinsky1-1/+1
2019-04-03Fix interop test cases to pass doubles for native varargs. (#23690)Andy Ayers4-98/+98
2019-04-03Change Auto charset to mean UTF-8 off-Windows (#23664)Jeremy Koritzinsky5-1/+58
2019-04-02Updating the HWIntrinsic x86 codegen to handle indir nodes. (#23629)Tanner Gooding338-0/+40560
2019-04-02Change tests to not modify Core_Root (#23470)Jeremy Koritzinsky19-134/+125
2019-04-02Fix spill check for struct lclVars (#23570)Carol Eidt2-0/+67
2019-04-01Disable load byte array (#23638)Steve MacLean1-1/+1
2019-04-01Disable AssemblyLoadByteArrayName test (#23635)Steve MacLean1-0/+2
2019-04-01[master] Update dependencies from dotnet/corefx (#23593)dotnet-maestro[bot]1-0/+3
2019-03-29Clean up AssemblyLoadContext30Extensions test (#23581)Steve MacLean2-6/+1
2019-03-29Make tracelogging GCStressIncompatible. (#23578)Sergey Andreenko1-0/+1
2019-03-29Fix HW intrinsic containment bugs (#23558)Carol Eidt2-0/+68
2019-03-29Merge pull request #23533 from briansull/Issue_23441Brian Sullivan2-0/+244
2019-03-29Correctly marshal structure return values in member functions on Win-x64 and ...Jeremy Koritzinsky11-11/+289
2019-03-28Fix for issue #23441Brian Sullivan2-0/+244
2019-03-28Fix increment calculation in IncrementingPollingCounter (#23502)Sung Yoon Whang2-0/+168
2019-03-28Struct & SIMD improvements (#22255)Carol Eidt6-0/+280
2019-03-28Merge pull request #23325 from VSadov/CmpExchA64Vladimir Sadov5-76/+62
2019-03-27ALC enhancements (#22273)Steve MacLean2-0/+275
2019-03-27Extend WindowsEventLog test for EntryPointFilter (#23178)Steve MacLean1-19/+40
2019-03-27Fixing the codegen for x64 intrinsics to use EA_8BYTE where needed. (#23461)Tanner Gooding3-0/+252
2019-03-26Handle addressing modes for HW intrinsics (#22944)Carol Eidt2-0/+159
2019-03-26Make tests outerloop againvsadov7-7/+7
2019-03-26Merge pull request #23430 from janvorli/disable-ijw-load-in-collectible-alcJan Vorlicek5-0/+13
2019-03-25Mark test GitHub_18582 as optimization sensitive (#23434)Andy Ayers1-0/+1
2019-03-25Disabled new IJW testsJan Vorlicek3-0/+9
2019-03-25Disable loading IJW assemblies into collectible ALCJan Vorlicek2-0/+4
2019-03-21Removed unnecessary string compares and Sleeps.vsadov10-83/+69
2019-03-21Merge pull request #23350 from briansull/hva-testsBrian Sullivan1-94/+969
2019-03-20Runtime changes for IJW Activation (#22636)Jeremy Koritzinsky16-35/+299
2019-03-20Test for PollingCounter (#23257)Sung Yoon Whang2-0/+222
2019-03-20Expand Vector128 testing to 5 elementsBrian Sullivan1-41/+228