summaryrefslogtreecommitdiff
path: root/src/inc/jithelpers.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-3/+3
2018-01-30CORINFO_HELP_THROW_TYPE_NOT_SUPPORTEDSteve MacLean1-0/+1
2017-10-25Enable Crc32 , Popcnt, Lzcnt intrinsicsFei Peng1-2/+3
2017-09-26Remove Monitor asm helpers (#14146)Koundinya Veluri1-7/+0
2017-06-27Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both Meth...Ruben Ayrapetyan1-0/+1
2017-03-18Remove JIT-EE version ifdefs (#10273)Bruce Forstall1-15/+0
2017-02-28Use BIT64 instead of _WIN64 for LONG helpers (#9845)Jonghyun Park1-3/+3
2017-02-27Use WIN64EXCEPTIONS to declare EE_PERSONALITY_ROUTINE helpers (#9821)Jonghyun Park1-3/+3
2017-02-15Merge pull request #9603 from danmosemsft/defines4Dan Moseley1-17/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-12/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-5/+0
2017-02-14Generic Virtual calls for CoreRTSergey Andreenko1-0/+2
2017-02-03[x86/Linux] Clean Up JIT_EndCatch (#9302)Jonghyun Park1-2/+1
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-1/+2
2016-10-17helper for corertSergey Andreenko1-8/+9
2016-09-02Implement FixupPrecode for Arm64Rama Krishnan Raghupathy1-1/+1
2016-05-20Remove some preprocessor usage from the JIT interface.Pat Gavlin1-0/+14
2016-05-12Apply the JIT interface changes needed for Fadi's upcoming shared generics ch...Pat Gavlin1-0/+1
2016-05-09JIT-EE interface changes to support CoreRTJan Kotas1-0/+6
2016-03-09Delete dead codeJan Kotas1-259/+223
2016-02-04Make a few JIT interface changes to accommodate CoreRT:Pat Gavlin1-0/+3
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-24Revert "Generate P/Invoke transitions for CoreRT."Jan Kotas1-3/+0
2016-01-22Generate P/Invoke transitions for CoreRT.Pat Gavlin1-0/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-17/+27
2015-07-09Support for SIMD ExceptionsCarol Eidt1-0/+5
2015-03-17Merge changes from parent branchdotnet-bot1-0/+4
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot1-1/+1
2015-02-13Simplify platform ifdefsJan Kotas1-9/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+394