Merge pull request #14229 from dotnet/PB_Fix
[platform/upstream/coreclr.git] / src /
2017-09-27 Jan KotasFix modf and fmod casing for consistency
2017-09-27 Sergey Andreenko[Jit] fix DevDiv_499435 (#14179)
2017-09-27 Steve MacLean[ARM64/Unix] Enable FEATURE_EVENT_TRACE (#14176)
2017-09-27 Sean GillespieAdditional parameter validation for StartNoGCRegion...
2017-09-27 Jarret ShookMerge pull request #13897 from hseok-oh/ryujit/ftc_arg_...
2017-09-27 Carol EidtMerge pull request #14207 from CarolEidt/Fix14028
2017-09-27 Bruce ForstallMerge pull request #14090 from BredPet/interface_dispat...
2017-09-27 Andy AyersJIT: devirtualization support for EqualityComparer...
2017-09-27 Igor Kulaychuk[GDBJIT] Provide full file names in generated DWARF...
2017-09-27 Stephen ToubMerge pull request #14214 from stephentoub/quwi_preferlocal
2017-09-27 Petr BredARM32: fix interface dispatch cell address transfer
2017-09-27 Jonghyun ParkUse FCDECL2_VI instead of FCDECL_VV (#14215)
2017-09-27 Hyeongseok OhRemove useless variable
2017-09-27 Hyeongseok OhFix typo
2017-09-27 Hyeongseok OhEnhancement caller register & stack calculation for...
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 #14178 from stephentoub/async_avoid_...
2017-09-27 Roman ArtemevMerge pull request #14197 from rartemev/fixed_test_buil...
2017-09-27 Carol EidtHandle GT_SIMD in GenTree::Compare
2017-09-27 Xiangyang (Mark... Add SetThreadIdealProcessorEx PAL API (#13606)
2017-09-26 Sergey AndreenkoFix for a special CoreRT helper CORINFO_HELP_JIT_PINVOK...
2017-09-26 Dan MoseleyReplace Contract.Assumes and Contract.Assert with Debug...
2017-09-26 William GodbeMerge pull request #14193 from wtgodbe/SigningInfra
2017-09-26 wtgodbeUpdate publish infra to parameterize PB_SignType
2017-09-26 Koundinya VeluriRemove Monitor asm helpers (#14146)
2017-09-26 Carol EidtMerge pull request #14171 from wateret/ryu-arm-putarg...
2017-09-26 Hanjoung Lee[RyuJIT/armarch] Put arguments with GT_BITCAST
2017-09-26 Stephen ToubAvoid async method delegate allocation
2017-09-25 Brian SullivanMerge pull request #14041 from sdmaclea/PR-ARM64-SET...
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 #14145 from BruceForstall/CleanupTes...
2017-09-25 Carol EidtMerge pull request #14080 from hqueue/arm/ryujit/issue_...
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 #14143 from sdmaclea/PR-FEEDBACK...
2017-09-23 Steve MacLean[Arm64/Arm] Favor emitActualTypeSize for non-memory...
2017-09-23 Bruce ForstallMerge pull request #14109 from hseok-oh/ryujit/fix_13738
2017-09-23 Roman ArtemevMerge pull request #14118 from rartemev/devdiv_491206
2017-09-23 Bruce ForstallMerge pull request #14117 from mikedn/earyprop-neg...
2017-09-22 Steve MacLean[Arm64] Add Floor/Ceiling intrinsics (#14132)
2017-09-22 Steve MacLean[Arm64] Implement JCC/SETCC nodes (#14101)
2017-09-22 Steve MacLeanRespond to Feedback #14139
2017-09-22 Bruce ForstallMerge pull request #13167 from alpencolt/ryu-arm-remove...
2017-09-22 Roman ArtemevAdded IntegralValue() method
2017-09-22 Brian SullivanMerge pull request #14139 from sdmaclea/PR-ARM64-EMIT...
2017-09-22 Jarret ShookMerge pull request #14140 from jashook/pri0_arm_jobs
2017-09-22 Kasper Fabæch BrandtFileStream should not truncate files when opening fails...
2017-09-22 Brian SullivanMerge pull request #14142 from sdmaclea/PR-ARM64-FIX...
2017-09-22 Steve MacLean[Arm64] Fix typo
2017-09-22 Jarret ShookMerge pull request #14141 from jashook/fix_post_build_typo
2017-09-22 Brian SullivanMerge pull request #14050 from mikedn/earlyprop-range...
2017-09-22 Dan MoseleyRemove ResId class (#14135)
2017-09-22 Bruce ForstallMerge pull request #14129 from BruceForstall/FixArm64Tr...
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 (#14123)
2017-09-22 Koundinya VeluriImprove thread pool worker thread's spinning for work...
2017-09-22 Sergey Andreenkofix checkLclVarSemantics (#14053)
2017-09-22 Stephen ToubMerge pull request #13105 from stephentoub/asyncmem
2017-09-22 Jarret ShookMerge pull request #14126 from jashook/use_new_x64_client
2017-09-22 Roman ArtemevFixed formating
2017-09-22 Roman ArtemevHandle long value in MergedReturns optimization
2017-09-22 Roman ArtemevFixed return constant value cache on 32 bit VMs
2017-09-21 Jarret ShookMerge pull request #14108 from jashook/spmi_get_helper
2017-09-21 Sergey Andreenko[Jit] fgMorphCast does not reset GTF_ASG (#14102)
2017-09-21 Bruce ForstallMerge pull request #14107 from sdmaclea/PR-ARM64-REMOVE...
2017-09-21 Mike DanesDon't early-propagate negative array lengths
2017-09-21 Mike DanesRemove constant range checks in earlyprop
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-20 jashookFix superPMI getHelperFunction
2017-09-20 Steve MacLean[Arm64] Remove LegacyBackend defines
2017-09-20 Bruce ForstallMerge pull request #14039 from OpenVisionLabs/typos
2017-09-20 Bruce ForstallMerge pull request #13541 from hqueue/arm/ryujit/issue_...
2017-09-20 Bruce ForstallMerge pull request #14089 from BredPet/switch_generation
2017-09-20 William GodbeMerge pull request #14048 from wtgodbe/RIDs
2017-09-20 Bruce ForstallMerge pull request #14086 from sdmaclea/PR-ARM-REMOVE...
2017-09-20 Sergey Andreenkomark argplace node as no_lir (#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...
2017-09-20 Tijoy TomMerge pull request #14085 from qmfrederik/marshal-utf8...
2017-09-20 Steve MacLean[Arm] Remove obsolete assert
2017-09-20 Jonghyun Park16-byte Stack Aligned StubDispatchFixupStub (#14078)
2017-09-20 Frederik CarlierTest marshaling IntPtr.Zero to UTF8 strings, add unit...
2017-09-20 Bruce ForstallMerge pull request #14075 from BruceForstall/AllowMoreS...
2017-09-19 Joseph TremouletMerge pull request #14068 from JosephTremoulet/HelixExclude
2017-09-19 Bruce ForstallMerge pull request #14069 from BruceForstall/FixFormatting
2017-09-19 Jan VorlicekFix rlimit setting of RLIM_NOFILE on OSX (#14054)
2017-09-19 Bruce ForstallFix jit-format error
2017-09-19 Bruce ForstallMerge pull request #14059 from hseok-oh/ryujit/fix_13760
2017-09-19 Koundinya VeluriMove initialization of YieldProcessorNormalized to...
2017-09-19 Stephen ToubAdd span-based Guid.{Try}Parse{Exact} methods (#14062)
2017-09-19 Brian SullivanMerge pull request #14018 from sdmaclea/PR-ARM-Remove...
2017-09-19 Brian SullivanMerge pull request #13941 from sdmaclea/PR-ARM64-CMP...
2017-09-19 Joseph TremouletMerge pull request #14061 from JosephTremoulet/Benchmar...
next