platform/upstream/coreclr.git
2017-02-24 SaeHie ParkFix build break for !FEATURE_FIXED_OUT_ARGS
2017-02-23 Alex PerovichMerge pull request #9726 from alexperovich/codeFormat
2017-02-23 Andy AyersAdd jit test project checker as jit test (#9721)
2017-02-23 Andy AyersJIT: defer setting outgoing args size until after optim...
2017-02-23 Pat GavlinMerge pull request #9582 from pgavlin/vzeroupper_x86_epilog
2017-02-23 Brian SullivanMerge pull request #9454 from mikedn/cgtun-to-cne
2017-02-23 Alex PerovichRun codeformatter on S.P.CoreLib sources
2017-02-23 Alex PerovichManual change to make codeformatter work
2017-02-23 Wes HaggardMerge pull request #9743 from weshaggard/UpdateUsingYou...
2017-02-23 Wes HaggardUpdate UsingYourBuild docs to use .NET Core 2.0 SDK
2017-02-23 Brian RobbinsMerge pull request #9741 from brianrob/issue-9733
2017-02-23 Brian SullivanMerge pull request #9655 from sdmaclea/PR-ARM64-JITGC...
2017-02-23 Pat GavlinFormat code.
2017-02-23 Pat GavlinAddress PR feedback.
2017-02-23 Brian RobbinsDisable broken tests.
2017-02-23 Bruce ForstallMerge pull request #9727 from BruceForstall/DontBuildJitLib
2017-02-23 Peter KukolSimplified MinOpts GC ref tracking. (#9231)
2017-02-23 Frederik CarlierAndroid: workaround absence of getcontext/setcontext...
2017-02-23 Stephen ToubReduce code in SafeHandleAddRef (#9724)
2017-02-23 Ben AdamsFaster List Add (#9539)
2017-02-23 Steve MacLean... [Arm64] Fix genCodeForCpObj()
2017-02-23 Tanner GoodingMerge pull request #9363 from tannergooding/math-intrinsics
2017-02-23 Pat GavlinDo not report FP restores in x86 epilogs.
2017-02-22 Bruce ForstallSpeed up JIT builds
2017-02-22 Jarret ShookMerge pull request #9654 from sdmaclea/PR-ARM64-JITGC...
2017-02-22 Jarret ShookMerge pull request #9653 from sdmaclea/PR-ARM64-JITGC...
2017-02-22 Jan VorlicekImprove stack overflow reporting (#9650)
2017-02-22 Frederik CarlierCMake configuration for cross building for Android...
2017-02-22 Andy AyersMerge pull request #9712 from AndyAyersMS/FixSomeTestPr...
2017-02-22 Michal StrehovskýAdd test coverage for ldtoken with members (#9713)
2017-02-22 Bruce ForstallMerge pull request #9714 from BruceForstall/FixRegMasks
2017-02-22 Michelle McDanielMerge pull request #9702 from adiaaida/fixX86PerfTesting
2017-02-22 Steve MacLean... [Arm64] Fix GC hole in CodeGen::genCodeForCpObj()
2017-02-22 Steve MacLean... [Arm64] Fix GC liveness for CodeGen::genPutArgStk()
2017-02-22 Tanner GoodingUpdating ValueNumStore to no longer upcast float to...
2017-02-22 James KoSeparate Comparer and EqualityComparer creation logic...
2017-02-22 Andy AyersFix projects that specified DebugType incorrectly
2017-02-22 Pat GavlinMerge pull request #9704 from pgavlin/corefx15913
2017-02-22 Gaurav KhannaMerge pull request #9660 from dotnet-bot/master-UpdateD...
2017-02-22 dotnet-botUpdate CoreClr, CoreFx to beta-25021-03, beta-25022...
2017-02-22 Jonghyun ParkClean up ClrUnwindEx (#9482)
2017-02-22 Tanner GoodingDropping some unnecessary conditional statements in...
2017-02-22 Tanner GoodingUpdating jit/valuenum to properly handle the single...
2017-02-22 Bruce ForstallFix non-Windows amd64 register mask initialization
2017-02-22 Andy AyersFix jit test projects to specify debug type and optimiz...
2017-02-22 Michelle McDanielFix x86 perf testing
2017-02-22 Michal StrehovskýUse CORINFO_CALLCONV to check for unmanaged calls ...
2017-02-22 SaeHie Park[x86/Linux] Fix framepointer while unwinding (#9678)
2017-02-21 Pat GavlinAdd a regression test.
2017-02-21 Gaurav KhannaMerge pull request #9703 from wtgodbe/CrossgenCode
2017-02-21 Pat GavlinCorrectly pass 12-byte GT_SIMD nodes on x86.
2017-02-21 wtgodbeHave Crossgen Failures exit in a dedicated exit routine
2017-02-21 Jarret ShookMerge pull request #9695 from jashook/up_timeout_for_ar...
2017-02-21 jashookUp the timeout for gcstress arm64 jobs.
2017-02-21 Mikhail FilippovFix compilation on macOS with case sensitive FS (#9693)
2017-02-21 Bruce Bowyer... Improve string.Equals OrdinalIgnoreCase performance...
2017-02-21 Jonghyun ParkAdd --xunitOutputPath option to runtest.sh (#9646)
2017-02-21 Jonghyun ParkClean up FixupDispatcherContext (#9685)
2017-02-21 Jonghyun ParkUse ADJUST_PC_UNWOUND_TO_CALL instead of _TARGET_XXX_...
2017-02-20 Andy AyersMerge pull request #9676 from parjong/fix/issue_9576
2017-02-20 Jonghyun ParkRewrite assert using bbInTryRegions
2017-02-20 Jonghyun ParkUpdate related .ilproj
2017-02-20 Jonghyun ParkFix formatting error
2017-02-20 Jonghyun ParkComment out bogus assert in flowgraph
2017-02-19 Jarret ShookMerge pull request #9672 from jashook/arm64_regression
2017-02-19 Andy AyersMerge pull request #9671 from benaadams/revert-encoding
2017-02-19 Dan MoseleyMerge pull request #9670 from stephentoub/cs_random
2017-02-19 jashookAdd new regression.
2017-02-19 Ben AdamsRevert "Fast-path for ASCII & UTF8 Encoding ASCII data...
2017-02-19 Andy AyersMerge pull request #9661 from AndyAyersMS/FixTailCallSt...
2017-02-19 Stephen ToubRemove a few explicit static cctors (#9669)
2017-02-19 Gaurav KhannaMerge pull request #9665 from sdmaclea/PR-ARM64-PT_KNON...
2017-02-18 Stephen ToubDelay Random allocation in ConcurrentStack
2017-02-18 Ben AdamsFast-path for ASCII & UTF8 Encoding ASCII data (#9187)
2017-02-18 Steve MacLean[Arm64/Unix] Fix cmake race condition (#9666)
2017-02-18 SivarvMerge pull request #9667 from sivarv/backout
2017-02-18 sivarvBackout promotion of structs containing fields of struc...
2017-02-18 Steve MacLean... [ARM64] Use PT_KNONVOLATILE... for cross
2017-02-18 Andy AyersMerge pull request #9657 from AndyAyersMS/FixFinallyCha...
2017-02-17 SivarvMerge pull request #9636 from sivarv/shouldPromote
2017-02-17 Andy AyersJIT: tolerate GT_COMMA in tail call position
2017-02-17 chcostaMerge pull request #9658 from chcosta/fix_coreclr_packaging
2017-02-17 Jiyoung Giuliana YunSynchronous toolchain.cmake files with CoreFX (#9409)
2017-02-17 Pat GavlinMerge pull request #8843 from mikedn/decompose-cast-mul
2017-02-17 Joseph TremouletMerge pull request #9615 from JosephTremoulet/UpdateCom...
2017-02-17 Dan MoseleyMerge pull request #9649 from dotnet-bot/master-UpdateD...
2017-02-17 Dan MoseleyMerge pull request #9228 from fujiy/fixcorefx4805
2017-02-17 Russ KeldorphMerge pull request #9656 from RussKeldorph/corefx_x86
2017-02-17 Christopher... Remove ubuntu 16.10 arm build from packaging
2017-02-17 Steve MacLean[ARM64/Unix] (#9500)
2017-02-17 Christopher... Remove contraction from property name
2017-02-17 Christopher... Exclude ni files from linux arm32 builds
2017-02-17 Russ KeldorphFix corefx x86 testing and small netci.groovy fixes
2017-02-17 Jarret ShookMerge pull request #9580 from sdmaclea/PR-ARM64-CROSSGE...
2017-02-17 Andy AyersJIT: relax assert in fgMergeFinallyChains
2017-02-17 dotnet-botUpdate CoreFx to beta-25017-02
2017-02-17 Hanjoung Lee[x86/Linux] Remove unnecessary x86-specific part (...
2017-02-17 Jonghyun ParkClean up nested WIN64EXCEPTIONS (#9644)
2017-02-17 Jonghyun ParkClean up dummy implementation in regdisp.h (#9643)
2017-02-17 Jonghyun Park[x86/Linux] Fix GetCallerSp (#9384)
next