summaryrefslogtreecommitdiff
path: root/src/vm/jitinterface.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-35/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-2/+0
2017-02-10Use DynamicSecurityMethod attribute to mark methods with StackCrawlMarkJan Kotas1-206/+4
2017-02-09Optimize Span.Fill (#9441)Ahson Ahmed Khan1-0/+10
2017-02-07Fix field type for ByReference<T> and TypedReference (#9284)Koundinya Veluri1-5/+15
2017-01-26Merge pull request #9054 from kouvel/SpanGcReportingSivarv1-20/+12
2017-01-26Fix encoding of native signatures in the presence of Enum.GetHashCode optimiz...Jan Kotas1-0/+8
2017-01-25Fix GC info for `ByReference<T>`Koundinya Veluri1-20/+12
2017-01-23[x86/Linux] Enable FEATURE_EH_FUNCLETS (#8889)Jonghyun Park1-51/+37
2017-01-22Report by-ref-like types to the GC (SpanOfT) (#9034)Koundinya Veluri1-0/+11
2017-01-11Initial implementation of two field span.Jan Kotas1-3/+80
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-1/+1
2016-12-16Avoid Unsafe.AsRef in Span<T> implementation (#8657)Jan Kotas1-3/+1
2016-12-07Refactor Span<T> to ease implementation of JIT intrinsics (#8497)Jan Kotas1-7/+8
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-0/+4
2016-11-08Report CORINFO_FLG_CONTAINS_GC_PTR for TypedReference (#8014)Michal Strehovský1-1/+1
2016-10-31Fix build break on x86Jan Kotas1-4/+4
2016-10-31Fix build breakJan Kotas1-2/+6
2016-10-31Merge pull request #7886 from jkotas/SpanOfTJan Kotas1-4/+194
2016-10-31Change Span fields to private readonly + other review feedbackJan Kotas1-22/+11
2016-10-30Avoid boxing in calls to enum's GetHashCode (#7895)Michal Strehovský1-0/+13
2016-10-30Streamline implementation of ToArray to call CopyTo<T> directlyJan Kotas1-54/+87
2016-10-30Disable Span<T> GC reporting under TODO to workaround JIT issueJan Kotas1-4/+4
2016-10-30Add TryCopyTo and Set methods to Spans API #5857 (#6648)Adam Sitnik1-0/+56
2016-10-30Fix reference types (#6954)Jan Kotas1-12/+56
2016-10-30Add implementation for hand-written JIT helpersJan Kotas1-0/+57
2016-10-30Span support in VMJan Kotas1-4/+15
2016-10-30Work around a Visual C++ silent bad code generation bug (#7890)Bruce Forstall1-4/+8
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-102/+90
2016-10-18Fix issue #7470 (Regression with enabled GDB JIT interface) (#7688)Evgeny Pavlov1-1/+1
2016-10-06Enable legacy JIT fallback for CoreCLR on Windows x86Bruce Forstall1-0/+7
2016-09-29Set THUMB bit for RUNTIME_FIXUP_HELPER functions (#7373)Jonghyun Park1-4/+4
2016-09-22[GDB/JIT] Add support for lldb step-over command on managed code (#7273)Dmitri-Botcharnikov1-0/+17
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-1/+1
2016-08-12Enable FEATURE_STUBS_AS_IL for ARM/Linux (#6500)Jonghyun Park1-1/+16
2016-08-04Adding support to the following generic dictionary entry slots for R2R: (#6291)Fadi Hanna1-13/+12
2016-08-03Adding Support for FieldDescSlot generic dictionary entries for R2R generic c...Fadi Hanna1-3/+4
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-213/+153
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-3/+3
2016-06-06ARM64: R2R - Implement CreateDictionaryLookupHelper stubRahul Kumar1-1/+1
2016-05-26Fix generic non-virtual method call in Ready-to-Run imagesJohnChen01-1/+1
2016-05-20Merge pull request #5124 from gkhanna79/Fix4940Gaurav Khanna1-0/+10
2016-05-20Merge remote-tracking branch 'upstream/master' into from-tfsdotnet-bot1-15/+38
2016-05-20Throw InvalidProgramException when a method with varargs is encountered.Gaurav Khanna1-0/+10
2016-05-19Implementation of the following generic dictionary entries for R2R: (#5079)Fadi Hanna1-15/+38
2016-05-19Revert "Change to reject varag methods"Gaurav Khanna1-9/+0
2016-05-19Add some quirk and versioning flags and change some preprocessor symbols into...Pat Gavlin1-16/+43
2016-05-19Throw InvalidProgramException when a method with varargs is encountered.Gaurav Khanna1-0/+9
2016-05-18Porting the changes to support generic dictionaries lookups in R2R images to ...Fadi Hanna1-5/+5
2016-05-17Implementing the Unix calling convention for the generic dictionary access st...Fadi Hanna1-3/+1