summaryrefslogtreecommitdiff
path: root/src/zap/zapinfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-10crossgen plumbing cleanup (#16883)Jan Kotas1-3/+0
2017-12-12Add SPMI for getTypeForPrimitiveNumericClassFei Peng1-0/+5
2017-12-06new intrinsic type support (#15340)Fei Peng1-0/+10
2017-10-30JIT: optimize calls on boxed objectsAndy Ayers1-2/+8
2017-10-05JIT: More type equality opts (#14317)Andy Ayers1-0/+10
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-0/+6
2017-09-07New jit intrinsic support (#13815)Andy Ayers1-0/+5
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-3/+4
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-19/+0
2017-08-07Review fixesGleb Balykov1-1/+1
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan1-1/+1
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-3/+4
2017-06-27Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both Meth...Ruben Ayrapetyan1-1/+1
2017-06-14Remove the warning about Implicit boxing during crossgen (#12274)Brian Sullivan1-1/+0
2017-06-06new JitEE interface method: expandRawHandleIntrinsic (#12071)Sergey Andreenko1-12/+7
2017-05-23Delete special handling of IJW RVA fields at NGen time (#11818)Jan Kotas1-39/+0
2017-05-15Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.Ruben Ayrapetyan1-0/+19
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