summaryrefslogtreecommitdiff
path: root/src/jit/codegenlinear.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-06Remove unnecessary parameter to genCallFinally()Bruce Forstall1-1/+1
2017-02-05Enable SIMD for RyuJIT/x86Bruce Forstall1-1/+2
2016-12-15Merge pull request #8329 from litian2025/Fix_SIMDScalarMoveEncodingSivarv1-1/+2
2016-12-14Fix SIMD Scalar Move Encoding: VEX.L should be 0Li Tian1-1/+2
2016-12-14Merge pull request #8601 from pgavlin/gh7963Pat Gavlin1-1/+2
2016-12-13Fix consume-order checking in codegen.Pat Gavlin1-1/+2
2016-12-02RyuJIT/x86: Implement TYP_SIMD12 supportBruce Forstall1-1/+4
2016-11-22x86: not all fields of promoted struct need regsCarol Eidt1-1/+3
2016-11-18Fix codegen for `(umod (gt_long) (const int))`.Pat Gavlin1-0/+4
2016-10-10Address PR feedback.Pat Gavlin1-1/+5
2016-10-09Fix the codegen for by-value struct args on x86.Pat Gavlin1-1/+1
2016-10-07Refactor genPutStructArgStk for clarity.Pat Gavlin1-1/+1
2016-09-28Refactor common codegen codeCarol Eidt1-3/+12
2016-09-21Reformat jit code for Windows x64Michelle McDaniel1-1/+1
2016-09-20Support GT_OBJ for x86Carol Eidt1-9/+22
2016-09-16Add optimization for shift by CNS_INTMichelle McDaniel1-0/+4
2016-09-14Implement long compare lowering for x86.Mike Danes1-1/+0
2016-09-10Implement long to int casts with overflow for x86Mike Danes1-0/+4
2016-09-01Address PR FeedbackCarol Eidt1-0/+2
2016-09-011st Class Struct Block AssignmentsCarol Eidt1-8/+11
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-117/+122
2016-07-20Fix silent bad codegen in signed comparisonMichelle McDaniel1-0/+1
2016-06-22Optimize integer div/mod by const power of 2 in loweringMike Danes1-2/+0
2016-05-18Rollback CS#1603899 that led to a JIT assert ngen'ing System.Windows.Forms.dllBruce Forstall1-0/+2
2016-05-10Optimize integer div/mod by const power of 2 in loweringMike Danes1-2/+0
2016-05-06ARM64: Enable Fast Tail CallKyungwoo Lee1-2/+2
2016-04-22Fix #3561: assert on RyuJIT x86 when generating shl by 1Bruce Forstall1-3/+5
2016-04-20 ARM64 Work Item 3817, 3524 - Struct16 decompositionBrian Sullivan1-4/+0
2016-04-12Refactoring changes to use ReturnTypeDesc in codegenxarch.sivarv1-14/+1
2016-04-08Revert "ARM64 Work Item 3817, 3524 - Struct16 decomposition"Jan Kotas1-0/+4
2016-04-08ARM64 Work Item 3817, 3524 - Struct16 decompositionBrian Sullivan1-4/+0
2016-03-251stClassStructs: Replace GT_LDOBJ with GT_OBJCarol Eidt1-1/+2
2016-02-19Fix for SIMD intrinsic Initialize expansion.Eugene Rozenfeld1-1/+8
2016-02-02Merge pull request #2860 from LLITCHEV/gc-stressLubomir Litchev1-9/+19
2016-02-01Fix for bugs related to clasifying System.TypedReference.Lubomir Litchev1-9/+19
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-19One of the commits for resolving Issue 2380 failed.Lubomir Litchev1-1/+0
2016-01-19Fix for issue 2380.Lubomir Litchev1-0/+5
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-4/+19
2015-10-29Fix putarg_stk for tail call functions.Lubomir Litchev1-3/+7
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-0/+21
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot1-0/+9
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+160