summaryrefslogtreecommitdiff
path: root/src/jit/lclvars.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-04Safe refactoring changes and code cleanup itemsBrian Sullivan1-27/+31
2016-03-30Make sure 4 outgoing arg slots are generated for methods that callLubomir Litchev1-7/+12
2016-03-04Fixes for 16-byte struct argument passing for ARM64Brian Sullivan1-1/+1
2016-02-29Inliner refactoring: remove the LR sampling modeAndy Ayers1-1/+1
2016-02-19Mark compTypeCtxtArg as lvOnFrameCarol Eidt1-0/+8
2016-02-05Fix a few more binary exprs for the CC.Pat Gavlin1-4/+4
2016-02-05Generate P/Invoke transitions for CoreRT.Pat Gavlin1-32/+48
2016-02-02Merge branch 'master' into CallArgCleanupCarol Eidt1-7/+7
2016-02-02Merge pull request #2860 from LLITCHEV/gc-stressLubomir Litchev1-7/+7
2016-02-02Outgoing call arg preliminary refactoringCarol Eidt1-8/+8
2016-02-01Fix for bugs related to clasifying System.TypedReference.Lubomir Litchev1-7/+7
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-22Fix issues on ARM64 with lvOtherArgReg being initialized to REG_STKBrian Sullivan1-0/+12
2016-01-19Merge pull request #2684 from LLITCHEV/Issue2380Lubomir Litchev1-0/+3
2016-01-19Fix for issue 2380.Lubomir Litchev1-0/+3
2016-01-16Fix incorrect placement of FEATURE_SIMD ifdef, and syntax error under _TARGET...Ron Cain1-1/+1
2016-01-15Enable FEATURE_SIMD on Linux.Carol Eidt1-20/+26
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-219/+134
2015-10-30Merge pull request #1852 from botaberg/fixsyntaxx86Jan Kotas1-2/+2
2015-10-22Fix syntax error due to UNIX_AMD64_ABI_ONLY_ARG evaluating to an empty string...John Bottenberg1-2/+2
2015-10-21 Generate efficient code for rotation patterns.Eugene Rozenfeld1-1/+3
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-193/+420
2015-03-12Fix some struct passing and tail call Jit problems on System V type of OSs.Lubomir Litchev1-7/+9
2015-03-02More typo fixes.Lubomir Litchev1-3/+0
2015-03-02Fixed typos.Lubomir Litchev1-1/+1
2015-03-02Merge remote-tracking branch 'upstream/master'Lubomir Litchev1-0/+20
2015-03-02Fix stack homing of register parameter offsets bugs.Lubomir Litchev1-61/+81
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot1-0/+20
2015-02-24Fix a problem with accessing caller passed arguments on SystemV systems.Lubomir Litchev1-21/+81
2015-02-10Fix assignment of float register when this present for System V systemsLubomir Litchev1-10/+11
2015-02-02This change fixes a potential problem in unwinding on Linux. PUSH and POP ins...Lubomir Litchev1-4/+9
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+6199