summaryrefslogtreecommitdiff
path: root/src/zap
AgeCommit message (Expand)AuthorFilesLines
2017-09-07New jit intrinsic support (#13815)Andy Ayers2-0/+9
2017-09-04Print zapper stats on verbose mode (#13774)Hanjoung Lee1-0/+4
2017-09-04Fix uninitialized fields of ZapperStats (#13773)Hanjoung Lee1-0/+3
2017-09-01Initialize m_failedILStubs of ZapperStats (#13742)Hanjoung Lee1-0/+1
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall3-4/+7
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-19/+0
2017-08-07Review fixesGleb Balykov2-2/+2
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan2-73/+68
2017-07-11Fix crossgen debug directory generation problems. (#12715)Mike McLaughlin2-0/+11
2017-07-10Move ITEM_DICTIONARY and ITEM_VTABLE_CHUNK to separate subsection of SECTION_...Gleb Balykov1-0/+1
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov2-4/+6
2017-07-04Fix missing refernces in FEATURE_MERGE_JIT_AND_ENGINTJonghyun Park1-0/+3
2017-06-29Implement a /verbose flag to show the verbose output from crossgenBrian Sullivan1-1/+1
2017-06-27Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both Meth...Ruben Ayrapetyan1-1/+1
2017-06-14Crossgen - Disable the Target-dependent SIMD vector types warningBrian Sullivan3-3/+12
2017-06-14Remove the warning about Implicit boxing during crossgen (#12274)Brian Sullivan1-1/+0
2017-06-06Merge pull request #12069 from CarolEidt/CrossGenMinOptsCarol Eidt1-0/+7
2017-06-06new JitEE interface method: expandRawHandleIntrinsic (#12071)Sergey Andreenko2-16/+11
2017-06-02Support COMPlus_JITMinOpts for crossgenCarol Eidt1-0/+7
2017-05-23Delete special handling of IJW RVA fields at NGen time (#11818)Jan Kotas1-39/+0
2017-05-23Merge pull request #11366 from ruben-ayrapetyan/remove-zap-code-relocs-for-li...Bruce Forstall3-4/+50
2017-05-15Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.Ruben Ayrapetyan3-4/+50
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri2-1/+7
2017-04-24Remove PAL FileAlignment restriction (#10959)Steve MacLean2-4/+10
2017-04-07Merge pull request #10656 from hseok-oh/ryujit/fix_10654Bruce Forstall1-40/+25
2017-04-06Modify THUNK_PARAM generated in SaveWorkHyeongseok Oh1-40/+25
2017-04-06[x86/Linux] Clean up ZapUnwindData (#10750)Jonghyun Park1-4/+2
2017-04-05[x86/Linux] add three functions for _X86_TARGET_ (#10378)ragmani1-0/+24
2017-03-31Added DisableInlining flag to the ProfileData.Brian Sullivan3-28/+61
2017-03-29Added two new profile data flags: ExcludeHotMethodCode and ExcludeColdMethodCodeBrian Sullivan2-71/+221
2017-03-28Ctor Jit-EE interface change (#10512)Sergey Andreenko2-5/+5
2017-03-21Add /silent option to crossgen (#10350)Bruce Forstall1-1/+1
2017-03-16Interface call devirtualization: VM side of changesAndy Ayers2-3/+5
2017-03-13Work for IBC profiling with ReadyToRun imagesBrian Sullivan5-11/+18
2017-03-02Jit interface support for devirtualizationAndy Ayers2-0/+13
2017-02-25Treat BitConverter.IsLittleEndian as an intrinsicMike Danes1-0/+1
2017-02-24Fix segmentation fault when using ZapImage::PrintStats() (#9731)Sujin Kim2-34/+46
2017-02-14Remove never defined FEATURE_MULTIMODULE_ASSEMBLIESdanmosemsft1-140/+0
2017-02-13Rejit support for R2R imagesnoahfalk4-2/+18
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft4-2027/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-8/+8
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-1/+1
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft5-1177/+10
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-1/+1
2017-02-06[ARM32/Linux] Fix calling convention - stdcall in crossgen (#9364)Hyeongseok Oh2-2/+2
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park2-3/+3
2016-12-26Remove files related to legacy build system (#8723)Robert4-99/+0
2016-11-29[x86/Linux] Disable WIN64EXECPTION and fix related changes (#8375)SaeHie Park1-2/+2
2016-11-28[x86/Linux] Fix compile error in zapcode (#8294)SaeHie Park1-1/+1
2016-11-23[x86/Linux] Fix compile error with exception handling (#8269)SaeHie Park1-2/+2