summaryrefslogtreecommitdiff
path: root/src/vm/siginfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-11-29Enable type equivalence (#21265)Aaron Robinson1-31/+13
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-8/+0
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-1/+1
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-2/+2
2018-03-02Use TARGET_POINTER_SIZE macro (#16640)Egor Chesakov1-45/+45
2018-02-26Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macroEgor Chesakov1-1/+1
2017-11-06Fix GC reporting for slow tail call arguments of type `Span<T>` (#14826)Koundinya Veluri1-38/+8
2017-11-02Switch to /utf-8 for MSVC (#14822)刘雨培1-1/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-6/+4
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan1-4/+8
2017-07-10Remove m_pIBCErrorNameString and IBCErrorNameString()Brian Sullivan1-8/+0
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-4/+4
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-4/+0
2017-04-20When we have profile data we can have cross module references in our ZapSig's...Brian Sullivan1-1/+4
2017-02-01Fix GC reporting for Span<T> passed in registers on Unix (#9247)Koundinya Veluri1-9/+7
2017-01-22Report by-ref-like types to the GC (SpanOfT) (#9034)Koundinya Veluri1-7/+52
2017-01-11Initial implementation of two field span.Jan Kotas1-1/+3
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-1/+1
2016-08-11Fix unreachable code warnings with MSVC++ 18.10Jan Kotas1-6/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-08Fix issue with unlimited stack settingJan Vorlicek1-1/+13
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-1/+1
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-3/+21
2015-09-30Fix SigPointer::PeekValueTypeTokenClosed to handle generic instantiation repr...John Chen1-1/+5
2015-04-01Fix next round of warning typesJan Vorlicek1-5/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+5603