summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2016-05-04Merge pull request #4723 from kyulee1/tailcallKyungwoo Lee10-67/+110
2016-05-04Merge pull request #4727 from adiaaida/overflowLongArithmeticMichelle McDaniel3-0/+27
2016-05-04Merge pull request #4760 from dotnet-bot/from-tfsBruce Forstall6-27/+60
2016-05-04ARM64: Enable Tail Call with VarargKyungwoo Lee10-67/+110
2016-05-03Merge pull request #4753 from AndyAyersMS/InlineForSizeAndy Ayers4-6/+118
2016-05-03Set overflow flag for add/sub hi on x86 TYP_LONGMichelle McDaniel3-0/+27
2016-05-03Remove SEH interactions between the JIT and the EE.Pat Gavlin6-27/+60
2016-05-03Inliner: initial version of SizePolicyAndy Ayers4-6/+118
2016-05-03Convert signed int=>long cast SBCG to NYIBruce Forstall1-3/+10
2016-05-02Merge pull request #4688 from dotnet-bot/from-tfsJan Kotas3-86/+129
2016-05-02Merge pull request #4621 from kyulee1/floatargKyungwoo Lee3-20/+28
2016-05-02ARM64: Enable Varargs with float argument.Kyungwoo Lee3-20/+28
2016-05-02Merge pull request #4689 from AndyAyersMS/NoInlineRangeAndy Ayers9-71/+258
2016-04-30Merge pull request #4687 from kyulee1/zapKyungwoo Lee6-29/+125
2016-04-29Merge pull request #4691 from adiaaida/longOperatorsMichelle McDaniel1-1/+15
2016-04-29Implement JitNoInlineRangeAndy Ayers9-71/+258
2016-04-29Separate NYIs for arithmetic operators on longsMichelle McDaniel1-1/+15
2016-04-29ARM64: Enabling Crossgen End-to-End MscorlibKyungwoo Lee6-29/+125
2016-04-29Eliminate SEH interactions between the JIT and the EE during verification.Pat Gavlin3-86/+129
2016-04-29Merge pull request #4670 from BruceForstall/Fix3596Bruce Forstall1-1/+3
2016-04-29Merge pull request #4656 from BruceForstall/x86fpBruce Forstall4-37/+56
2016-04-28Fix 3596: attempt to spill a returned fp local w/o a frame locationBruce Forstall1-1/+3
2016-04-28Update RyuJIT/x86 XMM register definitions and usageBruce Forstall4-37/+56
2016-04-28Merge pull request #4632 from briansull/multireg-struct-promoteBrian Sullivan6-99/+173
2016-04-28Merge pull request #4646 from BruceForstall/Fix3516Bruce Forstall1-2/+3
2016-04-28Updated morph.cppBrian Sullivan1-9/+9
2016-04-28Improve AMD64 PSPSym behaviorBruce Forstall4-115/+70
2016-04-28Merge pull request #4622 from BruceForstall/FixCobolLegacyX86Bruce Forstall1-1/+1
2016-04-28Fix 3516: Change an emitter #ifdef from _TARGET_AMD64_ to !LEGACY_BACKENDBruce Forstall1-2/+3
2016-04-28Merge pull request #4611 from CarolEidt/Fix4412Carol Eidt1-0/+1
2016-04-28Fix regression in internal Cobol testBruce Forstall1-1/+1
2016-04-27Merge pull request #4625 from AndyAyersMS/FullInlinerAndy Ayers7-20/+148
2016-04-27StructPromote_0428Brian Sullivan6-97/+171
2016-04-27Mark lvIsMultiRegArgOrRet returned lclVars lvDoNotEnregisterCarol Eidt1-0/+1
2016-04-27Inliner: implement FullPolicyAndy Ayers7-20/+148
2016-04-27Merge pull request #4591 from JosephTremoulet/FilterJoseph Tremoulet7-32/+147
2016-04-27Merge pull request #4586 from BruceForstall/FixUnreachedAssertsBruce Forstall1-51/+5
2016-04-27Merge pull request #4587 from BruceForstall/FixCkFiniteBruce Forstall1-5/+87
2016-04-27Separate TryDsc and ExnFlowDscJoseph Tremoulet7-32/+147
2016-04-26Fix two "unreached" assertsBruce Forstall1-51/+5
2016-04-26Fix ckfinite for doubles for RyuJIT/x86Bruce Forstall1-5/+87
2016-04-26Update inline xml so it's deserializableAndy Ayers3-18/+60
2016-04-26Merge pull request #4528 from gkhanna79/DynamicJITLoadGaurav Khanna2-1/+4
2016-04-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna2-1/+4
2016-04-25ARM64: Quick FixKyungwoo Lee1-6/+6
2016-04-25Merge pull request #4560 from kyulee1/fixvarargpinvokeKyungwoo Lee2-15/+22
2016-04-25ARM64: Fix Vararg for PInvokeKyungwoo Lee2-15/+22
2016-04-24Merge pull request #4524 from AndyAyersMS/InlineTreeXMLAndy Ayers5-88/+222
2016-04-24Merge pull request #4491 from BruceForstall/Fix3561Bruce Forstall16-547/+489
2016-04-23Merge pull request #4520 from CarolEidt/BlkOpsRefactorCarol Eidt7-851/+902