summaryrefslogtreecommitdiff
path: root/src/zap
AgeCommit message (Expand)AuthorFilesLines
2019-01-14Large version bubble Support (#21727)Andon Andonov6-8/+37
2019-01-14Removing noisy R2R compilation outputs, and putting them under the /verbose s...Fadi Hanna1-16/+32
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld2-92/+94
2018-12-20Fix "harmless" bug in ZapImport - use AppendByte to emit fixup type (#21621)Tomáš Rylek1-1/+1
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský2-4/+4
2018-12-10Add support for RVA fields to crossgen/R2R (#21463)Jan Kotas1-1/+18
2018-11-29Update JIT/EE getMethodNameFromMetadata to get enclosing class nameFei Peng2-3/+4
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas6-58/+4
2018-11-19Add headers to crossgen, cee_crossgen, corzap_crossgen vcxproj files (#20082)Jacek Blaszczynski1-0/+27
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský2-0/+6
2018-11-13Optimize vtable calls (#20696)Fadi Hanna1-20/+15
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers2-0/+13
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)Michał Janiszewski6-9/+9
2018-10-16High entropy ASLR for native imagesSimon Nattress1-0/+4
2018-10-11JitEE interface additions to support object stack allocation. (#20283)Eugene Rozenfeld2-0/+12
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-1/+9
2018-09-20Performance fix for R2R: vtable calls (#20061)Fadi Hanna1-1/+2
2018-07-31Updating SetCpuInfo to be more accurateTanner Gooding1-5/+5
2018-07-20Zapper::CompileAssembly: save NI file atomically (#19059)Konstantin Baladurin3-4/+13
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas2-3/+2
2018-07-17Delete redundant broken offsetof definitions (#18947)Jan Kotas1-1/+1
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-1/+2
2018-06-27Cross-bitness in ZapRelocs (#18665)Egor Chesakov4-9/+15
2018-06-19PInvoke calli support for CoreRT (#18534)Jan Kotas2-0/+11
2018-06-14clean up list of disabled warnings. (#18318)Sergey Andreenko1-1/+1
2018-06-04Be more aggressive with Partial NGen (#18240)Michelle McDaniel2-5/+9
2018-06-03Warnings cleanup (#18260)Robin Sue2-5/+0
2018-05-16Replace sizeof(TADDR) with TARGET_POINTER_SIZE in Zap (#18028)Egor Chesakov8-57/+58
2018-04-15[Arm64] Disable SIMD in crossgen (added as part of #14633)Debayan Ghosh1-8/+0
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-31/+0
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-3/+1
2018-03-10Set IsGeneratingNgenPDB flag early (#16882)Jan Kotas1-2/+2
2018-03-10crossgen plumbing cleanup (#16883)Jan Kotas2-72/+3
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov5-11/+11
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