summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-22Fix #3561: assert on RyuJIT x86 when generating shl by 1Bruce Forstall16-547/+489
2016-04-22Inliner: enable xml format dump for inlinesAndy Ayers5-88/+222
2016-04-22Merge pull request #4498 from BruceForstall/Fix3570Bruce Forstall1-5/+3
2016-04-22Fix #3570: RyuJIT x86: Float/Double mismatch in CodeGen::genStoreInd()Bruce Forstall1-5/+3
2016-04-22Block Ops RefactorCarol Eidt7-851/+902
2016-04-22ARM64: Fix Frame with VarArgKyungwoo Lee3-3/+38
2016-04-21Merge pull request #4399 from erozenfeld/HandleConstantPropEugene Rozenfeld4-22/+83
2016-04-21Merge pull request #4451 from sivarv/stopforgcSivarv2-15/+12
2016-04-21Merge pull request #4453 from AndyAyersMS/InlineCleanupAndy Ayers5-28/+53
2016-04-20Merge pull request #4434 from briansull/struct16-abiBrian Sullivan12-500/+976
2016-04-20Merge pull request #4449 from pgavlin/JitBuildNamePat Gavlin4-8/+13
2016-04-20Inliner: restore ability to dump jit time, plus some cleanupAndy Ayers5-28/+53
2016-04-20Don't perform constant propagation when relocatable handles are involved.Eugene Rozenfeld4-22/+83
2016-04-20Model kill set of CORINFO_HELP_STOP_FOR_GC correctly on unix.sivarv2-15/+12
2016-04-20Merge pull request #4427 from AndyAyersMS/InlineSizeAccumulationAndy Ayers4-30/+161
2016-04-20Change the names of the JIT products to `clrjit`.Pat Gavlin4-8/+13
2016-04-20 ARM64 Work Item 3817, 3524 - Struct16 decompositionBrian Sullivan12-500/+976
2016-04-20Inliner: estimate overall code size impactAndy Ayers4-30/+161
2016-04-20Merge pull request #4396 from pgavlin/AMD64UnwindHeaderPat Gavlin1-0/+5
2016-04-18enable build of cross target components.Rahul Kumar3-14/+14
2016-04-18ARM64: Fix Round OperationKyungwoo Lee4-2/+30
2016-04-18Define the AMD64 unwind codes in their own header.Pat Gavlin1-0/+5
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