platform/upstream/coreclr.git
2017-10-02 Mike DanesExtend flag reuse optimization to all relops
2017-10-02 Mike DanesReimplement compare flags reuse using SETCC/JCC
2017-10-02 Mike DanesSimplify SIMD EQ/NE optimization
2017-09-29 Konstantin... [x86/Linux] Fix assert in HelperMethodFrame::UpdateRegD...
2017-09-29 Ahson Ahmed... Fixing Retain to return MemoryHandle with correct Pinne...
2017-09-29 Roman ArtemevMerge pull request #14247 from rartemev/issue_13420
2017-09-29 Kristian HellangAdded CopyToAsync overload using default buffer size...
2017-09-29 Roman ArtemevFixed differenece between produced code in CHK and...
2017-09-28 Sergey Andreenkoignore GT_ARGPLACE before gtUseNum check. (#14233)
2017-09-28 Sergey AndreenkoAdd the capability to force JIT options on the SPMI...
2017-09-28 Konstantin... [x86/Linux] Fix typo in SetDebuggerREGDISPLAYFromREGDIS...
2017-09-28 Carol EidtMerge pull request #14225 from fiigii/falsedependency
2017-09-28 Andy AyersJIT: have gtClone handle long constants (#14201)
2017-09-28 Bruce ForstallMerge pull request #14232 from BruceForstall/Fix14196
2017-09-28 Fei Pengfix bad VEX.vvvv to avoid false register dependency
2017-09-28 Brian SullivanMerge pull request #14192 from sdmaclea/PR-ARM64-JCMP
2017-09-27 Viktor HoferMerge pull request #14231 from fiigii/fixintrinsic
2017-09-27 William GodbeMerge pull request #14234 from dotnet/ConditionLoc
2017-09-27 William GodbeMove Condition location in dotnet-trusted-publish
2017-09-27 Bruce ForstallFix issue with HFA altjit api
2017-09-27 Steve MacLean[Arm64] Respond to feedback
2017-09-27 Fei Pengfix bug from #14164
2017-09-27 Ahson Ahmed... Adding {RO}Memory<T> debugger view (#14130)
2017-09-27 William GodbeMerge pull request #14230 from dotnet/CondInjection
2017-09-27 William GodbeCondition Injection on SignType
2017-09-27 William GodbeMerge pull request #14229 from dotnet/PB_Fix
2017-09-27 William GodbeUpdate DotNet-Trusted-Publish.json
2017-09-27 Jan KotasFix modf and fmod casing for consistency
2017-09-27 Sergey Andreenko[Jit] fix DevDiv_499435 (#14179)
2017-09-27 William GodbeMerge pull request #14226 from dotnet/SymbolPkgInject
2017-09-27 William GodbeConditionally Inject signed symbol packages on SignType
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 Steve MacLean[Arm64] Add JCMP comments per review
2017-09-27 Steve MacLean[Arm64] Fix JCMP lsra binding
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 Jonghyun ParkPermit to disable FEATURE_EVENT_TRACE on Tizen (#14217)
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 ... Add SetThreadIdealProcessorEx PAL API (#13606)
2017-09-26 Brian RobbinsUpdate linux-performance-tracing.md (#14194)
2017-09-26 Dmitri-BotcharnikovEnable event tracing for Tizen. (#14137)
2017-09-26 Sergey AndreenkoFix for a special CoreRT helper CORINFO_HELP_JIT_PINVOK...
2017-09-26 William GodbeMerge pull request #14202 from wtgodbe/SigningDisableIn...
2017-09-26 wtgodbeInstall signing plugin with Real signing
2017-09-26 Steve MacLean[Arm64] Fix GT_JCMP lsra
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 #14195 from wtgodbe/SignType
2017-09-26 wtgodbeUse Real signType to install plugin
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 Steve MacLean[Arm64] Add GT_JCMP node
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-26 Hyung-Kyu Choi[ARM32] Update armel rootfs for Tizen (#14173)
2017-09-26 Bruce ForstallAdd CI PR triggers for x86_arm and x64_arm64 testing...
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 #14153 from mikedn/x86-newarr-nint
2017-09-23 Mike DanesMake GitHub_14116 test work on 32 bit
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 ForstallRe-enable tests that should now pass
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 Victor "Nate... Create dotnet deployment and acquisition size on disk...
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 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...
next