summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-08Merge pull request #23052 from CarolEidt/Fix22850Carol Eidt2-0/+77
2019-03-07JIT: fix filter liveness computation (#23044)Andy Ayers3-1/+98
2019-03-06JIT: fix issue with assertion prop on isinst helpers (#23056)Andy Ayers2-0/+77
2019-03-05Reduce running time of GitHub_19361 test case (#23048)Andy Ayers1-3/+3
2019-03-05Correctly type SIMD stack valuesCarol Eidt2-0/+77
2019-03-04Merge pull request #22791 from CarolEidt/Fix19256Carol Eidt2-0/+72
2019-02-28Set flag in comp info to signal that a caller has >8 byte struct args (#22775)Jarret Shook2-0/+82
2019-02-26Fix condition for calling EvalArgsToTempsCarol Eidt2-0/+72
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers6-0/+163
2019-02-15Manually update the dependencies.props and move S.P.Corelib to use LangVersio...Tanner Gooding3-4/+0
2019-02-14Fix check for memory containment safety. (#22563)Eugene Rozenfeld2-0/+80
2019-02-13Use dependency flow for core-setup and corefx dependencies (#22544)Juan Hoyos1-4/+4
2019-02-08Force results of rejected multi-reg-returning tail-call candidates to temp. (...Eugene Rozenfeld2-0/+101
2019-02-06Index and Range updates (#22331)Tarek Mahmoud Sayed1-1/+1
2019-02-06Add option to run tests in unloadable context (#22332)Jan Vorlicek4-0/+7
2019-02-03Rename DevDiv_754566.ilprog to DevDiv_754566.ilproj (#22375)Tamás Csala1-1/+1
2019-02-02Propagate preferences (#19429)Carol Eidt2-0/+145
2019-01-28Fix various fgMorphInitBlock issues (#21820)mikedn2-0/+340
2019-01-24Update SSE2 testMike Danes1-1/+1
2019-01-24Fix importer spilling in the presence of assignment side effectsMike Danes2-0/+102