summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-19Disable VSD Stub Kind Prediction on H/W Exception (#14051)Jonghyun Park3-8/+9
2017-09-18Merge pull request #14029 from mikedn/cmp-op-swapCarol Eidt2-6/+1
2017-09-18Use the calculated size (offset) instead of estimated (size) (#14049)Victor "Nate" Graf1-1/+1
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason8-23/+269
2017-09-18Fix RuntimeTypeHandle underlying type for CoreRT (#14026)Jan Kotas2-2/+9
2017-09-18Merge pull request #13878 from sdmaclea/PR-ARM64-LowerCompare-Cast-ConstCarol Eidt1-6/+19
2017-09-18Merge pull request #13926 from sdmaclea/PR-ARM64-BOUND-CHECKCarol Eidt2-2/+11
2017-09-18Remove useless TODO from genCompareIntMike Danes2-6/+1
2017-09-16Remove dead code from TreeNodeInfoInitCmpMike Danes1-14/+0
2017-09-15[RyuJit] fix the inconsistency between setContained and isContained. (#13991)Sergey Andreenko6-43/+20
2017-09-15Merge pull request #14023 from dotnet-bot/from-tfsBruce Forstall1-3/+3
2017-09-15Merge pull request #14004 from noahfalk/fix_tiered_dynamicmethodNoah Falk1-1/+2
2017-09-15[Arm64] LowerCompare enable bool cast removalSteve MacLean1-6/+19
2017-09-15Revert two changes to thread requests (#14015)Koundinya Veluri1-98/+30
2017-09-15JIT: Fix crossgen failure in gtTryRemoveBoxUpstreamEffects (#14016)Andy Ayers1-3/+13
2017-09-15Fix check for recursive call in the importer. (#13990)Eugene Rozenfeld2-2/+7
2017-09-15Fix build breaks after moving files to shared and misc cleanupJan Kotas12-138/+129
2017-09-15fix ilgen after: "Add the capability to specify JIT options from smpi command...dotnet-bot1-3/+3
2017-09-15Merge pull request #13923 from sdmaclea/PR-ARM64-LOWER-SHIFTJarret Shook2-48/+48
2017-09-15Merge pull request #13852 from hqueue/jit/JitNoInlineBruce Forstall1-1/+1
2017-09-15Merge pull request #13944 from ayuckhulk/fix-arm-set-debuggerregdisplay-from-...Bruce Forstall1-1/+8
2017-09-15Merge pull request #13998 from jashook/devdiv_491210Jarret Shook1-1/+7
2017-09-15Move List to shared partition (#14006)Jan Kotas3-68/+51
2017-09-14Delete JitHelpers.UnsafeCast (#14005)Ben Adams1-9/+0
2017-09-14Merge pull request #13976 from stephentoub/fix_memorystream_delegationStephen Toub2-4/+52
2017-09-14JIT: Use AllocObj for box allocations (#13988)Andy Ayers2-10/+26
2017-09-14Update logic in arm CodeGen::genCallInstruction to match xarch version (#13974)Jan Kotas2-40/+17
2017-09-14Disable tiered compilation for dynamic methodsnoahfalk1-1/+2
2017-09-14Merge pull request #13965 from CarolEidt/Fix13568Carol Eidt1-1/+2
2017-09-14Apply format patchjashook1-1/+1
2017-09-14Fix devdiv 491210jashook1-0/+6
2017-09-14Improve ReaderWriterLockSlim scalability (#13243)Koundinya Veluri1-163/+365
2017-09-14Merge pull request #13916 from pgodeq/PR-ARM64-WINDOWS-STELEM-REF-CORRECTEDJarret Shook2-6/+4
2017-09-14EventPipeProvider destructor hardening (#13958)Victor "Nate" Graf1-50/+76
2017-09-14Change delegation in {Unmanaged}MemoryStream.Read/WriteAsync(Memory)Stephen Toub2-4/+52
2017-09-14Fix crossgen memory mappings (#13972)Jan Vorlicek3-2/+16
2017-09-14[ARM64/Windows] Corrected the address used to push fp,lr in JIT_Stelem_RefPankaj Gode1-2/+2
2017-09-14The !heapstat sos command emits difficult to read output as the "Percentage" ...tvass831-8/+8
2017-09-13JIT: mark part of runtime lookup tree as nonfaulting and invariant (#13953)Andy Ayers1-1/+3
2017-09-13Delete JitHelpers.UnsafeCastJan Kotas3-37/+2
2017-09-13Replace JitHelpers.UnsafeCast with Unsafe.AsJan Kotas23-114/+114
2017-09-13Undo more JIT layout workarounds (#13961)Joseph Tremoulet1-25/+19
2017-09-13Merge pull request #13957 from JosephTremoulet/LoopNestFixJoseph Tremoulet2-6/+24
2017-09-13Call the fast generic impl from the non-generic one where possibleJan Kotas1-10/+3
2017-09-13Make Array.Reverse fasterJan Kotas1-3/+4
2017-09-13Enable end to end Alpine build (#13966)Jan Vorlicek1-0/+1
2017-09-13Merge pull request #13626 from mikedn/test-btCarol Eidt7-1/+114
2017-09-13Allow a RET_EXPR as a BYREF operand for SIMD intrinsics.Carol Eidt1-1/+2
2017-09-13Eliminate double delete in EventPipeProvider cleanup (#13833)Victor "Nate" Graf1-8/+3
2017-09-13Renumber blocks before computing loop nestJoseph Tremoulet2-6/+24