summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-11Merge pull request #23093 from franksinankaya/gcc_warnings_9Jan Vorlicek50-79/+79
2019-03-11Merge pull request #23111 from am11/gcc-configurationJan Vorlicek2-50/+43
2019-03-11Merge pull request #23099 from janvorli/remove-pal-cleanupJan Vorlicek1-3/+0
2019-03-11Merge pull request #23121 from janvorli/enable-clang-staticanalyzer-buildJan Vorlicek2-5/+34
2019-03-11Remove conditions around CMAKE_REQUIRED_LIBRARIESAdeel1-6/+2
2019-03-10Refactor Encoding to split fast-path and fallback logic (#23098)Levi Broderick13-658/+2584
2019-03-10Update dependencies from https://github.com/dotnet/arcade build 20190309.2 (#...dotnet-maestro[bot]2-6/+6
2019-03-10Update dependencies from https://github.com/dotnet/corefx build 20190310.1 (#...dotnet-maestro[bot]2-6/+6
2019-03-10Update dependencies from https://dnceng@dev.azure.com/dnceng/internal/_git/do...dotnet-maestro[bot]2-6/+6
2019-03-09Update dependencies from https://github.com/dotnet/corefx build 20190308.7 (#...dotnet-maestro[bot]2-6/+6
2019-03-09Update dependencies from https://github.com/dotnet/core-setup build 20190308....dotnet-maestro[bot]2-3/+3
2019-03-09Move Buffer to shared (#23157)Egor Bogatov4-45/+65
2019-03-09Two more instancesAndrew Au2-2/+0
2019-03-09Eliminate SampleProfilerEventInstanceAndrew Au2-17/+0
2019-03-09Avoid StackWalk in EventPipeEventInstance constructorAndrew Au5-7/+14
2019-03-09Add stack depth check to all Task continuations (#23152)Stephen Toub2-90/+18
2019-03-08Update dependencies from https://github.com/dotnet/arcade build 20190308.5 (#...dotnet-maestro[bot]10-43/+107
2019-03-08Move part of RuntimeHelpers to shared partition (#23130)Marek Safar7-144/+76
2019-03-08Properly override IsEquivalentTo() API in RuntimeType (#23137)Aaron Robinson6-1/+76
2019-03-08Update eventcounter spec (#23142)Sung Yoon Whang1-2/+0
2019-03-08Merge pull request #23140 from BruceForstall/RemoveArm64NYIBruce Forstall2-4/+4
2019-03-08Use 4 core external build queues (#23079)Jarret Shook1-2/+17
2019-03-08Fix missing RunTests.sh in CoreFX Linux jobs. (#23135)Sergey Andreenko1-13/+12
2019-03-08Remove unneeded arm64 NYIBruce Forstall2-4/+4
2019-03-08Merge pull request #23086 from BruceForstall/Arm64ChangeIntFloatSaveOrderBruce Forstall1-38/+26
2019-03-08Optimized RemoveItemsRange to call the list.RemoveRange if the items is of ty...Andrew Hoefling1-3/+10
2019-03-08Simplified the RemoveItem logic since we have more robust validationAndrew Hoefling1-8/+2
2019-03-08InsertItemsRange API now checks if the underlying items.IsReadOnly first then...Andrew Hoefling1-4/+4
2019-03-08Removed (Int64) cast statements from RemoveItemsRange when checking for overf...Andrew Hoefling1-1/+1
2019-03-08Added new RemoveRange validation check to see if the resulting range (index +...Andrew Hoefling1-2/+7
2019-03-08Updated InsertItemsRange to simplify the expression and added performance imp...Andrew Hoefling1-4/+9
2019-03-08Updated RemoveAt->RemoveItem. This change removes redundent validation checks...Andrew Hoefling1-1/+1
2019-03-08Updated RemoveRange invocation of RemoveAt to use index instead of i, because...Andrew Hoefling1-1/+1
2019-03-08Added ArgumentOutOfRangeException exception in RemoveRange if the count is le...Andrew Hoefling1-0/+5
2019-03-08Updated RemoveItemsRange to properly remove each item and not just the index ...Andrew Hoefling1-1/+1
2019-03-08Updated RemoveItemsRange to prevent int.MaxValue overflow errorsAndrew Hoefling1-2/+6
2019-03-08Remove ternary operator from invocation as it is the same as inputing items.C...Andrew Hoefling1-1/+1
2019-03-08Added ReplaceItemsRange API and updated ReplaceRange to invoke the protected ...Andrew Hoefling1-6/+10
2019-03-08Adding braces on for loopAndrew Hoefling1-0/+2
2019-03-08Updated foreach to use T instead of varAndrew Hoefling1-1/+1
2019-03-08Updated index out of range exception check to be a single comparisonAndrew Hoefling1-2/+2
2019-03-08Added new Range Manipulation APIs for Collection<T> which propogate up to Obs...Andrew Hoefling1-0/+53
2019-03-08Use CLR_LINKAdeel1-2/+2
2019-03-08Allow deserialization for ResourceManager created with non-default resource s...Filip Navara1-4/+17
2019-03-08Merge pull request #23119 from BruceForstall/Arm64PrePostIndexCoalescingBruce Forstall1-12/+44
2019-03-08Improve SSA renaming memory usage (#15000)mikedn5-320/+233
2019-03-08Remove extra quotesAdeel1-2/+2
2019-03-08Add outerloop-jitstressregs, outerloop-jitstress2-jitstressregs, outerloop-gc...Egor Chesakov2-3/+38
2019-03-08JIT: rework codegen for Arm64 SIMD Extract/Insert intrinsics (#23114)Andy Ayers6-97/+74
2019-03-08Merge pull request #23052 from CarolEidt/Fix22850Carol Eidt3-12/+97