summaryrefslogtreecommitdiff
path: root/src/zap/zapinfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-31Added DisableInlining flag to the ProfileData.Brian Sullivan1-2/+9
2017-03-28Ctor Jit-EE interface change (#10512)Sergey Andreenko1-4/+4
2017-03-16Interface call devirtualization: VM side of changesAndy Ayers1-2/+3
2017-03-02Jit interface support for devirtualizationAndy Ayers1-0/+8
2017-02-25Treat BitConverter.IsLittleEndian as an intrinsicMike Danes1-0/+1
2017-02-13Rejit support for R2R imagesnoahfalk1-2/+7
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-29/+0
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-34/+37
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-5/+5
2016-06-02Validate new object construction in Ready to Run (#5398)John Chen1-0/+3
2016-05-19Add some quirk and versioning flags and change some preprocessor symbols into...Pat Gavlin1-140/+152
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna1-53/+65
2016-05-12Apply the JIT interface changes needed for Fadi's upcoming shared generics ch...Pat Gavlin1-2/+5
2016-05-09Merge pull request #4883 from JohnChen0/r2rJohn Chen1-0/+18
2016-05-09Fix CrossGen to skip some methods that require generic dictionaryJohn Chen (CLR)1-0/+18
2016-05-03Remove SEH interactions between the JIT and the EE.Pat Gavlin1-0/+5
2016-05-02Merge pull request #4688 from dotnet-bot/from-tfsJan Kotas1-0/+6
2016-04-30Support generic methods without generic dictionaryJohn Chen (CLR)1-3/+23
2016-04-29ARM64: Enabling Crossgen End-to-End MscorlibKyungwoo Lee1-0/+13
2016-04-29Eliminate SEH interactions between the JIT and the EE during verification.Pat Gavlin1-0/+6
2016-04-28Refuse to compile references to nativecallable methods in R2R images (#4627)Jan Kotas1-0/+6
2016-04-05Fix issue 2963Rahul Kumar1-0/+2
2016-03-30Fix R2R fixups for delegate ctorsJan Kotas1-6/+16
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-2/+2
2016-03-11Merge pull request #3674 from jkotas/tail-callJan Kotas1-0/+8
2016-03-11Fallback to JIT for explicit tailcalls in R2RJan Kotas1-0/+8
2016-03-09Delete dead codeJan Kotas1-22/+2
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin1-31/+0
2016-02-18Delete MDIL generation support from JIT-EE interfaceJan Kotas1-947/+0
2016-02-17Option for Enforcing Intrinsic Expansiondotnet-bot1-2/+3
2016-02-04Make a few JIT interface changes to accommodate CoreRT:Pat Gavlin1-0/+24
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-24Revert "Generate P/Invoke transitions for CoreRT."Jan Kotas1-7/+6
2016-01-23Address code review feedback.Pat Gavlin1-6/+7
2016-01-18Add ready to run support to unix crossgenJan Vorlicek1-1/+1
2016-01-08Enable tailcallopt for CoreRTJan Kotas1-0/+6
2015-08-19Complete support for atypical callsitesJan Kotas1-9/+25
2015-08-18Add CORINFO_CALLINFO_ATYPICAL_CALLSITE flag to JIT-EE interfaceJan Kotas1-1/+1
2015-08-14Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"Jon Hanna1-1/+1
2015-07-24Add an option to request 16 bytes alignment for read-only data.Eugene Rozenfeld1-2/+13
2015-07-16Port CS#1495515 to ProjectK branch: Add a JIT-EE interface method for use by ...Bruce Forstall1-0/+8
2015-07-02Allow non-RIP-relative relocations in coreclr crossgen.Eugene Rozenfeld1-1/+1
2015-05-20ReadyToRun bugfixesJan Kotas1-2/+13
2015-04-30Fix new set of warningsJan Vorlicek1-0/+2
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-0/+2
2015-03-17Merge changes from parent branchdotnet-bot1-11/+35
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot1-0/+15
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4699