summaryrefslogtreecommitdiff
path: root/tests/src/JIT/opt
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason1-0/+2
2019-04-11JIT: fix assert when there are mixed types in Enum.HasFlags optimization (#23...Andy Ayers2-2/+24
2019-02-15Manually update the dependencies.props and move S.P.Corelib to use LangVersio...Tanner Gooding1-2/+1
2019-01-24Fix test build warning. (#22168)Eugene Rozenfeld1-0/+3
2019-01-23Fix R2R failure in one of ObjectStackAllocation tests.Eugene Rozenfeld1-2/+5
2019-01-14Improvements for object stack allocation.Eugene Rozenfeld1-12/+80
2018-12-16Enable object stack allocation in R2R mode.Eugene Rozenfeld1-1/+0
2018-11-28Fix ObjectStackAllocationTests on Linux under minoptsBruce Forstall1-2/+2
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-16Exclude GC stress failure test. (#21059)Sergey Andreenko1-0/+2
2018-11-14Disable COM tests being CrossGen'd (#21010)Aaron Robinson1-2/+1
2018-11-13Disable R2R for object stack allocation tests.Eugene Rozenfeld1-0/+2
2018-11-12Disable stress random inlining for object stack allocation tests.Eugene Rozenfeld1-0/+2
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers2-0/+85
2018-11-08Implement escape analysis and stack allocation of non-box objects without gc ...Eugene Rozenfeld2-0/+286
2018-10-29JIT: streamline temp usage for returns (#20640)Andy Ayers4-0/+162
2018-08-24Use runtest.py to run tests for all platforms (#19213)Jarret Shook1-0/+4
2018-08-03Fix MSBuild warnigs caused by double reference to different frameworksJacek Blaszczynski2-6/+0
2018-07-13JIT: optimize some cases of unused structs (#18819)Andy Ayers4-0/+224
2018-03-20JIT: remove boxing for interface call to shared generic struct (#17006)Andy Ayers4-0/+122
2018-03-09When value numbering an assignment we may need to insert an implicit cast ope...Brian Sullivan2-0/+74
2018-02-28Revert: Simplify test dependencies for benchmarks (#16647)Andy Ayers2-0/+6
2018-02-26Simplify test dependencies for benchmarks (#16378)Andy Ayers2-6/+0
2018-02-07Fixes GitHub Issue 16065Brian Sullivan4-0/+267
2018-02-06Add test case for contstructor devirtualization example (#16239)Andy Ayers2-0/+78
2018-02-01Remote lower case jit test dirjashook6-0/+423
2018-01-08JIT: improve return types in cases with spill temps (#15766)Andy Ayers2-0/+139
2017-11-01JIT: convert fixed-sized locallocs to locals, enable inlining (#14623)Andy Ayers2-0/+85
2017-10-27Add regression test for double counting retbufjashook1-0/+110
2017-10-09JIT: improve type equality opts for generic and prejitted code (#14381)Andy Ayers2-0/+129
2017-09-15Fix check for recursive call in the importer. (#13990)Eugene Rozenfeld2-0/+84
2017-09-11Improve const return block placementJoseph Tremoulet1-0/+82
2017-09-11JIT: optimize Enum.HasFlag (#13748)Andy Ayers4-0/+288
2017-09-06Segregate merged returns by constant value (#13792)Joseph Tremoulet2-0/+117
2017-09-05JIT: allow inlines of methods with calli (#13756)Andy Ayers2-0/+85
2017-08-26Merge pull request #13411 from pgavlin/RepriTestsPat Gavlin106-809/+598
2017-08-18[Unix x64|Arm64] Correct canfastTailCall decisionsjashook8-1/+1326
2017-08-16Move less valuable tests to priority 1.Pat Gavlin106-809/+598
2017-05-22Revert "Fixed tests build on Linux"Russ Keldorph2-2/+1
2017-05-21Merge pull request #11718 from jashook/add_nyi_typ_struct_fast_tail_callJarret Shook2-0/+116
2017-05-19Test build fixes for LinuxRoman Artemev2-1/+2
2017-05-19[*64] NYI: TYP_STRUCT, fastTailCall stack fixupjashook2-0/+116
2017-05-16Update Coreclr to 2.0.0 buildtoolswtgodbe2-10/+6
2017-05-09Disable a few long-running tests.Pat Gavlin2-2/+2
2017-05-02Surgically remove unsupported tailcall casesRuss Keldorph2-35/+54
2017-04-10Jit: fix issue with single-def type propagationAndy Ayers2-0/+83
2017-04-03Fix a reference to System.Exception in a JIT test.Pat Gavlin1-1/+1
2017-03-21Fix several devirtualization issuesAndy Ayers8-0/+508
2017-03-17Fix yet another casing issue.Andy Ayers2-0/+105