summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Fix crossgen memory mappings (#13972)Jan Vorlicek3-2/+16
2017-09-14Merge pull request #13954 from jashook/disable_arm_testsJarret Shook1-2/+2
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-14Update PgoData to master-20170914-0028dotnet-maestro-bot1-2/+2
2017-09-13JIT: mark part of runtime lookup tree as nonfaulting and invariant (#13953)Andy Ayers1-1/+3
2017-09-13Merge pull request #13934 from dotnet-maestro-bot/master-UpdateDependenciesStephen Toub2-6/+6
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 Tremoulet4-6/+122
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 Vorlicek3-5/+18
2017-09-13Merge pull request #13967 from dotnet-bot/from-tfsBrian Sullivan0-0/+0
2017-09-13Update BuildTools, CoreClr, PgoData to prerelease-02014-02, preview1-25714-01...dotnet-maestro-bot2-6/+6
2017-09-13Merge pull request #13626 from mikedn/test-btCarol Eidt9-1/+258
2017-09-13Fix potentially unused variable in lb armBrian Sullivan1-1/+1
2017-09-13Allow a RET_EXPR as a BYREF operand for SIMD intrinsics.Carol Eidt3-1/+195
2017-09-13Eliminate double delete in EventPipeProvider cleanup (#13833)Victor "Nate" Graf1-8/+3
2017-09-13Renumber blocks before computing loop nestJoseph Tremoulet4-6/+122
2017-09-13Fix setting PAX options for crossgen (#13950)Jan Vorlicek2-28/+2
2017-09-13Disable tests based on 13952jashook1-2/+2
2017-09-13Merge pull request #13943 from jashook/fix_lb_build_breakJarret Shook1-1/+1
2017-09-13Fix ARM build break (#13932)Jan Kotas1-1/+1
2017-09-13[ARM] Fix SetDebuggerREGDISPLAYFromREGDISPLAY() functionIgor Kulaychuk1-1/+8
2017-09-13Fix potentially unused variable in lb armjashook1-1/+1
2017-09-13Disable PAX mprotect for native executables (#13940)Jan Vorlicek2-18/+26
2017-09-13Fix AV in corerun on invalid filenameJan Kotas1-1/+1
2017-09-13Mark Span.Length as non-versionableJan Kotas3-9/+42
2017-09-13Merge pull request #13806 from hqueue/arm/ryujit/issue_13739_jitstress_NYI_addrCarol Eidt2-35/+11
2017-09-13Fix Hebrew date parsing (#13929)Tarek Mahmoud Sayed1-0/+17
2017-09-13Lower TEST(x, LSH(1, y)) to BT(x, y)Mike Danes3-0/+193
2017-09-13Add GT_BTMike Danes4-1/+34
2017-09-13Add INS_btMike Danes2-0/+31
2017-09-13Merge pull request #13903 from JosephTremoulet/PlaceReturnsJoseph Tremoulet2-4/+158
2017-09-13Merge pull request #13835 from sdmaclea/PR-ARM64-GT_MULHIJoseph Tremoulet2-40/+31
2017-09-13Merge pull request #13799 from sdmaclea/PR-ARM64-Transform-AND-CMPJoseph Tremoulet7-6/+35
2017-09-13Introduce FEATURE_GDBJIT_SYMTAB (#13567)Konstantin Baladurin3-12/+115
2017-09-13Change how numProc is derived on Linux (#13909)Jarret Shook2-2/+6
2017-09-12Update BuildTools, CoreClr, CoreFx, PgoData to prerelease-02012-02, preview1-...dotnet-maestro-bot2-9/+9
2017-09-12Re-implemented the ecvt function. (#12894)Jim Ma14-346/+1088
2017-09-12Update the third party notices file to reference the floating point number al...Alex Ghiondea1-1/+26
2017-09-12[RyuJIT/ARM32] Implement CreateDictionaryLookupHelper only via helper (#13733)Sujin Kim3-8/+32
2017-09-12Fix ARM32 secure delegate bug (#13922)Jan Vorlicek1-1/+16
2017-09-12Make dangerous Span APIs less discoverable. (#13927)Ahson Ahmed Khan2-0/+5
2017-09-12Remove redundant zero-initialization of struct temps with GC fields. (#13868)Eugene Rozenfeld7-37/+208
2017-09-12[Arm64] Enable Lowering GT_ARR_BOUNDS_CHECKSteve MacLean2-2/+11
2017-09-12JIT: optimize case where box feeds GetType (#13710)Andy Ayers4-22/+97
2017-09-12Merge pull request #13819 from sdmaclea/PR-ARM64-MOD-AND-TRANSFORMJarret Shook1-8/+31