summaryrefslogtreecommitdiff
path: root/src/inc/corjit.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-24Remove dependency on IEEMemoryManager (#24755)Jan Kotas1-1/+1
2019-05-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan1-5/+5
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan1-8/+8
2019-01-26Cleanup stackoverflow handling leftovers (#22228)Jan Kotas1-26/+0
2017-12-13[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)Steve MacLean1-230/+2
2017-12-08[Arm64] Define ISA feature flagsSteve MacLean1-6/+50
2017-10-18[Arm64] Support flag FEATURE_SIMDSteve MacLean1-2/+6
2017-09-29Implement IsSuppoored for all ISA classesFei Peng1-1/+32
2017-07-24Add the runtime code versioning featurenoahfalk1-1/+3
2017-05-15Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.Ruben Ayrapetyan1-0/+6
2017-03-31Add Tier0/1 jit flagsnoahfalk1-0/+2
2017-03-18Remove JIT-EE version ifdefs (#10273)Bruce Forstall1-91/+0
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-14/+156
2016-05-20Remove some preprocessor usage from the JIT interface.Pat Gavlin1-4/+3
2016-05-19Add some quirk and versioning flags and change some preprocessor symbols into...Pat Gavlin1-3/+3
2016-05-09JIT-EE interface changes to support CoreRTJan Kotas1-0/+1
2016-03-24Delete legacy netcf compat support (final part)Jan Kotas1-8/+0
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin1-1/+8
2016-02-23Fix build issue on NetBSD: Include <stdarg.h> for va_listKamil Rytarowski1-0/+2
2016-02-18Delete MDIL generation support from JIT-EE interfaceJan Kotas1-25/+0
2016-02-05Address CR feedback.Pat Gavlin1-7/+15
2016-02-05Generate P/Invoke transitions for CoreRT.Pat Gavlin1-4/+2
2016-02-04Make a few JIT interface changes to accommodate CoreRT:Pat Gavlin1-3/+24
2016-01-28Support for CFI unwind infoKyungwoo Lee1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-24Revert "Generate P/Invoke transitions for CoreRT."Jan Kotas1-3/+5
2016-01-23Address code review feedback.Pat Gavlin1-3/+0
2016-01-22Generate P/Invoke transitions for CoreRT.Pat Gavlin1-5/+6
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-50/+0
2015-07-24Add an option to request 16 bytes alignment for read-only data.Eugene Rozenfeld1-0/+6
2015-07-16Port CS#1495515 to ProjectK branch: Add a JIT-EE interface method for use by ...Bruce Forstall1-6/+6
2015-03-17Merge changes from parent branchdotnet-bot1-5/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+617