summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-25R2RDump - Non-Windows machine code (#19638)Amy2-4/+29
2018-08-25R2RDump - Fix errors caused by ExportedTypes rids in AvailableTypes section (...Amy2-6/+62
2018-08-25R2RDump - Check disassembler support (#19664)Amy3-22/+15
2018-08-25Remove some GT_ASG_op leftovers (#18205)mikedn24-237/+118
2018-08-25Streamline fgExcludeFromSsa (#15351)mikedn10-86/+115
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason26-168/+537
2018-08-24Very small cleanup of various comments and code formatting (#19665)Vitek Karas6-39/+21
2018-08-24Fix long spmi file names/clean few functions. (#19656)Sergey Andreenko9-206/+162
2018-08-24Fix FileStream in WinRT build (#19659)Jeremy Kuhne3-8/+12
2018-08-24Merge pull request #19556 from mikedn/dmp-speedBruce Forstall2-4/+12
2018-08-24Implement Intel AES intrinsicFei Peng5-1/+34
2018-08-24R2RDump - ARM and ARM64 UnwindInfo (#19618)Amy12-23/+530
2018-08-24Merge pull request #19636 from jakobbotsch/fix-shift-value-executedCarol Eidt2-3/+19
2018-08-23Fix superpmi-shim-counter (#19639)Sergey Andreenko3-11/+33
2018-08-23JIT: fix handling of newarr size (#19633)Andy Ayers1-0/+17
2018-08-23Workaround to remove unnecessary bounds checks when using {ReadOnly}Span.IsEm...Ahson Khan2-2/+4
2018-08-23Make clang happy and fix old commentJakob Botsch Nielsen2-1/+3
2018-08-23Mask shift value for shift [mem], constJakob Botsch Nielsen1-2/+16
2018-08-23Merge pull request #19610 from briansull/fmt-bbBrian Sullivan33-432/+475
2018-08-23Two R2RDump fixes for Crossgen output (#19585)Tomáš Rylek1-2/+20
2018-08-23Fix base types of second paramters used in Avx.PermuteVar and Avx2.Permute4x64Jacek Blaszczynski4-14/+14
2018-08-23Merge branch 'master' into fmt-bbBrian Sullivan83-777/+1664
2018-08-23Merge pull request #15011 from mikedn/ssa-mem-numCarol Eidt12-258/+178
2018-08-23Deal with compilation warnings in VM in cross-bitness scenario (#18707)Egor Chesakov7-18/+18
2018-08-22Handle multireg copies correctly (#19588)Carol Eidt4-6/+116
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek48-399/+1153
2018-08-22 Implement AVX2 MaskLoad and MaskStore (#19513)Fei Peng4-2/+9
2018-08-22define FMT_BB as "BB%02u" and use it uniformly in the codebaseBrian Sullivan33-432/+475
2018-08-22Make sure RuntimeEventSource is passed to EventListener.OnEventSourceCreated ...Brian Robbins1-16/+80
2018-08-22Fix a PAL spin lock issue (#19604)Koundinya Veluri1-1/+1
2018-08-22Speed-up JIT dumpMike Danes2-4/+12
2018-08-21AesGcm, AesCcm (dotnet/corefx#31389)Krzysztof Wicher1-0/+1
2018-08-21R2RDump - Interweave x64 unwind codes into disasm (#19577)Amy6-77/+108
2018-08-21Merge pull request #19572 from briansull/fmt-vnBrian Sullivan6-58/+56
2018-08-21Merge pull request #19581 from sergign60/unwind_fixBruce Forstall1-0/+7
2018-08-21Define FMT_VN as "$%x" and use it uniformly in the codebaseBrian Sullivan6-58/+56
2018-08-21Cleanup unnecessary casts in roundUpEgor Chesakov13-50/+50
2018-08-21Add roundUp(unsigned size, unsigned mult) and roundDn(unsigned size, unsigned...Egor Chesakov1-0/+12
2018-08-21[corert armel] Fixed CoreRT issue #5874 for non-callee-saved regsSergey Ignatov1-0/+7
2018-08-21Handle null byref in helper (#19571)Carol Eidt3-2/+4
2018-08-20Stop using size_t for passing immediate values in CodeGen CodeGenInterface (#...Egor Chesakov5-39/+44
2018-08-20R2RDump - Add image describing R2R format (#19528)Amy3-3/+7
2018-08-20Merge pull request #19334 from CarolEidt/Fix19243Carol Eidt3-63/+45
2018-08-20Add IBC support (#19046)Michelle McDaniel1-0/+19
2018-08-20JIT: remove incremental ref count updates (#19345)Andy Ayers19-835/+89
2018-08-20Update Microsoft.NETCore.CoreDisTools to version 1.0.1-prerelease-00005 (#19520)Zach Montoya3-13/+41
2018-08-20Fix dbgshim's > 1000 module bug (issue #19538) (#19553)Mike McLaughlin1-10/+60
2018-08-20Add commentCarol Eidt1-0/+4
2018-08-20Normalize whitespace/indentationClinton Ingram3-357/+407
2018-08-20Update t4 templates to generate simplified type namesClinton Ingram5-121/+134