summaryrefslogtreecommitdiff
path: root/src/jit/jitconfigvalues.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-18[Unix x64|Arm64] Correct canfastTailCall decisionsjashook1-0/+1
2017-06-23Fix JitMinOptsTrackGCrefs for legacy x86 back-end (#12416)Bruce Forstall1-3/+5
2017-04-24Add code to measure dynamic noway_assert usageBruce Forstall1-0/+6
2017-03-02Devirtualize calls in some simple casesAndy Ayers1-0/+4
2017-03-01Streamlined MinOpts GC ref tracking. (#9869)Peter Kukol1-0/+9
2017-02-25Revert "Simplified MinOpts GC ref tracking."Jan Kotas1-9/+0
2017-02-23Simplified MinOpts GC ref tracking. (#9231)Peter Kukol1-0/+9
2017-02-13Add IR size after certain phases to the JIT log.Pat Gavlin1-0/+3
2017-02-10Fix the release build with OPT_CONFIG and address PR feedback.Pat Gavlin1-2/+1
2017-02-10Fix formatting.Pat Gavlin1-7/+7
2017-02-10Add a flag to enable fine-grained optimize control.Pat Gavlin1-10/+19
2017-02-05Enable SIMD for RyuJIT/x86Bruce Forstall1-7/+8
2017-01-27JIT: Remove empty try regions (#8949)Andy Ayers1-0/+2
2017-01-10JIT: Finally OptimizationsAndy Ayers1-0/+8
2016-11-28Enable using SSE3_4 instruction set for SIMD codegen.sivarv1-3/+9
2016-11-11Inliner: updates to random inlining (#8088)Andy Ayers1-0/+2
2016-11-04Add JitOptRepeat debug config flagsJoseph Tremoulet1-4/+6
2016-10-19Enable Enter/Leave/Tailcall hooks for RyuJIT/x86Bruce Forstall1-2/+1
2016-10-11Dump LSRA stats.sivarv1-3/+4
2016-10-10Stop making JitNoRngChecks debug-onlyJoseph Tremoulet1-3/+4
2016-09-28Add option to measure time spent inside calls to the CLR. (#7357)Peter Kukol1-0/+2
2016-09-21Reformat jit code for Windows x64Michelle McDaniel1-1/+1
2016-09-20Respect JitNoRangeChks flag in RyuJitJoseph Tremoulet1-0/+3
2016-09-12Clean up COMPlus_JitMemStats / MEASURE_MEM_ALLOC (#7119)Peter Kukol1-1/+9
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-81/+125
2016-08-04Do not inline methods that never returnMike Danes1-0/+1
2016-07-29Massage code for clang-formatMichelle McDaniel1-1/+2
2016-06-30Inliner: make ModelPolicy available in release buildsAndy Ayers1-1/+2
2016-05-25Inliner: enable minimal xml modeAndy Ayers1-1/+1
2016-05-13Merge pull request #4921 from AndyAyersMS/InlineReplayAndy Ayers1-0/+2
2016-05-12Inliner: introduce ReplayPolicyAndy Ayers1-0/+2
2016-05-11Merge pull request #4896 from kyulee1/longjmpKyungwoo Lee1-1/+1
2016-05-11ARM64: Enable Long AddressKyungwoo Lee1-1/+1
2016-05-11Remove the use of `CROSSGEN_COMPILE` in jitconfigvalues.h.Pat Gavlin1-3/+3
2016-05-03Inliner: initial version of SizePolicyAndy Ayers1-0/+1
2016-04-29Implement JitNoInlineRangeAndy Ayers1-0/+1
2016-04-27Inliner: implement FullPolicyAndy Ayers1-0/+2
2016-04-22Inliner: enable xml format dump for inlinesAndy Ayers1-0/+1
2016-04-08Inliner: initial version of a model-based policyAndy Ayers1-0/+1
2016-03-24Inliner: collect jit time dataAndy Ayers1-3/+6
2016-03-21Inliner: initial data gathering for code size estimatesAndy Ayers1-0/+2
2016-03-17Merge pull request #3745 from manu-silicon/docsJan Kotas1-2/+2
2016-03-16Inliner: create DiscretionaryPolicyAndy Ayers1-0/+1
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-2/+2
2016-03-15Random inlinerAndy Ayers1-0/+1
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-0/+193
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-193/+0
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-0/+193