summaryrefslogtreecommitdiff
path: root/src/jit/objectalloc.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-14Improvements for object stack allocation.Eugene Rozenfeld1-25/+240
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld1-2/+7
2018-12-16Enable object stack allocation in R2R mode.Eugene Rozenfeld1-4/+25
2018-11-23Don't assume objects don't escape in pure helpers.Eugene Rozenfeld1-7/+5
2018-11-08Implement escape analysis and stack allocation of non-box objects without gc ...Eugene Rozenfeld1-30/+499
2018-10-12Move ObjectAllocator phase to run right after inlining. (#20377)Eugene Rozenfeld1-1/+3
2018-01-31Delete GenTreePtr. (#16027)Sergey Andreenko1-11/+11
2016-08-26fgOptimizeBranch loses bbFlags while duplicating the block #6886Egor Chesakov1-1/+5
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-10/+9
2016-08-08Work towards objects stack allocation: moved allocation part of newobj-loweri...Egor Chesakov1-0/+204