summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2016-04-18Merge pull request #4390 from pgavlin/JitCleanupPat Gavlin31-162/+162
2016-04-18Standardize on `assert` in the JIT.Pat Gavlin9-22/+22
2016-04-18Stanardize on `DEBUGARG` in the JIT.Pat Gavlin25-137/+137
2016-04-18Remove uses of LP{,C}UTF8 in the JIT.Pat Gavlin2-3/+3
2016-04-18Merge pull request #4381 from gkhanna79/VCRTFixGaurav Khanna1-1/+2
2016-04-18Merge pull request #4375 from AndyAyersMS/UseBudgetAndy Ayers4-6/+107
2016-04-16Cleanup VCRuntime140.dll dependency from native componentsGaurav Khanna1-1/+2
2016-04-16Merge pull request #4360 from kyulee1/fixpspKyungwoo Lee2-2/+2
2016-04-16ARM64: Fix Storing PSPSym for locallocKyungwoo Lee2-2/+2
2016-04-15Merge pull request #4346 from LLITCHEV/Issue4276Lubomir Litchev2-3/+9
2016-04-15Inliner: use time budget to avoid excessive inliningAndy Ayers4-6/+107
2016-04-15Set the lvIsMultiRegArgOrRet for a variable containing the result ofLubomir Litchev2-3/+9
2016-04-14Merge pull request #4335 from AndyAyersMS/InlineStrategyAndy Ayers9-434/+570
2016-04-14Inliner: introducing InlineStrategyAndy Ayers9-434/+570
2016-04-14Merge pull request #4322 from pgavlin/TlsLogEnvPat Gavlin13-116/+175
2016-04-13Collect the JIT's TLS variables in a single type.Pat Gavlin13-116/+175
2016-04-13Merge pull request #4303 from CarolEidt/NoBarrierLclVarAddrCarol Eidt1-1/+1
2016-04-13No GC barrier needed for LclVar address expressionsCarol Eidt1-1/+1
2016-04-12Merge pull request #4273 from sivarv/multireg2Sivarv11-327/+416
2016-04-12Refactoring changes to use ReturnTypeDesc in codegenxarch.sivarv11-327/+416
2016-04-12Merge pull request #4085 from LLITCHEV/Issue3618-1Lubomir Litchev2-2/+9
2016-04-11Fix a bug in the code for inserting a tree in the linear order.Lubomir Litchev2-2/+9
2016-04-11Merge pull request #4101 from sejongoh/detect_ldsfld_access_non_static_fieldSejong Oh1-0/+22
2016-04-11Merge pull request #4269 from adiaaida/longSubMichelle McDaniel1-1/+1
2016-04-11Merge pull request #4206 from BruceForstall/RyujitX86Bruce Forstall2-18/+46
2016-04-11Merge pull request #4221 from BruceForstall/Cleanup1Bruce Forstall2-3/+3
2016-04-11Merge pull request #4239 from BruceForstall/Cleanup2Bruce Forstall2-6/+2
2016-04-11Merge pull request #4242 from BruceForstall/Cleanup3Bruce Forstall2-29/+53
2016-04-11Merge pull request #4243 from BruceForstall/Cleanup4Bruce Forstall2-4/+5
2016-04-11Fix JIT crash with static function accessing non-static fieldSejong Oh1-0/+22
2016-04-11Add support for x86 long subtract operatorMichelle McDaniel1-1/+1
2016-04-11Merge pull request #4245 from AndyAyersMS/ModelPolicyAndy Ayers4-22/+216
2016-04-08Revert "ARM64 Work Item 3817, 3524 - Struct16 decomposition"Jan Kotas12-974/+507
2016-04-08Inliner: initial version of a model-based policyAndy Ayers4-22/+216
2016-04-08Minor JIT changesBruce Forstall2-4/+5
2016-04-08Add genEstablishFramePointer() to enapsulate frame pointer creationBruce Forstall2-29/+54
2016-04-08Cleanup: replace getFramePointerReg() with preexisting genFramePointerReg()Bruce Forstall2-6/+2
2016-04-08Cleanup: be consistent about compCalleeFPRegsSavedMask #ifdefsBruce Forstall2-3/+3
2016-04-08ARM64 Work Item 3817, 3524 - Struct16 decompositionBrian Sullivan12-507/+974
2016-04-08Clean up JIT build rulesBruce Forstall2-18/+46
2016-04-07Merge pull request #4148 from AndyAyersMS/InlineOpcodeBinsAndy Ayers2-20/+493
2016-04-07Merge pull request #4037 from pgavlin/SimplerHashTablePat Gavlin16-45/+62
2016-04-07Inliner: update DiscretionaryPolicy to look at opcodes and arg infoAndy Ayers2-20/+493
2016-04-06Merge pull request #4117 from LLITCHEV/Issue4115Lubomir Litchev1-6/+0
2016-04-06Merge pull request #3929 from papaslavik/arm_softfpBruce Forstall9-15/+25
2016-04-06Fix for bad *nix optimization in CopyObj morphing.Lubomir Litchev1-6/+0
2016-04-06Add JIT and GC info SimplerHashTable behaviors.Pat Gavlin16-45/+62
2016-04-05Fix #1977: always create RBP chains on UnixBruce Forstall3-9/+68
2016-04-05For Issue #3785 Arm Soft FP support: arguments and return values are passed i...Andrey Kvochko9-15/+25
2016-04-04Merge pull request #4081 from BruceForstall/FixLinuxJitHaltBruce Forstall1-1/+1