summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Fix build breaks with older MSVC compiler (#18725)Jan Kotas1-1/+2
2018-09-18Add FEATURE_NGEN_RELOCS_OPTIMIZATIONS=true as default value for Unix ARMGleb Balykov1-0/+3
2018-09-18Remove relocations for vtable chunks (#17147)Gleb Balykov23-109/+466
2018-09-18[x86/Linux] Fix marshalling struct with 64-bit types (#17455)Konstantin Baladurin6-35/+120
2018-09-18[Linux/x86] Fix tests in case of 4-byte alignment for 64-bit types (#17829)Konstantin Baladurin3-5/+17
2018-09-18Fix OOPStackUnwinderX86::Unwind crash when Eip is invalidIgor Kulaychuk1-1/+1
2018-09-18Fix EECodeManager::GetAmbientSP on x86/LinuxIgor Kulaychuk1-1/+2
2018-09-18Fix unwinding of funclet with no epilog on x86/LinuxIgor Kulaychuk1-14/+5
2018-09-18Fix x86/Linux ICorDebug frames APIIgor Kulaychuk2-17/+17
2018-09-18[Tizen] Provide a symlink to installed Microsoft.NETCore.App versionjunghyuk.park1-0/+3
2018-09-18[Tizen] Add -pie to linker optionHyungju Lee1-0/+1
2018-09-18[Tizen] Enable -O3 optimization in clang 3.8junghyuk.park1-2/+2
2018-09-18[Tizen] Add support for GBSjunghyuk.park5-0/+326
2018-09-18[Tizen] Add BuildTools 2.1.0-rc1-02804-05junghyuk.park14201-0/+9917387
2018-09-18[Tizen] Add prebuilt libicu-57.1 librariesjunghyuk.park48-0/+29
2018-08-13Sign xstate binary from correct location (#19470)Matt Mitchell1-1/+5
2018-08-13Sign api-ms-win-core-xstate-l2-1-0.dll (#19451)Matt Mitchell3-1/+14
2018-08-07Add Tizen 5.0 RIDGleb Balykov1-0/+3
2018-08-06Merge pull request #19224 from AndyAyersMS/Port19156toRelease21Andy Ayers3-0/+296
2018-08-02Fix version of System.Runtime.Intrinsics.Experimental (#19260)Andy Ayers1-1/+2
2018-07-31JIT: port extra check to struct of struct of x promotion to relase/2.1Andy Ayers3-0/+296
2018-07-25Merge pull request #19100 from dotnet-maestro-bot/release/2.1-UpdateDependenciesWes Haggard2-8/+8
2018-07-25Update CoreClr, CoreFx, PgoData to servicing-26724-06, servicing-26724-03, re...dotnet-maestro-bot2-8/+8
2018-07-20Update PgoData to release-20180720-0153 (#19055)dotnet-maestro-bot1-2/+2
2018-07-19Merge pull request #19028 from dotnet-maestro-bot/release/2.1-UpdateDependenciesWes Haggard2-6/+6
2018-07-19Update CoreClr, CoreFx to servicing-26719-02, servicing-26719-03, respectivelydotnet-maestro-bot2-6/+6
2018-07-19Update CoreClr, CoreFx, PgoData to servicing-26718-03, servicing-26718-03, re...dotnet-maestro-bot2-8/+8
2018-07-18Update PgoData to release-20180718-0150 (#18980)dotnet-maestro-bot1-2/+2
2018-07-17Merge pull request #18955 from dotnet-maestro-bot/release/2.1-UpdateDependenciesWes Haggard1-2/+2
2018-07-17Update PgoData to release-20180717-0134dotnet-maestro-bot1-2/+2
2018-07-16Update PgoData to release-20180716-0253 (#18931)dotnet-maestro-bot1-2/+2
2018-07-15Update PgoData to release-20180715-0216 (#18921)dotnet-maestro-bot1-2/+2
2018-07-14Update PgoData to release-20180714-0608 (#18909)dotnet-maestro-bot1-2/+2
2018-07-13Update PgoData to release-20180713-0043 (#18899)dotnet-maestro-bot1-2/+2
2018-07-12Skip old time zones adjustments with offsets higher than 14h (#18305) (#18874)Krzysztof Wicher2-13/+104
2018-07-12Update PgoData to release-20180712-0122 (#18883)dotnet-maestro-bot1-2/+2
2018-07-11Merge pull request #18811 from dotnet-maestro-bot/release/2.1-UpdateDependenciesWes Haggard3-11/+11
2018-07-11Update BuildTools, CoreClr, CoreFx, PgoData to rc1-03006-01, servicing-26708-...dotnet-maestro-bot3-11/+11
2018-07-10Merge commit 'c6e7fbc5516842945b9b375f7724438dece10627' into release/2.1Matt Mitchell0-0/+0
2018-07-10Merge pull request #18757 from CarolEidt/Fix17969in2.1Carol Eidt1-8/+11
2018-07-06Update BuildTools, CoreClr, CoreFx, PgoData to rc1-02913-01, servicing-26606-...dotnet-maestro-bot3-10/+10
2018-07-02Port the fix for Issue 17969 to Rel/2.1Carol Eidt1-8/+11
2018-06-28Port to 2.1: Fix alternate stack cleanup on MUSL (#18687)Jan Vorlicek1-0/+4
2018-06-28Merge 'v2.1.1'Wes Haggard6-27/+42
2018-06-28Port to 2.1: Fix alternate stack cleanup on MUSL (#18687)Jan Vorlicek1-0/+4
2018-06-27JIT: Fix bug in finally cloning caused by unsound callfinally reorderingAndy Ayers3-17/+122
2018-06-27Fix SpanHelpers.ClearWithoutReferences alignment detection (#18222)Pent Ploompuu1-5/+5
2018-06-27Optimize Array.Clear using SpanHelpers (#18101)Jan Kotas4-36/+41
2018-06-26Fix number formatting exception with empty NumberGroupSizes array (#18221) (#...Stephen Toub1-1/+2
2018-06-26Allow ILCodeVersion to fallback to default IL (#18502)Noah Falk2-14/+35