summaryrefslogtreecommitdiff
path: root/tests/src/JIT
AgeCommit message (Expand)AuthorFilesLines
2019-01-17Merge pull request #22022 from fiigii/reenabletestCarol Eidt11-0/+1664
2019-01-16Re-enable Avx.PermuteVar testsFei Peng11-0/+1664
2019-01-16Merge pull request #21997 from BruceForstall/FixFpRelativeInstructionsBruce Forstall2-0/+628
2019-01-16 Fix imm-operand encoding for SSE/AVX instructions (#21999)Fei Peng54-2557/+7719
2019-01-16Make JIT\superpmi\superpmicollect compatible with HelixEgor Chesakov3-34/+35
2019-01-15Fix two cases of FP-relative immediate offsets not being checked for encodabi...Bruce Forstall2-0/+628
2019-01-14Improvements for object stack allocation.Eugene Rozenfeld1-12/+80
2019-01-10Merge pull request #21804 from briansull/fix-unbox-optBrian Sullivan3-0/+172
2019-01-10Merge pull request #21928 from fiigii/fixMulxCarol Eidt3-0/+138
2019-01-10JIT: fix byte range used by RangeCheck (#21915)Andy Ayers2-0/+143
2019-01-10Code Review feedbackBrian Sullivan1-1/+1
2019-01-10Don't optimize BMI2 MultiplyNoFlags awayFei Peng3-0/+138
2019-01-10New test for DevDiv_754566Brian Sullivan3-0/+172
2019-01-10Merge pull request #21864 from fiigii/fixscalarmemCarol Eidt3-0/+339
2019-01-10Add an exclusion for hugeexpr1 on arm32 under `JitOptimizationSensitive` . (#...Sergey Andreenko1-2/+3
2019-01-09Merge pull request #21779 from mazong1123/fix-19166-checkproj-optAndy Ayers12-36/+87
2019-01-09Fix CRC32 instruction encoding on containment formFei Peng3-0/+339
2019-01-08Copy address-taken SIMD intrinsic (#21884)Carol Eidt2-0/+60
2019-01-07Fixing ContainCheckHWIntrinsic to ensure that scalar integer operands are the...Tanner Gooding2-0/+88
2019-01-07Remove invalid test b21296 (#21507)Jan Vorlicek2-202/+0
2019-01-04Fixed the broken projects.Jingyu11-31/+1
2019-01-03Check the optimize settings of JIT test projects.Jingyu1-5/+86
2018-12-21Implement the remaining BMI1/2 intrinsic (#21480)Fei Peng26-15/+3077
2018-12-20Don't morph volatile IND(ADDR(LCL_VAR)) (#20843)mikedn2-0/+47
2018-12-20Merge pull request #21589 from CarolEidt/Fix21546Carol Eidt2-0/+111
2018-12-18Transform SIMD8 to FIELD_LIST if promotedCarol Eidt2-0/+111
2018-12-18Merge pull request #21567 from CarolEidt/Issue20657Carol Eidt2-0/+68
2018-12-17Switch to using resources in BenchmarksGames tests (#21554)Egor Chesakov15-246/+57
2018-12-17Test for #20657 SIMD byref bugCarol Eidt2-0/+68
2018-12-16Merge pull request #21400 from BruceForstall/FixArm32FloatRangeBruce Forstall2-0/+452
2018-12-16Enable object stack allocation in R2R mode.Eugene Rozenfeld1-1/+0
2018-12-13Suppress warning of obsolete API (#21529)Aaron Robinson1-0/+2
2018-12-07Merge pull request #21361 from fiigii/x64testsCarol Eidt72-592/+1147
2018-12-05Fix arm32 local variable referencesBruce Forstall2-0/+452
2018-12-05Merge pull request #21322 from mikedn/div-small-intBrian Sullivan2-0/+80
2018-12-04Add repro for `(reg2 == REG_NEXT(reg1)) || (reg2 == REG_LR)` assert in `codeg...Sergey Andreenko2-0/+79
2018-12-04Move more SSE2 intrinsic tests to templateFei Peng24-543/+1098
2018-12-04Remove redundant checks in test templatesFei Peng49-49/+49
2018-12-03Merge pull request #21264 from fiigii/x64onlyCarol Eidt100-965/+4495
2018-12-03JIT: fix overly aggressive type propagation from returns (#21316)Andy Ayers2-0/+56
2018-12-01Fix lclvar "cloning" in const division loweringMike Danes2-0/+80
2018-11-30Migrate 64-bit-only intrinsic tests to new APIsFei Peng100-965/+4495
2018-11-28Fix ObjectStackAllocationTests on Linux under minoptsBruce Forstall1-2/+2
2018-11-26Merge pull request #21184 from mikedn/load-normBrian Sullivan2-0/+86
2018-11-25Add test for 18867Mike Danes2-0/+86
2018-11-23Don't assume objects don't escape in pure helpers.Eugene Rozenfeld1-4/+6
2018-11-21Disable object stack allocation verification under GCStress.Eugene Rozenfeld2-17/+40
2018-11-20Fix for #21011: propagate GTF_DONT_CSE on comma returnsEugene Rozenfeld2-0/+57
2018-11-20Fixing up some issues with the HWIntrinsic test templates (#21104)Tanner Gooding1472-6348/+16386
2018-11-19Add asserts for the types of the Span indexers. (#21037)Carol Eidt2-0/+78