summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Add code to switch to bitvec datastructure in cse optimization.Russell C. Hadley5-54/+62
2016-10-14Merge pull request #7580 from benaadams/flag-doesnot-return-earlyAndy Ayers2-40/+35
2016-10-14Remove DEBUGGING_SUPPORT #ifdef (#7611)Bruce Forstall27-275/+24
2016-10-13Merge pull request #7605 from sandreenko/core_rt_1982sandreenko1-0/+1
2016-10-13Lower helper call inside PInvokeSergey Andreenko1-0/+1
2016-10-13Move up DOES_NOT_RETURN moreBen Adams1-32/+18
2016-10-13Set DOES_NOT_RETURN flag in fgFindJumpTargetsBen Adams1-0/+17
2016-10-13Count BBJ_RETURN in fgMakeBasicBlocksBen Adams2-24/+16
2016-10-12Merge pull request #7563 from wateret/fix-7398Carol Eidt2-7/+7
2016-10-12Merge pull request #7585 from CarolEidt/Fix5699Carol Eidt5-22/+48
2016-10-12x86: adjust stack level at throw blocksCarol Eidt5-22/+48
2016-10-12Merge pull request #7557 from sandreenko/long_decomp_6925sandreenko2-83/+78
2016-10-12Unnecessary temp loc vars were deleted in DecomposeLong.Sergey Andreenko2-83/+78
2016-10-12Merge pull request #7576 from sandreenko/check_ready_to_run_for_protojitsandreenko1-0/+1
2016-10-12Merge pull request #7575 from sivarv/lsraStatSivarv5-5/+195
2016-10-12Merge pull request #7561 from BruceForstall/Fix7483Bruce Forstall3-25/+55
2016-10-12Fix assertion regarding byteable xor reg,reg when ngen'ing desktop mscorlibBruce Forstall3-25/+55
2016-10-11set ready to run flag for protojitSergey Andreenko1-0/+1
2016-10-11Dump LSRA stats.sivarv5-5/+195
2016-10-11Fix the type of the data field of a typed ref on x86.Pat Gavlin1-1/+1
2016-10-11Merge pull request #7310 from wateret/for-7002-2Carol Eidt3-7/+37
2016-10-11Merge pull request #7565 from dotnet-bot/from-tfsPat Gavlin1-2/+2
2016-10-11Fix a build break in the ARM64 JIT.Pat Gavlin1-2/+2
2016-10-11[ARM/Linux] Fix HFA unit test regressionHanjoung Lee2-7/+7
2016-10-10Disable emit{Enable,Disable}GC for x86.Pat Gavlin3-3/+23
2016-10-10Merge pull request #7518 from adiaaida/cmpByteableMichelle McDaniel2-14/+71
2016-10-10Merge pull request #7537 from pgavlin/PushStructArgsX86Pat Gavlin7-125/+361
2016-10-10Force byteable register for CMP if op2 is CNS_INTMichelle McDaniel2-14/+71
2016-10-10Address PR feedback.Pat Gavlin6-85/+104
2016-10-10Merge pull request #7543 from JosephTremoulet/NoRngChecks_RelJoseph Tremoulet1-3/+4
2016-10-10Stop making JitNoRngChecks debug-onlyJoseph Tremoulet1-3/+4
2016-10-09Fix the codegen for by-value struct args on x86.Pat Gavlin5-69/+286
2016-10-07Merge pull request #7520 from pgavlin/PutStructArgStkPat Gavlin2-74/+51
2016-10-07Fix formatting.Pat Gavlin1-14/+14
2016-10-07Refactor genPutStructArgStk for clarity.Pat Gavlin2-74/+51
2016-10-07Merge pull request #7466 from adiaaida/fix7224Michelle McDaniel1-0/+14
2016-10-07Force byteable registers for indir op sourceMichelle McDaniel1-0/+14
2016-10-06Merge pull request #7504 from pgavlin/NormalizeSpillsPat Gavlin2-42/+34
2016-10-06Fix a typo and a formatting issue.Pat Gavlin1-2/+1
2016-10-06Always normalize stores when spilling lclVars.Pat Gavlin2-42/+35
2016-10-05Merge pull request #7486 from CarolEidt/Fix7008Carol Eidt7-168/+244
2016-10-05Support double-aligned frames for RyuJIT/x86Carol Eidt7-168/+244
2016-10-05Fix and-cmp to test recognitionMike Danes1-3/+2
2016-10-04Add PGO GENPROFILE support to coreclr and clrjit (#7423)Daniel Podder1-0/+3
2016-10-03Merge pull request #7468 from CarolEidt/Fix7460Carol Eidt1-3/+3
2016-10-03Allow GT_FIELD_LIST as legal arg for RyuJIT/x86Carol Eidt1-3/+3
2016-10-03Add comment anchors.Pat Gavlin1-0/+4
2016-10-03Fix P/Invoke call and method {pro,epi}logs in RyuJIT/x86.Pat Gavlin1-3/+20
2016-09-30Merge pull request #7433 from dotnet-bot/from-tfsJan Kotas2-3/+1
2016-09-30Merge pull request #7438 from pgavlin/gh7090Pat Gavlin1-0/+4