summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-29Resolves an assert around Sse41.ConvertToVector128Int* and Avx2.ConvertToVect...Tanner Gooding29-38/+794
2019-04-29Merge pull request #24283 from briansull/ibc-linux-newBrian Sullivan6-69/+108
2019-04-29Improve Precision to 10 microseconds in timespan (#24279)Anirudh Agnihotry2-96/+119
2019-04-29Fix Satellite Assembly loading (#24191)Steve MacLean7-13/+95
2019-04-29Merge pull request #24282 from erozenfeld/Fix24253Eugene Rozenfeld3-100/+147
2019-04-29Removed method ReleaseManagedCommandLine()Brian Sullivan3-19/+0
2019-04-29Restore IBCMerge using an authenticated service connection (#24284)Jeremy Koritzinsky4-7/+42
2019-04-29Fix running JitBench on Linux (#24248)Ludovic Henry4-12/+12
2019-04-27Add missing check for UTF-16 low surrogate char at start of buffer (#24286)Levi Broderick1-0/+5
2019-04-27Merge pull request #24261 from sandreenko/fixRegressionCoreFXx86Sergey Andreenko6-21/+114
2019-04-27Update dependencies from https://github.com/dotnet/corefx build 20190426.9dotnet-maestro2-6/+6
2019-04-27Update dependencies from https://github.com/dotnet/corefx build 20190425.8dotnet-maestro2-6/+6
2019-04-27Update dependencies from https://github.com/dotnet/corefx build 20190425.1dotnet-maestro2-6/+6
2019-04-27Update dependencies from https://github.com/dotnet/corefx build 20190423.9dotnet-maestro2-6/+6
2019-04-27Fix CoreLib build breaksJan Kotas3-19/+15
2019-04-27Add System.Resources.Extensions (dotnet/corefx#36906)Eric StJohn6-166/+218
2019-04-27Switch to non-Int Azure pool providersRuss Keldorph2-5/+5
2019-04-26Typos (#24280)John Doe9-12/+12
2019-04-26Improve LOH heap balancing (#24081)Andy Hanson2-73/+135
2019-04-27Merge pull request #24270 from janvorli/fix-gc-numa-to-heap-map-creationJan Vorlicek1-9/+17
2019-04-26Clean up fgRemoveDeadStore.Eugene Rozenfeld1-113/+57
2019-04-26Added check for GetManagedCommandLine() returning a nullptr in ProfileDataAll...Brian Sullivan3-6/+13
2019-04-26Commits from #24229 - Fixes for IBC profile data on LinuxBrian Sullivan6-68/+119
2019-04-26Merge pull request #24281 from BruceForstall/CleanCorefxRunsBruce Forstall3-0/+5
2019-04-26Disable failing corefx testsBruce Forstall3-0/+5
2019-04-26Merge pull request #24276 from briansull/revert-24229Brian Sullivan6-119/+68
2019-04-26Fix the case when we replace `stmt->gtStmtExpr`.Sergey Andreenko1-2/+11
2019-04-26Fix for a jit liveness bug.Eugene Rozenfeld3-0/+103
2019-04-26Revert "Fix for IBC profile data on Linux - Build the full command line for F...Brian Sullivan6-101/+68
2019-04-26Revert "Added method ReleaseManagedCommandLine to release memory"Brian Sullivan3-19/+1
2019-04-26Use `ReplaceOperand`.Sergey Andreenko1-24/+5
2019-04-26Undo a change where we ignore the specified EventPipe sessionType.José Rivero1-4/+4
2019-04-26Refactored the duplicated code into a template method patternAndrew Au4-130/+116
2019-04-26Add config value for jit host slab cache maximum size (#24254)Gleb Balykov4-1/+11
2019-04-26Fix creation of the NUMA node to heap number mapJan Vorlicek1-9/+17
2019-04-25Merge pull request #24229 from briansull/ibc-linuxBrian Sullivan6-68/+119
2019-04-25Add a repro test.Sergey Andreenko2-0/+69
2019-04-25Fix parent's links in fgArgInfo in optAssertionProp_Update.Sergey Andreenko1-0/+20
2019-04-25Change gtFindLink to return parent as well.Sergey Andreenko4-14/+22
2019-04-25Add comments and format `gtGetThisArg`.Sergey Andreenko1-4/+10
2019-04-25Helix telemetry fixesRuss Keldorph4-13/+26
2019-04-25[System.Globalization.Native] Fix small issues in CloneCollatorWithOptions an...Filip Navara1-83/+41
2019-04-25Null-terminate buffers that strncpy writes to (#24095)Omair Majid1-0/+3
2019-04-25Remove redundant tests (#24255)Russ Keldorph4-140/+0
2019-04-25Added method ReleaseManagedCommandLine to release memoryBrian Sullivan3-1/+19
2019-04-25Add IsFrozenObject Profiler API (#24239)Mukul Sabharwal4-0/+53
2019-04-25Removing EventPipe file polling (EventPipeController+Timer) (#24225)José Rivero2-209/+9
2019-04-25Fix for IBC profile data on Linux - Build the full command line for FEATURE_PALBrian Sullivan6-68/+101
2019-04-25Merge pull request #24242 from janvorli/fix-numa-node-for-disabled-numaJan Vorlicek2-26/+26
2019-04-25Using SList<SListElem<T>> to store the EventPipeProviderCallbackDataAndrew Au2-27/+8