platform/upstream/coreclr.git
2017-12-13 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview1-26013-03...
2017-12-13 Ahson KhanAdding Unsafe APIs that are used by System.Memory ...
2017-12-13 Steve MacLean[Arm64/Linux] PAL_GetJitCpuCapabilityFlags() (#15447)
2017-12-13 Jan KotasMerge pull request #15498 from swgillespie/asyncpin...
2017-12-13 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx to prerelease-02312...
2017-12-13 Bruce ForstallMerge pull request #15134 from BruceForstall/MakeRyuJIT...
2017-12-13 Sean GillespieRevert "[Local GC] Move knowledge of overlapped I/O...
2017-12-13 Sean GillespieRevert "Cast lp1 to the ScanContext; lp2 is a function...
2017-12-13 Brian SullivanMerge pull request #15475 from briansull/issue-15412
2017-12-13 Bruce ForstallMake RyuJIT/arm32 the default arm32 JIT
2017-12-13 Bruce ForstallMerge pull request #15489 from BruceForstall/DisableFai...
2017-12-13 Brian RobbinsIgnore *.nuget.cache files. (#15496)
2017-12-12 Brian SullivanFix for issue 15412
2017-12-12 Tomas Weinfurtmake coreclr buildable on FreeBSD again (#15480)
2017-12-12 Brian RobbinsDon't create the sampling thread if the threadtime...
2017-12-12 Bruce ForstallDisable 3 failing ARM tests on Windows
2017-12-12 Carol EidtMerge pull request #15487 from mikedn/doc-use-asg
2017-12-12 Mike DanesUpdate GTF_VAR_USEASG documentation
2017-12-12 Jan KotasCorrect sizeToCommit rounding (#15485)
2017-12-12 dotnet-maestro-botUpdate BuildTools, PgoData to prerelease-02311-02,...
2017-12-12 Egor ChesakovUse macro _countof instead of explicit sizeof(arr)...
2017-12-12 Egor ChesakovRemove undefined and unused getPersonalityValue functio...
2017-12-12 sergey ignatovAdded comment to explicit number (#15484)
2017-12-12 Bruce ForstallMerge pull request #15454 from mikedn/lower-cmp-minopts
2017-12-12 Bruce ForstallMerge pull request #15452 from BruceForstall/FixAddOvfl
2017-12-12 Ben AdamsMake EventCacheKey IEquatable (#15470)
2017-12-12 Bruce ForstallMerge pull request #15478 from BruceForstall/FixArmLocalloc
2017-12-12 Bruce ForstallMerge pull request #15481 from BruceForstall/FixTimeout...
2017-12-12 Sergey Andreenkofix CoreCLR build errors with clang5.0. (#15477)
2017-12-12 Bruce ForstallUp pri-1 timeouts again
2017-12-12 Bruce ForstallDo not optimize flags-setting add
2017-12-11 Bruce ForstallFix arm/arm64 localloc
2017-12-11 Bruce ForstallMerge pull request #15332 from sdmaclea/PR-ARM64-SIMDIn...
2017-12-11 Sergey Andreenko[RyuJit][x86] another forgotten case with unused flag...
2017-12-11 Bruce ForstallMerge pull request #15402 from sdmaclea/PR-ARM64-ISA...
2017-12-11 Bruce ForstallMerge pull request #15450 from BruceForstall/DisableFin...
2017-12-11 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to prerelea...
2017-12-11 Michelle McDanielFix non-PR perf pipeline job (#15438)
2017-12-11 Ben AdamsDictionary Initalize CQ (#15461)
2017-12-11 Ben AdamsImprove Dict.Clear CQ (#15459)
2017-12-09 Konstantin... Fix build with Asan (#15372)
2017-12-09 Mike DanesDisable LowerCompare optimizations in minopts
2017-12-09 Bruce ForstallDisable finalizertest for ARM
2017-12-08 Ben AdamsTweak Resize
2017-12-08 Ben AdamsAdd scope prefix for class vars
2017-12-08 Jarret ShookMerge pull request #15445 from jashook/arm_archive_obj
2017-12-08 Andy AyersJit: fix long shift helper for overly long shift counts...
2017-12-08 Steve MacLean[Arm64] SIMDIntrinsicGetItem contain mem op1
2017-12-08 jashookArchive the obj directory for arm builds
2017-12-08 Steve MacLean[Arm64] Define ISA feature flags
2017-12-08 Konstantin... Fix uaf in DestroyThread function. (#15437)
2017-12-08 Bruce ForstallMerge pull request #15439 from BruceForstall/FixTimeout
2017-12-08 Bruce ForstallFix timeouts. Up timeouts for non-default (Pri-1) builds.
2017-12-08 Ahson KhanAdd optional integer offset to OwnedMemory Pin (#15410)
2017-12-08 Ahson KhanAdd GetReference and TryGetArray to MemoryMarshal ...
2017-12-08 Bruce ForstallMerge pull request #15342 from BruceForstall/FixLongNeg
2017-12-08 Bruce ForstallMerge pull request #15407 from BruceForstall/ReduceArmG...
2017-12-08 Sean GillespieCast lp1 to the ScanContext; lp2 is a function pointer...
2017-12-08 Ben AdamsExternalize exception boxing (#15418)
2017-12-08 Michelle McDanielTurn off outerloop perf and make job run periodically...
2017-12-08 Carol EidtMerge pull request #15400 from CarolEidt/Fix15325
2017-12-08 Bruce ForstallMerge pull request #15425 from BruceForstall/ImprovePro...
2017-12-07 William GodbeMerge pull request #15420 from swgillespie/test-build...
2017-12-07 Bruce ForstallAdd progress output to runtest.cmd so you don't think...
2017-12-07 Sean GillespiePredicate overwrite of BuildVersionFile on OverwriteCor...
2017-12-07 Sean GillespieFix a variable re-definition that resulted in two git...
2017-12-07 Tom DeseynDon't change SIGINT/SIGQUIT handling when they are...
2017-12-07 Andy AyersJIT: fix remorph assert in cast long shift optimization...
2017-12-07 dotnet-maestro-botUpdate CoreClr, CoreFx to preview1-26006-09, preview1...
2017-12-07 Fei Pengnew intrinsic type support (#15340)
2017-12-07 Anirudh AgnihotryNull Check added to GetFullPath Function in Unix (...
2017-12-07 Bruce ForstallReduce arm/armlb/arm64 GCStress=3 and HeapVerify=1...
2017-12-07 Bruce ForstallMerge pull request #15385 from BruceForstall/EnableGcst...
2017-12-06 Michelle McDanielMove all non-full opt, non-pgo perf legs to periodic...
2017-12-06 Carol EidtFix GT_FIELD_LIST double passed as int
2017-12-06 Bruce ForstallMerge pull request #15388 from BruceForstall/NoLongRunn...
2017-12-06 dotnet-maestro-botUpdate PgoData to master-20171206-0036 (#15390)
2017-12-06 Bruce ForstallMerge pull request #15387 from BruceForstall/FixArmTesting
2017-12-06 Anirudh AgnihotryAddress PR feedback for change adding key to KeyNotFoun...
2017-12-06 Bruce ForstallDon't run ARM/ARM64 tests marked LONG_RUNNING
2017-12-06 dotnet-maestro-botUpdate CoreClr to preview1-26005-01 (#15371)
2017-12-06 Bruce ForstallAdjust BenchI/BenchF paths to account for recent file...
2017-12-06 Bruce ForstallEnable arm/armlb/arm64 periodic GCStress=C jobs
2017-12-05 Steve MacLean[Arm64] Enable SIMD (#14633)
2017-12-05 Matt WarrenFixed some broken formatting (#15369)
2017-12-05 dotnet-maestro-botUpdate BuildTools, CoreClr, PgoData to prerelease-02304...
2017-12-05 Stephen ToubRemove old methods using string format (#15363)
2017-12-05 Jon HannaHave a Type.IsConvertible property. (#15365)
2017-12-04 Michelle McDanielSeparate large perf benchmarks into their own legs...
2017-12-04 dotnet-maestro-botUpdate CoreClr, PgoData to preview1-26004-01, master...
2017-12-03 Zhukov MaximRename the method FloorLog2 to be more clear & fix...
2017-12-02 dotnet-maestro-botUpdate CoreClr, PgoData to preview1-26002-02, master...
2017-12-02 Andy AyersJIT: defer removing statements during opt CSE (#15323)
2017-12-02 Jan KotasDelete sortversioning.cpp/h (#15345)
2017-12-02 dotnet-maestro-botUpdate CoreClr, CoreFx to preview1-26002-01, preview1...
2017-12-02 Bruce ForstallFix NEG decomposition to mark instructions that set...
2017-12-01 Carol EidtMerge pull request #15315 from CarolEidt/Fix14548
2017-12-01 Stephen ToubImprove throughput of String.Split(char / char[], ...
2017-12-01 Victor "Nate... Change name to perf jobs to reflect the actual OS they...
2017-12-01 Carol EidtMerge pull request #15190 from sdmaclea/PR-ARM64-IsCont...
next