summaryrefslogtreecommitdiff
path: root/src/zap
AgeCommit message (Expand)AuthorFilesLines
2018-02-17delete unused mirror files (#16423)Sergey Andreenko3-3/+0
2018-01-23Delete dead code (#15990)Jan Kotas1-1/+0
2018-01-05ARM r2r fix. (#15758)Sergey Andreenko1-20/+36
2017-12-14Merge pull request #15479 from echesakovMSFT/FixTargetArmMacroTypoEgor Chesakov1-1/+1
2017-12-12Add SPMI for getTypeForPrimitiveNumericClassFei Peng2-0/+6
2017-12-08Fix typo `_TARGET_ARM` to `_TARGET_ARM_`. This happens mostly in comments exc...Egor Chesakov1-1/+1
2017-12-06new intrinsic type support (#15340)Fei Peng2-0/+12
2017-12-05[Arm64] Enable SIMD (#14633)Steve MacLean1-0/+8
2017-10-30JIT: optimize calls on boxed objectsAndy Ayers2-6/+14
2017-10-27Delete dead code (#14703)Jan Kotas1-15/+0
2017-10-05JIT: More type equality opts (#14317)Andy Ayers2-0/+13
2017-09-29Enable hardware intrinsic in debug and reflectionFei Peng1-0/+6
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers2-0/+10
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