Use local array in ConcurrentQueue<T> for small perf improvement (#21192)
[platform/upstream/coreclr.git] / src / jit /
2018-11-27 Andy AyersImprove perf for Index based span indexers (#21196)
2018-11-27 Brian SullivanMerge pull request #21184 from mikedn/load-norm
2018-11-26 Tanner GoodingFixing a few small issues with the SIMD vs SIMD HWIntri...
2018-11-26 Carol EidtMerge pull request #21164 from kvochko/no_hw_intrinsics_x86
2018-11-25 Mike DanesDon't generate copy assertions for normalize on load...
2018-11-24 Eugene RozenfeldDon't assume objects don't escape in pure helpers.
2018-11-22 John DoeTypos (#21171)
2018-11-22 Michal StrehovskýNarrow the assert in fgLateDevirtualization (#21163)
2018-11-21 Matt MitchellMerge pull request #21129 from mmitche/sign-xstat
2018-11-20 Carol EidtMerge pull request #21058 from CarolEidt/FixVZeroUpper
2018-11-20 Eugene RozenfeldFix for #21011: propagate GTF_DONT_CSE on comma returns
2018-11-20 Carol EidtAdd asserts for the types of the Span indexers. (#21037)
2018-11-19 Michal StrehovskýMake type comparisons more general purpose (#20940)
2018-11-17 Tanner GoodingRemoving the legacy helper intrinsics and adding tests...
2018-11-17 Bruce ForstallMerge pull request #21004 from BruceForstall/UpdateRunt...
2018-11-16 Carol EidtRecord AVX use for SIMD indirections
2018-11-15 Brian SullivanMerge pull request #21008 from briansull/new-toolset
2018-11-15 Brian SullivanChanged back to use m_filtered
2018-11-15 Brian SullivanCode Review feedback
2018-11-14 Brian SullivanUse correct printf type specifier
2018-11-14 Brian SullivanJit changes from the desktop Toolset Update
2018-11-14 Sergey AndreenkoFix arm64 PUTARG_STK(contained OBJ(contained LCL_FLD_AD...
2018-11-14 Brian SullivanMerge pull request #20961 from briansull/const-eval-fix
2018-11-14 Eugene RozenfeldFix for bug 20499.
2018-11-13 Brian SullivanFix CanEvalForConstantArgs(VNFunc vnf)
2018-11-13 Egor ChesakovLower fast tail call wasn't patching control expression...
2018-11-12 Andy AyersAllow jit to examine type of initonly static ref typed...
2018-11-09 Bruce ForstallMerge pull request #20895 from dotnet/dev/unix_test_wor...
2018-11-09 Eugene RozenfeldImplement escape analysis and stack allocation of non...
2018-11-09 Eugene RozenfeldAllow creation of variables of TYP_STRUCT with non...
2018-11-09 Eugene RozenfeldAdd JitObjectStackAllocation config option.
2018-11-08 Levi BroderickEnlighten ValueNumStore::EvalOpSpecialized about bswap...
2018-11-08 Brian SullivanMerge pull request #20838 from briansull/issue_18259
2018-11-08 Brian SullivanFixes issue 18259
2018-11-07 Carol EidtMerge pull request #20787 from CarolEidt/Arm64Intrinsic...
2018-11-06 Bruce ForstallMerge pull request #20633 from BruceForstall/FixSPCheck
2018-11-06 Bruce ForstallMerge pull request #20834 from BruceForstall/FixArmElJob
2018-11-06 Bruce ForstallFix SP check for x64/x86, remove for arm32/arm64
2018-11-06 Levi BroderickAdd support for BSWAP intrinsic (#18398)
2018-11-05 Tanner GoodingAdding some new functions to System.Math and System...
2018-11-05 Tanner GoodingUpdating the importer to throw a NotImplementedExceptio...
2018-11-05 Brian SullivanMerge pull request #20736 from briansull/issue_18672
2018-11-05 Brian SullivanFix constant propagation with nested structs
2018-11-05 Sergey AndreenkoFix perf regression in master. (#20762)
2018-11-03 Bruce ForstallMerge pull request #20780 from dotnet/dev/unix_test_wor...
2018-11-03 Carol EidtAdd Windows support for Arm64 HW Intrinsics
2018-11-02 Juan HoyosMerge pull request #20760 from hoyosjs/arcade
2018-11-02 Eugene RozenfeldRemove redundant zero-initializations for long-lifetime...
2018-11-01 Bruce ForstallMerge pull request #20755 from dotnet/dev/unix_test_wor...
2018-11-01 Bruce ForstallMerge pull request #20750 from BruceForstall/ReduceExpe...
2018-11-01 Matt MitchellMerge pull request #20720 from dotnet/mmitche-patch-1
2018-11-01 Bruce ForstallFix JIT flags for ARM64 altjit (#20711)
2018-11-01 Jeremy KoritzinskyClean up string literal implicit const casting and...
2018-10-31 Carol EidtMerge pull request #20683 from CarolEidt/FixDD710234
2018-10-31 Bruce ForstallMerge pull request #20723 from BruceForstall/ImproveNOW...
2018-10-31 Michał JaniszewskiRemove superfluous 'const' qualifier from trivial retur...
2018-10-31 Sergey AndreenkoFix DevDiv issue with JitStressRegs=0x3 on arm32. ...
2018-10-31 Bruce ForstallImprove the assert output for NO_WAY and BADCODE
2018-10-31 Carol EidtArm32: Handle live-out double reg in resolution
2018-10-31 Carol EidtMerge pull request #20638 from fiigii/movetest
2018-10-30 Matt GalbraithMerge pull request #20703 from MattGal/bsd-pipebuild...
2018-10-30 Sergey AndreenkoFix printing in `CodeGen::siEndScope`. (#20698)
2018-10-30 Matt GalbraithMerge pull request #20699 from MattGal/bsd-pipebuild...
2018-10-30 Sergey AndreenkoFix `JitStressRegs=0x1` issue with `RefTypeUpperVectorS...
2018-10-30 Andy AyersJIT: Fix call flag propagation for GenTreeArrElem ...
2018-10-30 Brian SullivanMerge pull request #20641 from briansull/vso_707552
2018-10-30 Bruce ForstallMerge pull request #20679 from BruceForstall/DumpTempReason
2018-10-30 Bruce ForstallDump the "reason" for a compiler temp
2018-10-29 Andy AyersJIT: streamline temp usage for returns (#20640)
2018-10-29 Brian SullivanFix VSO 707552
2018-10-26 Aaron RobinsonMerge pull request #20621 from AaronRobinsonMSFT/block_...
2018-10-26 Andy AyersJIT: refactor how we do late devirtualization (#20553)
2018-10-26 Stephen ToubMerge pull request #20628 from stephentoub/asyncinterfaces
2018-10-26 Carol EidtMerge pull request #20579 from fiigii/broadcast
2018-10-26 Bruce ForstallMerge pull request #20611 from BruceForstall/DisableB152292
2018-10-25 Bruce ForstallMerge pull request #20527 from BruceForstall/FixPspSymMove
2018-10-25 Bruce ForstallStop attempting to move PSPSym during localloc for...
2018-10-25 Fei PengImplement AVX2.BroadcastScalarToVector128/256
2018-10-25 Andy AyersJIT: ensure float folding is done using float precision...
2018-10-25 Andy AyersJIT: emit debug info for locals for minopts/tier0 ...
2018-10-24 Fei PengExpose EnableISA knobs in release build (#20501)
2018-10-24 Aaron RobinsonMerge pull request #20497 from AaronRobinsonMSFT/additi...
2018-10-24 Sergey AndreenkoInitialize `StructReturnType` for `gtNewRefCOMfield...
2018-10-24 Andy AyersJIT: recover types from helper calls and more (#20447)
2018-10-23 Bruce ForstallMerge pull request #20537 from BruceForstall/RemoveLocA...
2018-10-23 Carol EidtMerge pull request #20552 from fiigii/retest
2018-10-23 Fei PengRe-enable hardware intrinsic tests
2018-10-23 Bruce ForstallRemove the LocAllocSP slot for non-x86 platforms
2018-10-22 Fei PengAes/Pclmulqdq IsSupported should depend on Ssse3 (...
2018-10-22 Andy AyersJIT: improve simplification of IND(ADDR(x)) (#20508)
2018-10-19 Bruce ForstallMerge pull request #20472 from BruceForstall/ImproveLoo...
2018-10-18 mikedn[RyuJIT] Delete dead code (#20411)
2018-10-18 Bruce ForstallRemove unnecessary interpreter fallback (#20470)
2018-10-18 Bruce ForstallFix loop cloning array index recognition for arm64
2018-10-18 Bruce ForstallEnable code to prevent bad byrefs on all platforms...
2018-10-17 Bruce ForstallPrint Tier-0 or Tier-1 to JIT dump output (#20453)
2018-10-17 Vance MorrisonMerge pull request #20464 from brianrob/eventpipe_confi...
2018-10-17 Sergey AndreenkoDelete `FixupIfSIMDLocal`. (#20360)
2018-10-17 Bruce ForstallMerge pull request #20431 from BruceForstall/IlasmArm64
2018-10-16 Sergey AndreenkoFix compilation error when `FEATURE_HFA` is disabled...
next