platform/upstream/dotnet/runtime.git
2017-06-29 Jan KotasDelete file moved to shared partition
2017-06-29 Michal StrehovskýMerge pull request dotnet/corertdotnet/coreclr#4004...
2017-06-29 Daniel PodderReduce the verbosity of optdata sync on stdout (dotnet...
2017-06-29 Jan KotasFix GC contract violation (dotnet/coreclr#12542)
2017-06-29 Michal StrehovskýDelete test that tests pinning of System.Object (dotnet...
2017-06-29 Jonghyun Park[x86/Linux] Adjust SP in throwing helper block (dotnet...
2017-06-29 Pat GavlinMerge pull request dotnet/coreclr#12528 from pgavlin...
2017-06-29 Pat GavlinMerge pull request dotnet/coreclr#12534 from dotnet...
2017-06-28 Pat GavlinMerge pull request dotnet/coreclr#12487 from pgavlin...
2017-06-28 Bruce ForstallMerge pull request dotnet/coreclr#12531 from dotnet...
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 (dotne...
2017-06-28 Jonghyun ParkUse proper ifdef for EmitProfilerComCallXXX methods...
2017-06-28 Jeremy KuhneFix debug assert (dotnet/coreclr#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 (dotnet/coreclr#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 (dotnet/coreclr#12501)
2017-06-28 Sergey Andreenkospmi add R2R field to getFieldInfo (dotnet/coreclr...
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/corertdotnet...
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 Carol EidtMerge pull request dotnet/coreclr#12473 from hqueue...
2017-06-27 Konstantin... [Linux][GDB-JIT] Fix memory leak (dotnet/coreclr#12452)
2017-06-27 Hyung-Kyu Choi[RyuJIT/ARM32] Update LSRA with new helper
2017-06-27 Sergey Andreenkosupport spmi collection for r2r calls. (dotnet/coreclr...
2017-06-27 Hyung-Kyu Choi[RyuJIT/ARM32] Use helper for LSRA
2017-06-27 Pat GavlinMerge pull request dotnet/coreclr#12460 from pgavlin...
2017-06-27 Pat GavlinFormat code.
2017-06-27 Carol EidtMerge pull request dotnet/coreclr#12423 from CarolEidt...
2017-06-26 Pat GavlinMerge pull request dotnet/coreclr#12457 from pgavlin...
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 dotnet/coreclr#12440 from pgavlin...
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 dotnet/coreclr#12441 from pgavlin...
2017-06-26 Jan KotasMerge pull request dotnet/corertdotnet/coreclr#3969...
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 dotnet/coreclr#12439 from pgavlin...
2017-06-24 sergey ignatov[CoreRT armel] fix for PINVOKE calls in CoreRT (dotnet...
2017-06-24 Pat GavlinAvoid the use edge iterator in `TryGetUse`.
2017-06-24 Pat GavlinUpdate compLongUsed in rationalize.
2017-06-23 Carol EidtMark lvDoNotEnregister lclVars as contained
2017-06-23 Hugh BellamyUpdate Windows parameter name for Normalize/IsNormalize...
2017-06-23 Carol Eidt# This is a combination of 2 commits.
2017-06-23 Mike McLaughlinAdd ELF program and section headers to core dump. ...
2017-06-23 Sean Gillespie[Local GC] Remove a number of inclusions of handle...
2017-06-23 Bruce ForstallFix JitMinOptsTrackGCrefs for legacy x86 back-end ...
2017-06-23 William GodbeMerge pull request dotnet/coreclr#12424 from wtgodbe...
2017-06-23 Xiangyang ... Fix systemMask on Linux (dotnet/coreclr#12387)
2017-06-22 Sergey AndreenkoSpmi third cleaning (dotnet/coreclr#12418)
2017-06-22 Bruce ForstallMerge pull request dotnet/coreclr#12409 from dotnet...
2017-06-22 Bruce ForstallMerge pull request dotnet/coreclr#12417 from sjsinju...
2017-06-22 wtgodbeEnable ARM test runs in Helix
2017-06-22 William GodbeMerge pull request dotnet/coreclr#12413 from wtgodbe...
2017-06-22 Carol EidtMerge pull request dotnet/coreclr#12422 from CarolEidt...
2017-06-22 Carol EidtMake lvaSetClass dump diffable
2017-06-22 Ravi EdaUpdate attribute-value in security build definition...
2017-06-22 sjsujinkim[RyuJIT/ARM32] Change the 3bytes struct to int on morph...
2017-06-22 Yuri VaninAdd String.Contains overload with StringComparison...
2017-06-21 Sergey AndreenkoSpmi second cleaning (dotnet/coreclr#12402)
2017-06-21 wtgodbeFirst step for enabling ARM test runs
2017-06-21 Michelle McDanielMerge pull request dotnet/coreclr#12404 from adiaaida...
2017-06-21 Bruce ForstallFix arm64 build break
2017-06-21 Jeremy KuhneNeed to pass handle to SeekCore (dotnet/coreclr#12399)
2017-06-21 Koundinya VeluriFix event, semaphore, mutex create/open to request...
2017-06-21 Eugene RozenfeldMerge pull request dotnet/coreclr#12395 from erozenfeld...
2017-06-21 Ravi EdaProvision CodeBase and NotificationAlias variables...
2017-06-21 Michelle McDanielAlign Linux TP benchmarks with Windows TP benchmarks
2017-06-21 Wes HaggardMerge pull request dotnet/coreclr#12379 from dotnet...
2017-06-21 Carol EidtMerge pull request dotnet/coreclr#12164 from hqueue...
2017-06-21 Carol EidtMerge pull request dotnet/coreclr#12358 from jyoungyun...
2017-06-21 dotnet-maestro-botUpdate CoreClr, CoreFx to preview1-25421-01, preview1...
2017-06-21 Richard L.... Please include this line to enable build (dotnet/corecl...
2017-06-21 Sergey AndreenkoSpmi source code cleaning (dotnet/coreclr#12378)
2017-06-21 Eugene RozenfeldFix for a bug in fgMorphRecognizeBoxNullable.
2017-06-21 Hyung-Kyu ChoiEnable and use updateAssginedInterval() for all targets
next