Disable outdated test until it is updated
[platform/upstream/coreclr.git] / src / jit /
2019-01-30 Eugene RozenfeldRemove GTF_ADDR_ONSTACK and IsVarAddr.
2019-01-28 mikednFix various fgMorphInitBlock issues (#21820)
2019-01-26 Jan KotasCleanup stackoverflow handling leftovers (#22228)
2019-01-25 Brian SullivanFixes the desktop build (#22197)
2019-01-25 José RiveroUpdating MicrosoftDiagnosticsTracingTraceEventPackageVe...
2019-01-24 Carol EidtMerge pull request #14393 from mikedn/float-neg-abs
2019-01-24 Mike DanesFix importer spilling in the presence of assignment...
2019-01-24 Andrey KvochkoDisable PSPSym in filter prolog for CoreRT (#22184)
2019-01-24 Calum GrantFix accidental assignment inside an assert. (#22148)
2019-01-24 Aditya MandaleekaMerge pull request #22003 from adityamandaleeka/writeba...
2019-01-23 Mike DanesRemove obsolete LEGACY_BACKEND ifdef
2019-01-23 Bruce ForstallMerge pull request #22053 from BruceForstall/FixSimd12S...
2019-01-23 Bruce ForstallFix SIMD12 GT_STORE_LCL_FLD
2019-01-22 Michal StrehovskýDecouple JIT_FLAG_PREJIT from HW intrinsics (#22117)
2019-01-17 Carol EidtMerge pull request #22022 from fiigii/reenabletest
2019-01-16 Bruce ForstallMerge pull request #21997 from BruceForstall/FixFpRelat...
2019-01-16 Fei Peng Fix imm-operand encoding for SSE/AVX instructions...
2019-01-15 Bruce ForstallFix two cases of FP-relative immediate offsets not...
2019-01-15 Juan HoyosMerge pull request #21963 from BrianBohe/master
2019-01-15 Eugene RozenfeldImprovements for object stack allocation.
2019-01-12 Andrey KvochkoFix x64 CFI generation (#21955)
2019-01-12 Carol EidtMerge pull request #21795 from fiigii/fixGeneric
2019-01-12 Eugene RozenfeldGenerate non-null assertion for byrefs if we can't...
2019-01-11 Brian BoheRemove unreachable code
2019-01-11 Brian SullivanMerge pull request #21804 from briansull/fix-unbox-opt
2019-01-11 Carol EidtMerge pull request #21928 from fiigii/fixMulx
2019-01-11 Andy AyersJIT: fix byte range used by RangeCheck (#21915)
2019-01-11 Brian SullivanMerge pull request #17733 from mikedn/cc-cond2
2019-01-11 Bruce ForstallMerge pull request #21937 from BruceForstall/RemoveAltJ...
2019-01-11 Brian SullivanCode Review feedback
2019-01-10 Fei PengDon't optimize BMI2 MultiplyNoFlags away
2019-01-10 Carol EidtMerge pull request #21864 from fiigii/fixscalarmem
2019-01-10 Carol EidtMerge pull request #21815 from CarolEidt/Fix752890
2019-01-10 Carol EidtMerge pull request #21888 from fiigii/fixVzeropper
2019-01-10 Carol EidtPR Feedback
2019-01-10 Andy AyersMerge pull request #21893 from AndyAyersMS/ReconcileInl...
2019-01-10 Andy AyersMerge pull request #21779 from mazong1123/fix-19166...
2019-01-10 Brian SullivanAdded ifdef for FEATURE_TAILCALL_OPT
2019-01-10 Brian Sullivanjit format
2019-01-09 Brian SullivanWhen performing devirtualization we can not do both...
2019-01-09 Fei PengFix CRC32 instruction encoding on containment form
2019-01-09 Bruce ForstallMerge pull request #20772 from mikedn/ir-cleanup
2019-01-09 Mike DanesUpdate gtLclILoffs related comments
2019-01-09 Aditya MandaleekaMerge pull request #21867 from adityamandaleeka/fix_wri...
2019-01-09 Andy AyersMerge pull request #21857 from AndyAyersMS/RangeCheckSm...
2019-01-09 Carol EidtCopy address-taken SIMD intrinsic (#21884)
2019-01-08 Sergey AndreenkoUse `saveNext` unwind opcode on arm64. (#21683)
2019-01-08 Fei PengFix VZERoUPPER for HW intrinsic
2019-01-08 Andy Ayerscheck for valid IL offsets before computing block ILsize
2019-01-08 Andy AyersJIT: modify inline budget update to use estimated impor...
2019-01-08 Bruce ForstallMerge pull request #20409 from lol768/patch-1
2019-01-08 Tanner GoodingFixing ContainCheckHWIntrinsic to ensure that scalar...
2019-01-07 Andy AyersJIT: infer ranges from small int type operations
2019-01-07 Andy AyersJIT: encapsulate general checks for optimization (...
2019-01-06 Andy Ayersinline keyword cleanup
2019-01-05 Andy AyersJIT: encapsulate general checks for optimization
2019-01-04 Carol Eidt[x86] Make copies of odd-size structs
2019-01-04 Bruce ForstallMerge pull request #21806 from BruceForstall/CheckTestE...
2019-01-04 Andy AyersJIT: don't optimize struct copies for call args in...
2019-01-04 Bruce ForstallMerge pull request #21803 from BruceForstall/FixTypo
2019-01-04 Carol EidtMerge pull request #21619 from CarolEidt/FixDesktopSIMD
2019-01-03 Carol EidtMerge pull request #21776 from fiigii/fixAs
2019-01-03 Juan HoyosMerge pull request #21774 from hoyosjs/juhoyosa/event_size
2019-01-03 Fei PengFix Vector128/256 As<U> intrinsic recognition and exception
2019-01-03 Carol EidtDisable the [Intrinsic] check for desktop SIMD
2019-01-03 Carol EidtFix desktop SIMD failures
2019-01-03 Bruce ForstallMerge pull request #21669 from kvochko/arm_cfi_code_offsets
2018-12-25 Andrey KvochkoFix windows build
2018-12-25 Andrey KvochkoFix CFI code offsets in prolog on ARM
2018-12-23 Sergey AndreenkoFix ArrayStack's call to default constructor for <T...
2018-12-22 Eugene RozenfeldImprove removal of dead calls to allocator helpers.
2018-12-22 Eugene RozenfeldDon't mark calls to allocation helpers as CSE candidates.
2018-12-21 Tanner GoodingEnsure that the S.N.Vector methods are marked as [Intri...
2018-12-21 Sergey AndreenkoFix arm64 prolog generation for register masks with...
2018-12-21 Tanner GoodingUpdating gtGetSIMDZero to only return the NI_Base_Vecto...
2018-12-21 Tanner Gooding Updating `FusedMultiplyAdd` for `System.Math` and...
2018-12-21 Fei PengImplement the remaining BMI1/2 intrinsic (#21480)
2018-12-21 Eugene RozenfeldFix jit warning in crossgen desktop build.
2018-12-21 mikednDon't morph volatile IND(ADDR(LCL_VAR)) (#20843)
2018-12-20 Carol EidtMerge pull request #21589 from CarolEidt/Fix21546
2018-12-20 Eugene RozenfeldFix jit warning. (#21600)
2018-12-18 Carol EidtTransform SIMD8 to FIELD_LIST if promoted
2018-12-18 Carol EidtMerge pull request #21567 from CarolEidt/Issue20657
2018-12-18 Bruce ForstallMerge pull request #21571 from BruceForstall/DisableArm...
2018-12-18 Andrey KvochkoGenerate ARM CFIs in prolog (#21505)
2018-12-18 Bruce ForstallMerge pull request #21532 from BruceForstall/FixPython3...
2018-12-17 Michal StrehovskýAdd specialized allocation helpers (#21561)
2018-12-16 Bruce ForstallMerge pull request #21400 from BruceForstall/FixArm32Fl...
2018-12-16 Eugene RozenfeldEnable object stack allocation in R2R mode.
2018-12-15 Carol EidtFix more HWIntrinsic ifdefs (#21556)
2018-12-15 Tanner GoodingFixing an assert in `gtGetStructHandleForSIMD` to valid...
2018-12-15 Carol EidtMerge pull request #21535 from CarolEidt/Fix21500
2018-12-14 Tanner GoodingSimplifying the emitter handling of 4-byte encoded...
2018-12-13 Carol EidtUpdate var life for multireg local
2018-12-13 Andy AyersJIT: avoid folding operations with relocatable immediat...
2018-12-13 Carol EidtMerge pull request #21527 from CarolEidt/FixIfdef
2018-12-13 Carol EidtFix HWIntrinsics ifdef
2018-12-13 Tanner GoodingFixing up configEnableISA and Compiler::compSetProcesso...
2018-12-13 Carol EidtMerge pull request #21304 from CarolEidt/NonObjSIMD
2018-12-13 Brian SullivanMerge pull request #21512 from briansull/fix_750014
next