summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar5-140/+0
2019-02-06Throw an exception when passing strings by-value as out parameters. (#21513)Jeremy Koritzinsky2-30/+55
2019-02-05Notify dac when prejitted code is going to be used for a method (#22296)Andy Ayers1-1/+14
2019-02-04Fix marshalling UTF8 string struct member from native to managed. (#22408)Jeremy Koritzinsky1-6/+2
2019-02-04Move SynchronizationContext to shared partition (#22389)Marek Safar7-39/+32
2019-02-04Handle SPC in GetLoadContextSteve MacLean1-6/+15
2019-02-04Fix arm32 unwind for large methods (#22381)Andy Ayers1-2/+4
2019-02-03Throw the right exception when interface dispatch is ambiguous (#22295)Michal Strehovský2-1/+3
2019-02-03Use unsigned index extension in muldi-dimensional array stubs (#22376)Jan Kotas1-26/+12
2019-02-01Preserve Vector Arg registers on Arm64 (#22257)Carol Eidt9-64/+66
2019-02-01Ensure method is active in PrepareMethod (#22351)Andy Ayers1-0/+2
2019-01-31Fix for missing GC ref map record on ARM64 for the X8 register (#22309)Tomáš Rylek3-4/+14
2019-01-30Add managed implementation of GetSystemMaxDBCSCharSize (#22290)Marek Safar3-12/+0
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens2-2/+17
2019-01-28Fix finding entry point unwind record for a method with fragmented un… (#22...Andy Ayers1-21/+40
2019-01-26Cleanup stackoverflow handling leftovers (#22228)Jan Kotas4-33/+6
2019-01-25Move more Marshal methods to shared partition (#22205)Marek Safar3-35/+0
2019-01-24Remove obsolete thread abortion flags. (#22185)Filip Navara4-44/+3
2019-01-24Work around build failure (#22138)Koundinya Veluri1-1/+3
2019-01-24Remove no-op holder stack validation. (#22182)Filip Navara2-8/+4
2019-01-23Merge pull request #22003 from adityamandaleeka/writebarrier_updates_arm64Aditya Mandaleeka2-51/+149
2019-01-23Move common ThreadPool code to shared CoreLib partition. (#22115)Filip Navara2-2/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara204-6312/+139
2019-01-23Remove unused thread abortion methods. (#22147)Filip Navara5-224/+3
2019-01-22Restrict HW intrinsic name check to intrinsic types (#22116)Michal Strehovský1-18/+18
2019-01-22Do not throw from TraceResolver (#22126)Michal Strehovský1-3/+5
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara7-79/+22
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas10-235/+44
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek12-30/+16
2019-01-19Removed unused 'Stack Walking' code (#22039)Matt Warren1-43/+0
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar7-68/+162
2019-01-18Handle complex constrained calls with default interface methods (#21978)Michal Strehovský1-0/+31
2019-01-18Use correct resolution scope when checking default implementations (#22036)Michal Strehovský1-3/+5
2019-01-18Add comments on headers that gets parsed by Mono linker for whoever touches t...Sung Yoon Whang3-0/+18
2019-01-15Use separate shift and indexing.Aditya Mandaleeka1-6/+9
2019-01-15Load ephemeral bounds simultaneously with ldp.Aditya Mandaleeka1-3/+4
2019-01-15Switch back to two compares.Aditya Mandaleeka1-2/+2
2019-01-15Bringing Unix write barrier changes to Windows.Aditya Mandaleeka2-48/+142
2019-01-15On SIGTERM default to a non-zero exit code (#21300)Tom Deseyn1-3/+17
2019-01-14Large version bubble Support (#21727)Andon Andonov9-19/+58
2019-01-14Finding Standalone GC and CoreDisTools in non-standard host testing (#21983)Aaron Robinson2-57/+24
2019-01-14Removing noisy R2R compilation outputs, and putting them under the /verbose s...Fadi Hanna1-1/+2
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky15-142/+157
2019-01-12Add NativeLibrary Resolve Event (#21929)Swaroop Sridhar4-27/+104
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri37-299/+1757
2019-01-11Enable returning more complex structures via PInvoke returns. (#21470)Jeremy Koritzinsky3-45/+30
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au9-19/+31
2019-01-11Add cleanup of the TypeIDMap at unload time (#21943)Jan Vorlicek5-0/+60
2019-01-10Normalize a few more spin-wait loops (#21586)Koundinya Veluri13-149/+24
2019-01-09Fix DynamicMethodDesc memory leak (#21891)Jan Vorlicek4-63/+47