summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise22-398/+44
2018-10-08Document describing upcoming object stack allocation work. (#20251)Eugene Rozenfeld2-0/+199
2018-10-08Merge pull request #20289 from echesakovMSFT/FixBitOperationsInstructionEncod...Egor Chesakov1-1/+1
2018-10-08JIT: retrieve element class for arrays of ref types (#20292)Andy Ayers2-3/+65
2018-10-08Update BuildTools, CoreClr, CoreFx, CoreSetup, IbcData, PgoData to preview1-0...dotnet-maestro-bot2-14/+14
2018-10-08Merge pull request #20210 from fiigii/lastavx2Carol Eidt108-437/+32230
2018-10-08Runtest.py on Windows Arm(64) (#20227)Jarret Shook6-76/+231
2018-10-08Fix SegmentInitialize for OS_PAGE_SIZE > 4k (#20280)Jan Vorlicek1-4/+1
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise34-88/+51
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise24-294/+33
2018-10-07Update buildtools to v3 (#20286)Viktor Hofer3-4/+5
2018-10-06Typos (dotnet/corefx#32625)John Doe1-1/+1
2018-10-06JIT: make sure to use normalized type when retyping box temp (#20285)Andy Ayers3-2/+85
2018-10-06Move BinaryPrimitives into coreclr shared source (#20288)Levi Broderick6-0/+876
2018-10-05Add BSTR xplat PInvoke testcase (#20231)Luqun Lou10-216/+902
2018-10-05Improve performance of span-based ToUpper and related APIs (#20275)Levi Broderick4-36/+222
2018-10-05Update the dllmap design doc (6)annaaniol1-17/+19
2018-10-05Update the dllmap design doc (5)annaaniol1-121/+111
2018-10-05Update the dllmap design doc (4)annaaniol1-13/+15
2018-10-05Update the dllmap design doc (3)annaaniol1-12/+14
2018-10-05Update the dllmap design doc (2)annaaniol1-8/+29
2018-10-05Update the dllmap design docannaaniol1-66/+90
2018-10-05Add a dllmap design documentannaaniol1-0/+246
2018-10-05Refactoring of struct promotion code for the future fix. (#20216)Sergey Andreenko4-367/+574
2018-10-05Enable Config-File Based Control of EventPipe (#20238)Brian Robbins11-270/+377
2018-10-05Add tests for AVX2 and new intrinsicFei Peng102-421/+32183
2018-10-05Use IF_DR_2G for "Bit Operations" (IF_EN2L) in src/jit/emitarm64.cppEgor Chesakov1-1/+1
2018-10-05Report instantiation argument in non-virtual interface calls (#20257)Michal Strehovský4-6/+144
2018-10-04Typos (#20271)John Doe10-10/+10
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek24-291/+24
2018-10-05Synchronize access to static variable call_count (#20259)Jonathan Marler1-4/+9
2018-10-05Add printing of LoaderAllocator to MethodTable in SOS (#20255)Jan Vorlicek5-26/+73
2018-10-04R2RDump fixes for dumping method instance entrypoint table (#20243)Tomáš Rylek6-216/+278
2018-10-04Merge pull request #20252 from steveharter/FixIsAssignableFromSteve Harter1-1/+1
2018-10-04Enable thread statics for collectible classes (#19944)Jan Vorlicek13-198/+529
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek59-4326/+139
2018-10-03Merge pull request #20235 from BruceForstall/Disable19361Bruce Forstall1-0/+3
2018-10-03Update CoreClr, CoreFx, CoreSetup, IbcData, PgoData to preview1-27003-01, pre...dotnet-maestro-bot3-12/+96
2018-10-03Fix compat issue with Type.IsAssignableFromSteve Harter1-1/+1
2018-10-03Implement the remaining AVX2 intrinsicFei Peng4-6/+37
2018-10-03Fix AVX2 intrinsic docFei Peng2-10/+10
2018-10-03Merge pull request #20173 from fiigii/retestCarol Eidt12-7/+1050
2018-10-03report the entire generation table in EnumWksGlobalMemoryRegions and EnumSvrG...David Mason2-2/+2
2018-10-03Support building cross-architecture components on armel (#20190)Egor Chesakov3-4/+7
2018-10-03Marshal blittable structs via memcpy even if nested within non-blittable stru...Jeremy Koritzinsky1-17/+37
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri19-1795/+2050
2018-10-03PDF link wasn't working (#20242)Paresh1-1/+1
2018-10-03Fix X86 disassembly and a bug regarding ExportedTypes in R2RDump (#20230)Tomáš Rylek2-50/+138
2018-10-02Merge pull request #20237 from BruceForstall/MakeInnerloopArm64DefaultTriggeredBruce Forstall1-29/+0
2018-10-02Change the innerloop arm64 Linux jobs to be default triggeredBruce Forstall1-29/+0