summaryrefslogtreecommitdiff
path: root/src/vm/typehash.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-10/+0
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions ↵Brian Sullivan1-1/+1
across the interface. Catch the exception on the VM side of the interface call and report the error to the zapper using an Error() function call rather than letting the exception go across tyhe interface call. The interface methods LoadIBCTypeHelper and LoadIBCMethodHelper no longer need a ThrowsViolation in their contracts. Instead oif using BAD_FORMAT exceptions for a failures to load IBC data type and methods, we now throw TypeLoad exception.
2017-06-13Partially remove relocations for ModuleSection (ZapVirtualSectionType). (#11853)Ruben Ayrapetyan1-15/+24
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+874
[tfs-changeset: 1407945]