summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-01Refactor dotnet download code in init-tools.cmd (#10527)Luis G2-1/+40
2017-04-01Jit: fix a few issues with single def local tracking (#10633)Andy Ayers7-3/+1008
2017-03-31Merge pull request #10638 from AndyAyersMS/EmptyTryUpdateFinallyNestLevelAndy Ayers3-0/+140
2017-03-31Delete moved filesJan Kotas4-484/+0
2017-03-31Merge pull request dotnet/corert#3175 from jkotas/nmirror-mergeMichal Strehovský3-0/+482
2017-03-31delete GetMethod2 (#10626)Sergey Andreenko3-38/+0
2017-03-31Jit: decrement finally nesting level when removing empty trysAndy Ayers3-0/+140
2017-03-31delete wrong and unused value (#10634)Sergey Andreenko1-5/+2
2017-03-31Merge pull request #10467 from helloguo/VectorConversionTestBruce Forstall3-0/+649
2017-03-31Merge pull request #10619 from BruceForstall/legacynonjitBruce Forstall3-0/+80
2017-03-31Removing Slice on string overloads and adding AsSpan (#10544)Ahson Ahmed Khan1-44/+1
2017-03-31Merge pull request #10625 from jkotas/debugJan Kotas24-33/+596
2017-03-31Temporary removing string slice span bench test. (#10617)Ahson Ahmed Khan1-3/+5
2017-03-31Add altjit build for Windows x86-hosted, Windows ARM32 LEGACY_BACKEND target ...Bruce Forstall3-0/+80
2017-03-31Merge pull request #10193 from mskvortsov/ryujit-arm32-fix-structBruce Forstall2-13/+1
2017-03-31Change the test hook from interface to delegateJan Kotas3-146/+109
2017-03-31Fix build breaksJan Kotas21-53/+109
2017-03-31NS2.0 Inject more missing types into CoreRT by sharing them. (#10613)Atsushi Kanamori8-71/+70
2017-03-31Copy System.Diagnostics.Debug implementation from corefxJan Kotas4-0/+544
2017-03-31Fallback for enum.Format(G) when not valid (#10610)Ben Adams1-1/+1
2017-03-31Prepare TimeZoneInfo.cs for move to shared partition. (#10606)Atsushi Kanamori3-39/+60
2017-03-30Add assert to GCHeap::ValidateObjectMember (#10591)Steve MacLean1-0/+1
2017-03-30Add test coverage for ldtoken of open generic methods (#10592)Michal Strehovský1-1/+125
2017-03-30Merge pull request #10593 from dotnet/standaloneservergcJeff Schwartz1-0/+3
2017-03-30[Ryujit/ARM32][ReadyToRun] Fix invocation to Thunk (#10348)Hyung-Kyu Choi1-1/+6
2017-03-30Enable CROSS for testing (#10594)Matt Mitchell1-0/+2
2017-03-30Merge pull request #10513 from briansull/profile-dataBrian Sullivan3-83/+235
2017-03-30Fix Issue #10022. (#10587)Pat Gavlin2-6/+21
2017-03-30Fix tabs and spacesJeff Schwartz1-2/+2
2017-03-30[x86/Linux] Use CDECL instead of STDCALL (#10410)Jonghyun Park9-32/+103
2017-03-30Merge pull request #10228 from mskvortsov/ryujit-arm32-copy-barrierBruce Forstall2-19/+65
2017-03-30Merge pull request #10588 from jashook/add_correct_failure_metadata_for_b08046Jarret Shook1-0/+3
2017-03-30Change necessary to enable standalonegc on server gc. Now CreateThread in gc...Jeff Schwartz1-0/+3
2017-03-30[Ryujit/ARM32] Implement NYI related with overflow for ARM (#10491)Sujin Kim4-9/+150
2017-03-30Merge pull request #10569 from sdmaclea/PR-FIX-10359Joseph Tremoulet1-2/+4
2017-03-30Re-disable b08046 and add correct metadata.jashook1-0/+3
2017-03-30Fix an issue where the DAC and GC versions of the heap_segment data structure...Sean Gillespie1-3/+5
2017-03-30Fix formattingSteve MacLean, Qualcomm Datacenter Technologies, Inc1-2/+4
2017-03-30Fix magic number explanation in filetime.cpp (#10582)Andrey Akinshin1-2/+2
2017-03-30[Linux][GDB-JIT] Remove (nothrow) when using new (#10457)Igor Kulaychuk2-384/+210
2017-03-29Merge pull request #10478 from noahfalk/fitjitNoah Falk23-51/+869
2017-03-29Update CoreClr to preview1-25130-01 (#10573)dotnet bot3-8/+8
2017-03-29Merge pull request #10575 from adityamandaleeka/544701_reduce_consolewritesAditya Mandaleeka1-7/+1
2017-03-29Tiered Compilation step 1noahfalk23-51/+869
2017-03-29Add PGO support for Clang/LLVM on Unix (#10533)Daniel Podder3-16/+42
2017-03-29Delete moved filesJan Kotas4-1287/+0
2017-03-29Merge pull request dotnet/corert#3141 from dotnet/nmirrorJan Kotas4-0/+1246
2017-03-29Revert "TimeSpan.FromMilliseconds(TimeSpan.MaxValue.TotalMilliseconds) except...Stephen Toub1-3/+3
2017-03-29Added two new profile data flags: ExcludeHotMethodCode and ExcludeColdMethodCodeBrian Sullivan3-83/+235
2017-03-29Reduce console writes in 544701.Aditya Mandaleeka1-7/+1