summaryrefslogtreecommitdiff
path: root/src/jit/gcinfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-22Delete unused variables in jit. Part1. (#23399)Sergey Andreenko1-2/+0
2019-01-14Improvements for object stack allocation.Eugene Rozenfeld1-0/+6
2018-12-10Eliminate GenTreeRegVar and GT_REG_VAR and RegVar (#18317)Julius R Friedman1-13/+3
2018-08-25Remove some GT_ASG_op leftovers (#18205)mikedn1-13/+4
2018-07-18JIT: force all local var ref counts to be accessed via API (#18979)Andy Ayers1-1/+1
2018-06-30Move temp info from Compiler to RegSetMike Danes1-2/+2
2018-05-22Remove JIT LEGACY_BACKEND code (#18064)Bruce Forstall1-31/+0
2018-03-30Tighten arm32/arm64 write barrier kill reg setsBruce Forstall1-3/+0
2018-01-31Delete GenTreePtr. (#16027)Sergey Andreenko1-4/+4
2017-12-15Clean up clrjit from using sizeof(void*) when meant TARGET_POINTER_SIZE (#15524)Egor Chesakov1-1/+1
2017-06-15[x86/Linux] Enable gcMarkFilterVarsPinned (WIN64EXCEPTIONS) (#11281)Hanjoung Lee1-0/+4
2017-06-07Make containedness explicitCarol Eidt1-3/+3
2017-01-26Don't require write barrier for assignment to ByRefKoundinya Veluri1-0/+6
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-157/+179
2016-07-29Massage code for clang-formatMichelle McDaniel1-0/+2
2016-06-06Skip reloads and copies in `gcIsWriteBarrierCandidate`.Pat Gavlin1-0/+3
2016-04-18Stanardize on `DEBUGARG` in the JIT.Pat Gavlin1-5/+5
2016-04-13No GC barrier needed for LclVar address expressionsCarol Eidt1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-3/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+839