platform/upstream/dotnet/runtime.git
2017-09-27 Igor Kulaychuk[GDBJIT] Provide full file names in generated DWARF...
2017-09-27 Stephen ToubMerge pull request dotnet/coreclr#14214 from stephentou...
2017-09-27 Jonghyun ParkUse FCDECL2_VI instead of FCDECL_VV (dotnet/coreclr...
2017-09-27 Jonghyun ParkPermit to disable FEATURE_EVENT_TRACE on Tizen (dotnet...
2017-09-27 Hyeongseok Oh[RyuJIT/ARM32] Fast tail call: Init LSRA to use R12...
2017-09-27 Stephen ToubAdd ThreadPool.QueueUserWorkItem(..., bool preferLocal)
2017-09-27 Stephen ToubMerge pull request dotnet/coreclr#14178 from stephentou...
2017-09-27 Roman ArtemevMerge pull request dotnet/coreclr#14197 from rartemev...
2017-09-27 Xiangyang ... Add SetThreadIdealProcessorEx PAL API (dotnet/coreclr...
2017-09-26 Brian RobbinsUpdate linux-performance-tracing.md (dotnet/coreclr...
2017-09-26 Dmitri-BotcharnikovEnable event tracing for Tizen. (dotnet/coreclr#14137)
2017-09-26 Sergey AndreenkoFix for a special CoreRT helper CORINFO_HELP_JIT_PINVOK...
2017-09-26 William GodbeMerge pull request dotnet/coreclr#14202 from wtgodbe...
2017-09-26 wtgodbeInstall signing plugin with Real signing
2017-09-26 Dan MoseleyReplace Contract.Assumes and Contract.Assert with Debug...
2017-09-26 Roman ArtFixed Linux test build
2017-09-26 William GodbeMerge pull request dotnet/coreclr#14195 from wtgodbe...
2017-09-26 wtgodbeUse Real signType to install plugin
2017-09-26 William GodbeMerge pull request dotnet/coreclr#14193 from wtgodbe...
2017-09-26 wtgodbeUpdate publish infra to parameterize PB_SignType
2017-09-26 Koundinya VeluriRemove Monitor asm helpers (dotnet/coreclr#14146)
2017-09-26 Carol EidtMerge pull request dotnet/coreclr#14171 from wateret...
2017-09-26 Hanjoung Lee[RyuJIT/armarch] Put arguments with GT_BITCAST
2017-09-26 Stephen ToubAvoid async method delegate allocation
2017-09-26 Hyung-Kyu Choi[ARM32] Update armel rootfs for Tizen (dotnet/coreclr...
2017-09-26 Bruce ForstallAdd CI PR triggers for x86_arm and x64_arm64 testing...
2017-09-25 Brian SullivanMerge pull request dotnet/coreclr#14041 from sdmaclea...
2017-09-25 Steve MacLean[Arm64] Repsond to feedback
2017-09-25 Steve MacLeanCleanup gentree per comments
2017-09-25 Steve MacLean[Arm64] Use GTF_SET_FLAGS/GTF_USE_FLAGS
2017-09-25 Bruce ForstallMerge pull request dotnet/coreclr#14145 from BruceForst...
2017-09-25 Carol EidtMerge pull request dotnet/coreclr#14080 from hqueue...
2017-09-25 Fei Peng[mscorlib] Enable hardware intrinsic in debug and refle...
2017-09-25 Hyung-Kyu Choi[RyuJIT/ARM32] Fix assertion condition in LSRA for...
2017-09-23 Tanner GoodingMoving parts of `System.Math` and `System.MathF` to...
2017-09-23 Bruce ForstallMerge pull request dotnet/coreclr#14153 from mikedn...
2017-09-23 Mike DanesMake GitHub_14116 test work on 32 bit
2017-09-23 Bruce ForstallMerge pull request dotnet/coreclr#14143 from sdmaclea...
2017-09-23 Steve MacLean[Arm64/Arm] Favor emitActualTypeSize for non-memory...
2017-09-23 Bruce ForstallRe-enable tests that should now pass
2017-09-23 Bruce ForstallMerge pull request dotnet/coreclr#14109 from hseok...
2017-09-23 Roman ArtemevMerge pull request dotnet/coreclr#14118 from rartemev...
2017-09-23 Bruce ForstallMerge pull request dotnet/coreclr#14117 from mikedn...
2017-09-22 Steve MacLean[Arm64] Add Floor/Ceiling intrinsics (dotnet/coreclr...
2017-09-22 Victor "Nate... Create dotnet deployment and acquisition size on disk...
2017-09-22 Steve MacLean[Arm64] Implement JCC/SETCC nodes (dotnet/coreclr#14101)
2017-09-22 Steve MacLeanRespond to Feedback dotnet/coreclr#14139
2017-09-22 Bruce ForstallMerge pull request dotnet/coreclr#13167 from alpencolt...
2017-09-22 Roman ArtemevAdded IntegralValue() method
2017-09-22 Brian SullivanMerge pull request dotnet/coreclr#14139 from sdmaclea...
2017-09-22 Jarret ShookMerge pull request dotnet/coreclr#14140 from jashook...
2017-09-22 jashookFix incorrect use of local var
2017-09-22 jashookFix build logic as well
2017-09-22 Victor "Nate... Disable tracing tests on Windows at runtime, not build...
2017-09-22 Kasper Fabæch... FileStream should not truncate files when opening fails...
2017-09-22 Brian SullivanMerge pull request dotnet/coreclr#14142 from sdmaclea...
2017-09-22 Steve MacLean[Arm64] Fix typo
2017-09-22 Jarret ShookMerge pull request dotnet/coreclr#14141 from jashook...
2017-09-22 jashookfix arm64_post_build typo
2017-09-22 Brian SullivanMerge pull request dotnet/coreclr#14050 from mikedn...
2017-09-22 jashookSet default arm jobs to pri0
2017-09-22 Dan MoseleyRemove ResId class (dotnet/coreclr#14135)
2017-09-22 Bruce ForstallMerge pull request dotnet/coreclr#14129 from BruceForst...
2017-09-22 Steve MacLean[Arm64] Add emitters for cbz, cbnz, tbz, or tbnz
2017-09-22 Tanner GoodingFixing `FloatingPointUtils.round` to include the fix...
2017-09-22 Brian RobbinsFix SIGSEGV in EventPipe on Shutdown (dotnet/coreclr...
2017-09-22 Koundinya VeluriImprove thread pool worker thread's spinning for work...
2017-09-22 Sergey Andreenkofix checkLclVarSemantics (dotnet/coreclr#14053)
2017-09-22 Stephen ToubMerge pull request dotnet/coreclr#13105 from stephentou...
2017-09-22 Roman ArtemevFixed test return value
2017-09-22 Jarret ShookMerge pull request dotnet/coreclr#14126 from jashook...
2017-09-22 Roman ArtemevFixed formating
2017-09-22 Roman ArtemevHandle long value in MergedReturns optimization
2017-09-22 Roman ArtemevAdded microtest
2017-09-22 Roman ArtemevFixed return constant value cache on 32 bit VMs
2017-09-21 Bruce ForstallFix ARM64 trigger strings to match job names
2017-09-21 Jarret ShookMerge pull request dotnet/coreclr#14108 from jashook...
2017-09-21 jashookAdd support for priority and update x64 client
2017-09-21 Jan KotasUpdate stub dispatch hidden argument convention for...
2017-09-21 Sergey Andreenko[Jit] fgMorphCast does not reset GTF_ASG (dotnet/corecl...
2017-09-21 Bruce ForstallMerge pull request dotnet/coreclr#14107 from sdmaclea...
2017-09-21 Mike DanesDon't early-propagate negative array lengths
2017-09-21 Mike DanesRemove constant range checks in earlyprop
2017-09-21 Alexander Soldatov[RyuJIT] Regression test dotnet/coreclr#13057
2017-09-21 Steve MacLeanFix formatting
2017-09-21 Hyeongseok Oh[RyuJIT/ARM32] JitStress=1 test: padding local variable
2017-09-21 Tomas WeinfurtMerge branch 'master' of https://github.com/dotnet...
2017-09-21 Joseph TremouletMerge pull request dotnet/coreclr#14099 from JosephTrem...
2017-09-20 jashookFix superPMI getHelperFunction
2017-09-20 Steve MacLean[Arm64] Remove LegacyBackend defines
2017-09-20 Bruce ForstallMerge pull request dotnet/coreclr#14039 from OpenVision...
2017-09-20 Joseph TremouletChange base of literals in k-nucleotide-9
2017-09-20 Bruce ForstallMerge pull request dotnet/coreclr#13541 from hqueue...
2017-09-20 Bruce ForstallMerge pull request dotnet/coreclr#14089 from BredPet...
2017-09-20 William GodbeMerge pull request dotnet/coreclr#14048 from wtgodbe...
2017-09-20 Bruce ForstallMerge pull request dotnet/coreclr#14086 from sdmaclea...
2017-09-20 Bruce ForstallImprove instructions for installing VS2017 and building...
2017-09-20 Sergey Andreenkomark argplace node as no_lir (dotnet/coreclr#14044)
2017-09-20 Petr BredARM32: fix switch jump table generation bug for RyuJIT
2017-09-20 Jeff SchwartzWhen building as standalone GC the free object is initi...
next