summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2019-02-14prestub: fix ExternalMethodFixupWorkersubmit/tizen/20190419.143735submit/tizen/20190419.042330submit/tizen/20190416.152950submit/tizen/20190410.105333submit/tizen/20190405.141848submit/tizen/20190327.110559submit/tizen/20190312.130143submit/tizen/20190312.123654submit/tizen/20190312.102237accepted/tizen/unified/20190422.045933Konstantin Baladurin1-1/+5
2019-02-14Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
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-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
2019-01-09Remove extraneous eightbytes check for native structures and add tests. (#21590)Jeremy Koritzinsky2-12/+33
2019-01-08Merge pull request #21867 from adityamandaleeka/fix_writebarrier_bounds_checkAditya Mandaleeka1-3/+15
2019-01-08Extract cleanup changes from #21793. (#21852)Jeremy Koritzinsky6-45/+85
2019-01-08Fix write barrier bounds checks for ARM64 UnixAditya Mandaleeka1-3/+15
2019-01-07Update ceemain.cpp (#21869)Will Cohen1-1/+1
2019-01-06Remove CAS era security checks around resource loads (#21825)Filip Navara8-49/+10
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar7-79/+111
2019-01-04Delete unused fFullReset argument (#21814)Jan Kotas7-43/+10
2019-01-04Avoid passing stack crawl mark unnecessarily deep in the call stack. (#21783)Filip Navara4-32/+21
2019-01-03Add test for StringBuilder null terminator implementation detail (#21800)Jeremy Koritzinsky1-11/+3
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar3-16/+0
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas11-651/+87
2019-01-03Remove unnecessary propagation of stack crawl marks. (#21781)Filip Navara8-20/+10
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas3-26/+26
2019-01-02Simplify and improve integer overflow checks in Interop (#21732)Jan Kotas1-6/+5
2019-01-01strlen to managed code and vectorize (#21729)Ben Adams6-22/+8
2019-01-01Cleanup ArgumentNull_Obj references in unmanaged runtime (#21738)Jan Kotas3-12/+12
2018-12-31Improve MdUtf8String (#21720)Ben Adams3-22/+0
2018-12-30Add license, keep more of the CriticalHandle logic in the shared fileJan Kotas1-1/+1
2018-12-29Move CultureInfo to shared CoreLib (#21672)Filip Navara3-16/+14
2018-12-28Fix warning causing error in warning as error (Windows) (#21697)Ben Adams1-1/+1
2018-12-26desktop port (#21523)Maoni Stephens12-15/+112
2018-12-23Fix warning causing error in warning as error (Windows) (#21656)Ben Adams1-3/+3
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld4-7/+58
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean7-257/+7
2018-12-21Ensure that the S.N.Vector methods are marked as [Intrinsic] and that the att...Tanner Gooding1-1/+1