summaryrefslogtreecommitdiff
path: root/src/vm/dynamicmethod.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-03Fix signature mismatch between managed and unmanaged GetCodeInfo signatures (...Jan Kotas1-16/+1
2019-04-15Use NewArrayHolder for array types (#24017)Omair Majid1-4/+4
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-2/+0
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek1-3/+3
2019-01-09Fix DynamicMethodDesc memory leak (#21891)Jan Vorlicek1-53/+44
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-1/+1
2018-05-24Typo (#18122)John Doe1-1/+1
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-0/+5
2018-02-14[armel tizen] Fixed dynamic code allocation and code pitching for ARM (#16352)sergey ignatov1-1/+1
2017-12-14Change non-exclusive Check postconditions to null checks (#15523)Jan Kotas1-1/+1
2017-12-12Correct sizeToCommit rounding (#15485)Jan Kotas1-1/+1
2017-11-30Jumpstub fixes (#15296)Jan Kotas1-160/+122
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-3/+3
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov1-7/+7
2017-04-22Two improvments for LCG jump stubs (dynamic methods): (#9160)Brian Sullivan1-10/+15
2016-04-27Arm64:Fxing up VM helper Table in mscorlib NIRama Krishnan Raghupathy1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-03-17Fix some of the issues found by Viva64 static analyserJan Kotas1-7/+7
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1590