summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2017-02-04Merge pull request #9240 from BruceForstall/FixSimdFieldMorphingDeadCodeBruce Forstall2-52/+0
2017-02-03Merge pull request #9256 from CarolEidt/TreeNodeInfoSplitCarol Eidt10-6044/+6479
2017-02-02Refactor TreeNodeInfoInitCarol Eidt10-6044/+6479
2017-01-31increase gtCallMoreFlags sizeSergey Andreenko1-25/+25
2017-01-31Remove SIMD dead codeBruce Forstall2-52/+0
2017-01-31Mark RetBuf as SIMD variableBruce Forstall1-0/+10
2017-01-30Fix morphing of GT_FIELD of SIMD in IND contextBruce Forstall1-9/+9
2017-01-30Merge pull request #9183 from BruceForstall/FixBlockOpMorphingBruce Forstall1-13/+1
2017-01-30Fix misspelling of FEATURE_MULTIREG_ARGSBruce Forstall1-2/+2
2017-01-30Merge pull request #9170 from CarolEidt/Fix9159Carol Eidt1-1/+8
2017-01-30JIT: fixup finally target flag after finally opts run (#9171)Andy Ayers3-9/+57
2017-01-27Fix morphing of block op assignmentsBruce Forstall1-13/+1
2017-01-27Merge pull request #9163 from BruceForstall/FixAddrModeBuildingBruce Forstall1-78/+1
2017-01-27Fix GT_LCL_FLD case in gtGetStructHandleIfPresentCarol Eidt1-1/+8
2017-01-27JIT: Remove empty try regions (#8949)Andy Ayers5-57/+365
2017-01-26Merge pull request #9054 from kouvel/SpanGcReportingSivarv1-0/+6
2017-01-26Stop address mode building in TreeNodeInfoInit passBruce Forstall1-78/+1
2017-01-26Merge pull request #9123 from CarolEidt/FixCoreFx15309Carol Eidt1-0/+16
2017-01-26Merge pull request #9157 from dotnet-bot/from-tfsBrian Sullivan2-2/+3
2017-01-26Merge pull request #9141 from pgavlin/RemoveDeadCodePat Gavlin6-193/+0
2017-01-26Don't require write barrier for assignment to ByRefKoundinya Veluri1-0/+6
2017-01-26Merge pull request #9142 from AndyAyersMS/FixAssertsAndy Ayers2-3/+3
2017-01-26Fix CodeGenMirror build break due to 347243f80d62d5aaa5359ef8c8d. This includ...dotnet-bot1-0/+1
2017-01-26JIT: fix some bad assertsAndy Ayers2-3/+3
2017-01-26Remove dead code in the JIT.Pat Gavlin6-193/+0
2017-01-26Merge pull request #9125 from BruceForstall/ImproveAddrModeJitDumpBruce Forstall1-3/+4
2017-01-25Fix SIMD field issuesCarol Eidt1-0/+16
2017-01-25Clean up unused tailcall via helper nodesBruce Forstall1-0/+1
2017-01-25Improve address mode detection JitDumpsBruce Forstall1-3/+4
2017-01-25This will stop building frankenjit.dll for x86.dotnet-bot1-2/+2
2017-01-25Merge pull request #9100 from adiaaida/vso370233Michelle McDaniel1-1/+2
2017-01-25Update isUsedFromMemory to include CNS_DBLsMichelle McDaniel1-1/+2
2017-01-24Merge pull request #9084 from hqueue/arm/ryujit/fp_sqrtSivarv2-3/+12
2017-01-24Merge pull request #9065 from pgavlin/FixPhaseListOrderAndy Ayers1-3/+2
2017-01-24Fix codegen for GT_NEG to handle floating point typeHyung-Kyu Choi1-1/+8
2017-01-24Implement GT_INTRINSIC_Sqrt for floating-pointHyung-Kyu Choi2-2/+4
2017-01-23Merge pull request #9074 from BruceForstall/FixGenTreeHashBruce Forstall2-19/+6
2017-01-23Merge pull request #8672 from mikedn/cmp-lower-refactoringCarol Eidt10-667/+599
2017-01-23Fix GenTree hash function for commutative operatorsBruce Forstall2-19/+6
2017-01-23Fix the ordering of phases in compphases.h.Pat Gavlin1-3/+2
2017-01-23Merge pull request #8724 from hqueue/arm/ryujit/fpaddconstPat Gavlin2-59/+166
2017-01-23[x86/Linux] Enable FEATURE_EH_FUNCLETS (#8889)Jonghyun Park7-32/+331
2017-01-20Merge pull request #9027 from JosephTremoulet/CommentJoseph Tremoulet2-4/+4
2017-01-20Fix incorrect commentJoseph Tremoulet2-4/+4
2017-01-20Merge pull request #8814 from YongseopKim/impl_genIntToIntCastCarol Eidt4-19/+249
2017-01-20Address CR feedbackMike Danes3-13/+14
2017-01-20Merge pull request #9004 from JosephTremoulet/MoreLessKillHeapJoseph Tremoulet2-14/+7
2017-01-20[x86/Linux] Allow push/pop in funclet prolog and epilog (#9001)Jonghyun Park3-15/+15
2017-01-20Implement NYI(Cast) of codegen for Ryujit ARM32Yongseop Kim4-19/+249
2017-01-20CommentsMike Danes2-5/+12