summaryrefslogtreecommitdiff
path: root/src/vm/interpreter.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-18Implement instantiating and unboxing through portable stublinker codeā€¦ (#106)JUNG DONG-HEON1-3/+3
2019-05-23Delete FEATURE_TESTHOOK (#24746)Jan Kotas1-3/+0
2019-05-09[X86/Linux] Fix error: no member named 'GetId' in 'AppDomain' when enabled In...Leslie Zhai1-3/+3
2019-05-02System.GC.AllocateUninitializedArray (#24096)Vladimir Sadov1-1/+1
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-6/+6
2019-03-16Fix typo (#23300)Nikita Potapenko1-1/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-95/+0
2018-11-29Update JIT/EE getMethodNameFromMetadata to get enclosing class nameFei Peng1-1/+1
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-4/+1
2018-08-27Some fixes for the interpreter (#19678)Andy Ayers1-10/+184
2017-11-27Improve Monitor scaling (#14216)Koundinya Veluri1-1/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+1
2017-07-24Add the runtime code versioning featurenoahfalk1-94/+10
2017-07-04Support interprter build when INTERP_TRACING is not set (#12625)Jonghyun Park1-13/+13
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan1-4/+3
2017-06-01[x64/Linux] Fix FEATURE_INTERPRETER Release build (#12046)Jonghyun Park1-1/+3
2017-06-01[x64/Linux] Use correct argument registers in InterpreterStub (#12002)Jonghyun Park1-6/+6
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-1/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-23/+0
2016-12-13[ARM32/Linux] Initial bring up of FEATURE_INTERPRETER (#8594)mskvortsov1-3/+16
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-3/+3
2016-09-08Merge pull request #6764 from swgillespie/gc-interface-3Sean Gillespie1-1/+1
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-1/+1
2016-08-31Fix funceval of a function returning 16 byte value type. (#6997)Mike McLaughlin1-2/+3
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-8/+0
2016-04-06Replace SimplerHash with SHash in the interpreter.Pat Gavlin1-6/+5
2016-03-03Refactor Utilcode's IAllocators.Pat Gavlin1-2/+3
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-16Linux arm64 build fix.jashook1-11/+11
2015-12-15Build arm64 using private toolsetRahul Kumar1-1/+1
2015-07-31[aarch64] Correct the checking of return class type to check against CORINFO_...Geoff Norton1-1/+1
2015-07-28[aarch64] Enable the interpreter on linux as wellGeoff Norton1-24/+12
2015-05-30Fix a bug in implementation of ICastable when CoreCLR throws exception on IL ...Eugene Zemtsov1-5/+6
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+12272