summaryrefslogtreecommitdiff
path: root/src/jit/scopeinfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge pull request #23587 from BrianBohe/brbohe/moving_variableLiveRangeSergey Andreenko1-3/+3
2019-04-17Add lvIsImplicitByRef information to lvaSetStruct (#19223)Jarret Shook1-3/+6
2019-03-29Moving VariableLiveRanges classes outside Compiler classBrian Bohe1-3/+3
2019-03-29A new way of tracking variables (#23373)Brian Bohe1-128/+397
2019-03-28Delete simple unused vars2 (#23491)Sergey Andreenko1-1/+0
2019-03-27Revert "Delete unused variables in jit. Part 2. (#23481)" (#23488)Sergey Andreenko1-0/+1
2019-03-27Delete unused variables in jit. Part 2. (#23481)Sergey Andreenko1-1/+0
2019-03-20Adding a flag to able/disable scope info (#23298)Brian Bohe1-83/+85
2019-03-19Adding const to functions that don't change or shouldn't change state (#23329)Brian Bohe1-2/+2
2019-03-15Add siVarLoc::Equals (#23275)Brian Bohe1-0/+73
2019-02-26Update siUpdate/ScopeInfo header commentsBrian Bohe1-10/+10
2019-02-12Refactoring siVarLoc creation (#22543)Brian Bohe1-28/+296
2019-01-09Merge pull request #20772 from mikedn/ir-cleanupBruce Forstall1-7/+0
2019-01-09Update gtLclILoffs related commentsMike Danes1-7/+0
2019-01-04JIT: encapsulate general checks for optimizationAndy Ayers1-1/+1
2018-10-30Fix printing in `CodeGen::siEndScope`. (#20698)Sergey Andreenko1-2/+2
2018-10-25JIT: emit debug info for locals for minopts/tier0 (#20466)Andy Ayers1-56/+74
2018-08-22define FMT_BB as "BB%02u" and use it uniformly in the codebaseBrian Sullivan1-3/+3
2018-07-18JIT: force all local var ref counts to be accessed via API (#18979)Andy Ayers1-1/+1
2018-06-30Replace compGetMemArray usesMike Danes1-7/+1
2018-06-30Allocate space for siLatestTrackedScopes on demandMike Danes1-10/+22
2018-06-30Pass CompAllocator by value (#15025)mikedn1-2/+2
2018-05-24Typo (#18122)John Doe1-1/+1
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-2/+2
2017-07-11Delete bitset iterators defines (#12642)Sergey Andreenko1-8/+10
2017-05-26Fix BitSetUint64, clean and improve the surrounding code. (#11721)Sergey Andreenko1-2/+2
2017-05-19Improve BitVecOps<>::Iter::NextElem (#11696)Bruce Forstall1-2/+2
2016-10-14Remove DEBUGGING_SUPPORT #ifdef (#7611)Bruce Forstall1-17/+1
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-282/+286
2016-05-25Enable HFA support for passing arguments on ARM64Brian Sullivan1-3/+1
2016-04-12Refactoring changes to use ReturnTypeDesc in codegenxarch.sivarv1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-15Enable FEATURE_SIMD on Linux.Carol Eidt1-1/+1
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-0/+17
2015-11-24Fixes for Issues #s 2105 and 2106.Lubomir Litchev1-40/+66
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-9/+53
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1183