platform/upstream/coreclr.git
2017-06-30 Roman ArtemevMerge pull request #12236 from rartemev/fix_legacyjit_tests
2017-06-30 Pat GavlinMerge pull request #12570 from mskvortsov/FixVisitOperands
2017-06-30 Carol EidtMerge pull request #11815 from hseok-oh/ryujit/struct_s...
2017-06-30 Bruce ForstallMerge pull request #12576 from gsfreema/readme-fixes
2017-06-30 Bruce ForstallMerge pull request #12559 from rartemev/fix_build_break
2017-06-30 Scott FreemanREADME.md link and grammar fixes
2017-06-30 Mikhail SkvortcovAdd a missing case to GenTree::VisitOperands()
2017-06-30 Aditya MandaleekaMerge pull request #12566 from adityamandaleeka/fix_lic...
2017-06-30 Pat GavlinMerge pull request #12540 from pgavlin/OperandVisitor
2017-06-30 Hyeongseok Oh[ARM32/RyuJIT] Lowering: enable passing split struct...
2017-06-30 Aditya MandaleekaFix license header on new file.
2017-06-30 Aditya MandaleekaMerge pull request #12535 from adityamandaleeka/dispatc...
2017-06-30 Aditya MandaleekaUpdate README.md
2017-06-30 Vance MorrisonAdd link to archive of officially released .NET Core...
2017-06-30 Adeel MujahidMake libnuma soft dependency (#12556)
2017-06-30 Michal StrehovskýMerge pull request dotnet/corert#4004 from dotnet/nmirror
2017-06-30 Jan KotasUse public ConditionalWeakTable iterator (#12564)
2017-06-30 Jonghyun ParkMove JIT_TrialAlloc declaration into jitinterfacex86...
2017-06-30 Jan KotasRemove m_ prefixes in BinaryReader.cs (#12561)
2017-06-30 Brian SullivanMerge pull request #12557 from briansull/add-verbose
2017-06-30 Pat GavlinAddress PR feedback.
2017-06-30 Pat GavlinFormat code.
2017-06-30 Brian SullivanImplement a /verbose flag to show the verbose output...
2017-06-29 Roman ArtemevFix build failure in internal builds
2017-06-29 Pat GavlinChange LSRA to use the operand visitor.
2017-06-29 Pat GavlinRefactor LSRA's operand use builder.
2017-06-29 Pat GavlinReplace some uses of the operand iterator with the...
2017-06-29 Pat GavlinAdd a generic operand visitor to `GenTree`.
2017-06-29 Tarek Mahmoud... Make ResourceManager netstandard 2.0 API behave correct...
2017-06-29 Jarret ShookMerge pull request #12532 from jashook/fix_arm64_and_ar...
2017-06-29 Xiangyang ... Use the number of GC threads to calculate spin count...
2017-06-29 jashookFix the package restore for arm64 and arm32
2017-06-29 Bruce ForstallMerge pull request #12538 from dotnet-bot/from-tfs
2017-06-29 Carol EidtMerge pull request #12360 from wateret/armel/dblarg
2017-06-29 Jan KotasDelete file moved to shared partition
2017-06-29 Michal StrehovskýMerge pull request dotnet/corert#4004 from dotnet/nmirror
2017-06-29 Daniel PodderReduce the verbosity of optdata sync on stdout (#12543)
2017-06-29 Jan KotasFix GC contract violation (#12542)
2017-06-29 Michal StrehovskýDelete test that tests pinning of System.Object (#12537)
2017-06-29 Hanjoung Lee[RyuJIT/armel] Support `double` argument passing
2017-06-29 Jonghyun Park[x86/Linux] Adjust SP in throwing helper block (#12504)
2017-06-29 Pat GavlinMerge pull request #12528 from pgavlin/NoPgoOption
2017-06-29 Pat GavlinMerge pull request #12534 from dotnet-bot/from-tfs
2017-06-28 Pat GavlinMerge pull request #12487 from pgavlin/GenTreeVisitor
2017-06-28 Brian SullivanRemove unreached() macro
2017-06-28 Aditya MandaleekaSupport DispatcherQueues when getting WinRT sync context.
2017-06-28 Bruce ForstallMerge pull request #12531 from dotnet-bot/from-tfs
2017-06-28 Pat GavlinFix a release build break.
2017-06-28 Koundinya VeluriMove ReaderWriterLockSlim to shared partition
2017-06-28 JC AguileraEnable SourceBranch to be passed from the pipeline...
2017-06-28 Pat GavlinFormat code.
2017-06-28 Pat GavlinAddress PR feedback.
2017-06-28 Bruce ForstallFix build error
2017-06-28 Pat GavlinFix usage style.
2017-06-28 Steve MacLeanReduce excessive loop count in interlocked tests (...
2017-06-28 Jonghyun ParkUse proper ifdef for EmitProfilerComCallXXX methods...
2017-06-28 Jeremy KuhneFix debug assert (#12496)
2017-06-28 Jonghyun ParkFix build error when FEATURE_READYTORUN_COMPILER is...
2017-06-28 Pat GavlinAdd a flag to build.{sh,cmd} to disable PGO.
2017-06-28 Hyeongseok Oh[RyuJIT/ARM32] Enable passing large split struct argume...
2017-06-28 JC AguileraEnable SourceBranch to be passed from the pipeline...
2017-06-28 Pat GavlinConvert lvaMarkLclRefs to a visitor.
2017-06-28 Pat GavlinConvert lva{Inc,Dec}RefCntsCB to a visitor.
2017-06-28 Pat GavlinConvert rationalize to the generic visitor.
2017-06-28 Pat GavlinConvert fgWalkTree{Pre,Post,} to use the new visitor.
2017-06-28 Pat GavlinAdd a generic tree visitor.
2017-06-28 Adeel MujahidCleanup some instances of project.json from the repo...
2017-06-28 Kyungwoo LeeFix remove in list (#12497)
2017-06-28 Hugh BellamyRemove disabled tests for Marshal.IsComObject(null...
2017-06-28 Ruben AyrapetyanPartially remove relocations from Class section of...
2017-06-28 Jonghyun ParkRemove unused declaration (#12501)
2017-06-28 Sergey Andreenkospmi add R2R field to getFieldInfo (#12498)
2017-06-27 Ruben AyrapetyanFix JIT_NewArr1 8-byte alignment for ELEMENT_TYPE_R8...
2017-06-27 Jan KotasFix rough edges after CLI update (dotnet/corert#3983)
2017-06-27 Atsushi KanamoriFix bad range check in TextInfo.IndexOfStringOrdinalIgn...
2017-06-27 Ruben AyrapetyanImplement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr...
2017-06-27 Roman ArtemevFix legacyjit CI testing
2017-06-27 Carol EidtMerge pull request #12473 from hqueue/arm/ryujit/lsra_u...
2017-06-27 Konstantin... [Linux][GDB-JIT] Fix memory leak (#12452)
2017-06-27 Hyung-Kyu Choi[RyuJIT/ARM32] Update LSRA with new helper
2017-06-27 Sergey Andreenkosupport spmi collection for r2r calls. (#12343)
2017-06-27 Hyung-Kyu Choi[RyuJIT/ARM32] Use helper for LSRA
2017-06-27 Pat GavlinMerge pull request #12460 from pgavlin/SinglePassRation...
2017-06-27 Pat GavlinFormat code.
2017-06-27 Carol EidtMerge pull request #12423 from CarolEidt/ContainDoNotEnreg
2017-06-26 Pat GavlinMerge pull request #12457 from pgavlin/RewriteIntrinsic...
2017-06-26 Pat GavlinRephrase rationalize as a single IR walk.
2017-06-26 Pat GavlinUse LIR utilities in the intrinsic rewriter.
2017-06-26 Pat GavlinMerge pull request #12440 from pgavlin/MaintainIsUnused...
2017-06-26 Pat GavlinUpdate a header comment.
2017-06-26 Pat GavlinFormat code and address PR feedback.
2017-06-26 Ruben AyrapetyanReplace array type handle with method table in argument...
2017-06-26 Pat GavlinRefactor the rationalizer's instrinsic rewriter.
2017-06-26 Pat GavlinMerge pull request #12441 from pgavlin/TryGetUseInline
2017-06-26 Jan KotasMerge pull request dotnet/corert#3969 from dotnet/nmirror
2017-06-24 Pat GavlinFormat code.
2017-06-24 Pat GavlinReturn early in `TryGetUse` for unused nodes.
2017-06-24 Pat GavlinRemove an IR walk during lowering.
2017-06-24 Pat GavlinMaintain `LIR::IsUnusedValue` in the backend.
2017-06-24 Pat GavlinMerge pull request #12439 from pgavlin/SkipDecomp
next