summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-04Fix SystemV AMD64 Explicit structure classification (#22041)Jeremy Koritzinsky12-202/+723
2019-04-05Merge pull request #23537 from janvorli/remove-gc-cpu-group-knowledgeJan Vorlicek17-483/+955
2019-04-04Run on Ubuntu.1604.Arm32.Open in pull requests and scheduled builds (#23729)Egor Chesakov1-1/+1
2019-04-04Use BYOC pools in "Publish to BAR" job (#23733)Egor Chesakov1-1/+2
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky22-27/+187
2019-04-04Support simple assembly name in startup hook (#23517)Jan Kotas2-20/+89
2019-04-04Merge pull request #23721 from janvorli/fix-musl-arm64-crossbuildJan Vorlicek2-3/+1
2019-04-04Add Working Set runtime counter (#23717)Sung Yoon Whang1-0/+2
2019-04-04Improve Upper Vector Save/Restore (#23344)Carol Eidt10-233/+693
2019-04-04Fix prefix of mock hostpolicy on Unix (#23692)Jeremy Koritzinsky1-1/+1
2019-04-04Handle local struct pointer arithmetic (#23704)Carol Eidt1-13/+5
2019-04-04Move parts of delegate to shared partition (#23552)Marek Safar4-172/+129
2019-04-04Fix MUSL ARM64 cross buildJan Vorlicek2-3/+1
2019-04-04Don't null out buffer in MemoryStream on Capacity reset (#23700)Stephen Toub1-1/+1
2019-04-04Modify affinity range config format for WindowsJan Vorlicek9-30/+195
2019-04-04Fixes for extra path separatorsVitek Karas2-6/+7
2019-04-04Allow extra path separators in the startup hook variableVitek Karas1-1/+1
2019-04-03Merge pull request #23706 from sandreenko/runCoreFXbaseileDailySergey Andreenko1-0/+3
2019-04-03Add CPU runtime counter (#23680)Sung Yoon Whang7-1/+107
2019-04-03Fix resource loading (#23714)David Wrighton1-6/+0
2019-04-03Move null check into separate method to prevent unnecessary conversion of nul...Filip Navara1-1/+7
2019-04-03Fix GitHub23672 (#23674)Fei Peng1-2/+0
2019-04-03Run CoreFX baseline arm/arm64 Windows/Ubuntu daily.Sergey Andreenko1-0/+3
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton110-3918/+473
2019-04-03Avoid global allocvitek-karas1-11/+10
2019-04-03Implement checking for simple assembly names in startuphook.vitek-karas2-8/+56
2019-04-03Add support for specifying only assembly name for startup hook.Vitek Karas1-16/+37
2019-04-03Fix Arm64 intrinsic lookup (#23673)Carol Eidt2-1/+19
2019-04-03Fix interop test cases to pass doubles for native varargs. (#23690)Andy Ayers5-120/+101
2019-04-03Change Auto charset to mean UTF-8 off-Windows (#23664)Jeremy Koritzinsky11-29/+154
2019-04-03Merge pull request #23671 from BruceForstall/ImproveJitFunctionTraceOutputBruce Forstall1-2/+2
2019-04-03Fix flipped error codesJan Vorlicek1-2/+2
2019-04-03Use the GCHeapAffinitizeRanges / GCHeapAffinitizeMask exclusivelyJan Vorlicek7-93/+173
2019-04-03Reflect PR feedbackJan Vorlicek12-69/+95
2019-04-03Remove CPU groups handling from the gc.cppJan Vorlicek13-502/+703
2019-04-03Fix typo in zapimage.cpp (#23698)Egor Chesakov1-1/+1
2019-04-03Merge pull request #23553 from janvorli/fix-accidental-non-collectible-alc-un...Jan Vorlicek2-43/+29
2019-04-03Merge pull request #23670 from BruceForstall/FixArmAltjitAsmDiffsBruce Forstall1-2/+1
2019-04-03Emit event for calls to ReadyToRunInfo::GetEntryPoint. (#23662)Brian Robbins4-8/+71
2019-04-03Update dependencies from https://github.com/dotnet/core-setup build 20190402....dotnet-maestro[bot]2-3/+3
2019-04-03Update CoreClr to preview4-27603-71 (#23679)dotnet-maestro-bot2-3/+3
2019-04-03Update dependencies from https://github.com/dotnet/arcade build 20190402.13 (...dotnet-maestro[bot]2-6/+6
2019-04-03[Preview 4] Disable tier 0 JIT (quick JIT) by default, rename config option (...Koundinya Veluri7-49/+54
2019-04-03Treat WinMDs as having been loaded in the default ALC for AssemblyLoadContext...Jeremy Koritzinsky1-0/+7
2019-04-02Avoid unnecessary SetLastError on PInvokes (dotnet/corefx#36544)Jan Kotas4-7/+20
2019-04-02Merge pull request #23668 from briansull/pipeline-workBrian Sullivan1-0/+23
2019-04-02Updating the HWIntrinsic x86 codegen to handle indir nodes. (#23629)Tanner Gooding340-85/+40690
2019-04-02Disable *.Arm32.Open in PullRequest and remove two queues from scheduled buil...Egor Chesakov1-6/+0
2019-04-02Change tests to not modify Core_Root (#23470)Jeremy Koritzinsky22-168/+225
2019-04-02Fix spill check for struct lclVars (#23570)Carol Eidt4-7/+96