summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas1221-4872/+0
2017-03-17Add reflection roots for tests calling CreateInstance() (#10242)Swaroop Sridhar4-2/+12
2017-03-16Hide types which are now public in corefx (#10142)Rahul Kumar7-32/+32
2017-03-15Add support for testing via ILLINKSwaroop Sridhar2-1/+6
2017-03-13Pick up new CoreFX packages and abandon old oneswtgodbe594-2231/+139
2017-03-03Fix license header for test (GitHub_1323) (#9931)Andrey Akinshin1-3/+0
2017-02-23Merge pull request #9748 from AndyAyersMS/FixJitTestDirAndy Ayers2-0/+85
2017-02-23Add jit test project checker as jit test (#9721)Andy Ayers1-10/+5
2017-02-23Move jit tests to directory with proper casingAndy Ayers2-0/+85
2017-02-22Merge pull request #9712 from AndyAyersMS/FixSomeTestProjFilesAndy Ayers659-5757/+5216
2017-02-21Fix jit test projects to specify debug type and optimization flagsAndy Ayers659-5757/+5216
2017-02-21Add a regression test.Pat Gavlin2-0/+72
2017-02-02Add a test for #9282Michelle McDaniel2-0/+126
2017-01-25Update isUsedFromMemory to include CNS_DBLsMichelle McDaniel2-0/+187
2017-01-23Merge pull request #9072 from CarolEidt/DevDiv_1206929Carol Eidt2-0/+97
2017-01-23Add a test case for a test optimizationCarol Eidt2-0/+97
2017-01-19Merge pull request #8402 from CarolEidt/Fix7508Carol Eidt2-0/+198
2017-01-19Enable promotion of SIMD fields of structsCarol Eidt2-0/+198
2017-01-17Merge pull request #8952 from AndyAyersMS/FixEndLFinAssertAndy Ayers2-0/+150
2017-01-13JIT: fix bad assumption in non-funclet EH modelsAndy Ayers2-0/+150
2017-01-12Mark a small number of tests heap-verify-incompatible.Pat Gavlin1-0/+4
2017-01-09Default gcAllowVeryLargeObjects to true (#8853)mikedn1-1/+1
2017-01-04Fix VSO 359733. (#8803)Pat Gavlin2-0/+107
2017-01-04Fix DevDiv 362706Michelle McDaniel2-0/+213
2017-01-03Fix DevDiv bug 359737.Pat Gavlin2-0/+83
2016-12-15Merge pull request #8642 from CarolEidt/Fix359736Carol Eidt5-0/+222
2016-12-14Correctly sequence fgMorphModToSubMulDivCarol Eidt5-0/+222
2016-12-14Add a regression test.Pat Gavlin2-0/+159
2016-12-13Fix incorrect compare narrowing in TreeNodeInfoInitCmpMike Danes2-0/+88
2016-12-07Use only lower floats for Vector3 dot and equalityCarol Eidt2-0/+215
2016-12-05Compare opt against zero involving a shift oper.sivarv2-0/+84
2016-11-29Disable CER feature as it is not used (#8218)John Chen2-111/+0
2016-11-22x86: not all fields of promoted struct need regsCarol Eidt2-0/+177
2016-11-22Merge pull request #8253 from JosephTremoulet/SwitchCopyPat Gavlin2-0/+101
2016-11-22Remove bogus "fast path" in unroller branch updateJoseph Tremoulet2-0/+101
2016-11-21Set the size of SIMD this pointerCarol Eidt2-0/+96
2016-11-21Do not treat certain calls as intrinsics for RyuJIT/x86.Pat Gavlin2-0/+83
2016-11-18Merge pull request #8097 from pgavlin/VSO279396Pat Gavlin2-0/+80
2016-11-18Fix codegen for `(umod (gt_long) (const int))`.Pat Gavlin2-0/+69
2016-11-16Do not fold (ind (addr (lclVar))) in certain cases.Pat Gavlin2-0/+80
2016-11-15Fix value numbering for FieldSeqStore::NotAField.Pat Gavlin2-0/+153
2016-11-14Merge pull request #8086 from pgavlin/VSO278523Pat Gavlin2-0/+154
2016-11-14Admit more dest addresses in block assign value-numbering.Pat Gavlin2-0/+154
2016-11-14Merge pull request #8031 from pgavlin/VSO283795Pat Gavlin2-0/+101
2016-11-09Merge pull request #7981 from sandreenko/fix_vn_in_csesandreenko2-0/+93
2016-11-07Do not fold `(x + null)` in certain cases.Pat Gavlin2-0/+101
2016-11-07Set VN argument for changeOper during morph.Sergey Andreenko2-0/+93
2016-11-07Merge pull request #8006 from pgavlin/VSO278369Pat Gavlin2-0/+99
2016-11-04Fix VN propagation for binops.Pat Gavlin2-0/+99
2016-11-04Add a regression test for VSO 284785.Pat Gavlin2-0/+85