summaryrefslogtreecommitdiff
path: root/src/jit/jitconfigvalues.h
AgeCommit message (Expand)AuthorFilesLines
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