summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression
AgeCommit message (Expand)AuthorFilesLines
2020-03-25[Tizen] Fix build of Runtime_1241 testsubmit/tizen/20200402.013218accepted/tizen/unified/20200402.155517Gleb Balykov1-3/+23
2020-03-25Fail to explicitly tail call on x86 unix. (#25032)Jarret Shook2-0/+49
2020-02-13Port of dotnet/runtime#1059 to 3.1 branch (#27986)Carol Eidt2-0/+99
2020-02-13Port fix for #1241 to 3.1 (#27983)Carol Eidt2-0/+108
2020-02-13Port the 5.0 fix for issue #1104 (#28003)Brian Sullivan2-0/+95
2020-01-14[release/3.1] Port fix for JIT silent bad code (#27972)Andy Ayers2-0/+85
2020-01-14Release/3.1 port of dotnet/runtime#239 (#27973)Andy Ayers2-0/+68
2019-07-01Get rid of warnings while building tests (#25514)Michal Strehovský1-0/+1
2019-06-20Added the complementary test cases of going from a negative int to an unsigned.Brian Sullivan1-8/+77
2019-06-19Fix Issue #25134 - AssertionProp incorrectly removes cast from uintBrian Sullivan2-0/+123
2019-06-18Fix contained LEA handling (#25135)Carol Eidt2-0/+98
2019-06-14Don't change LCL_FLD node type when replacing param with its shadow copy (#20...Egor Chesakov2-0/+550
2019-06-14Delete OSX condition.Sergey Andreenko1-2/+1
2019-06-14Do not force GCStress at all.Sergey Andreenko1-2/+0
2019-06-13Do not force GcStress=0xc for GitHub_23199.Sergey Andreenko1-3/+4
2019-06-11JIT: use stress mode tail call validation info for implicit tail calls (#25093)Andy Ayers2-0/+126
2019-06-05Fix GCStress coverage for multi reg returns. (#24826)Sergey Andreenko2-0/+250
2019-06-05Zero initReg in genSetGSSecurityCookie (#24371)Egor Chesakov2-0/+91
2019-06-05Cleanup block stores and test for 24846 (#24950)Carol Eidt1-49/+39
2019-05-31Handle a zero byte cpblk (#24871)Carol Eidt2-0/+88
2019-05-22Test case for #24657 (#24721)Carol Eidt2-0/+71
2019-05-09Mark local struct as having overlapping fields after struct reinterpretationEugene Rozenfeld2-0/+78
2019-05-06Handle E_NOTIMPL return from CoInitializeEx. (#24387)Jeremy Koritzinsky3-3/+0
2019-05-04Revert "Fix GCStress for multireg returns. "Sergey Andreenko2-83/+0
2019-05-02Add a repro test.Sergey Andreenko2-0/+83
2019-04-29Merge pull request #24282 from erozenfeld/Fix24253Eugene Rozenfeld2-0/+90
2019-04-26Fix for a jit liveness bug.Eugene Rozenfeld2-0/+90
2019-04-25Add a repro test.Sergey Andreenko2-0/+69
2019-04-22Fix Arm64 UpperVector save/restore (#24043)Carol Eidt2-0/+138
2019-04-19Add a repro test.Sergey Andreenko2-0/+67
2019-04-17JIT: ignore pinning of non-gc types (#24010)Andy Ayers3-0/+78
2019-04-17Restrict morph add rearrangement. (#23984)Eugene Rozenfeld2-0/+200
2019-04-17Update the types consumers of Index and Range (#24036)Tarek Mahmoud Sayed2-78/+0
2019-04-13Fix ARM's genPutArgStk codegen (#23867)mikedn2-0/+75
2019-04-12Don't Free UpperVector (#23889)Carol Eidt2-0/+103
2019-04-12JIT: update byref null check logic to handle field chains (#23850)Andy Ayers2-0/+75
2019-04-08Block the hoisting of TYP_STRUCT rvalues in loop hoistingBrian Sullivan2-0/+230
2019-04-04Improve Upper Vector Save/Restore (#23344)Carol Eidt2-0/+132
2019-04-02Fix spill check for struct lclVars (#23570)Carol Eidt2-0/+67
2019-03-29Fix HW intrinsic containment bugs (#23558)Carol Eidt2-0/+68
2019-03-28Fix for issue #23441Brian Sullivan2-0/+244
2019-03-28Struct & SIMD improvements (#22255)Carol Eidt6-0/+280
2019-03-26Handle addressing modes for HW intrinsics (#22944)Carol Eidt2-0/+159
2019-03-25Mark test GitHub_18582 as optimization sensitive (#23434)Andy Ayers1-0/+1
2019-03-20Add repro case for jit stack overflow failure (#23346)Andy Ayers2-0/+260
2019-03-13Merge pull request #23109 from briansull/gh-21231Brian Sullivan4-0/+147
2019-03-13Merge pull request #23220 from BruceForstall/FixArm64HfaJmpCallNyiBruce Forstall3-0/+1063
2019-03-13Fix for Issue 21231Brian Sullivan4-0/+147
2019-03-13Fix SIMD handle issues (#23193)Carol Eidt2-0/+184
2019-03-12Arm64: Implement JMP call for HFA register argumentsBruce Forstall3-0/+1063