summaryrefslogtreecommitdiff
path: root/src/jit/jitconfigvalues.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-15Introduce COMPlus arm64 HW intrinsics knobs (#23244)Bruce Forstall1-0/+29
2019-02-06Fix ARM64 GS with locallocBruce Forstall1-0/+31
2019-01-26Cleanup stackoverflow handling leftovers (#22228)Jan Kotas1-1/+0
2018-12-06Guarded devirtualization foundations (#21270)Andy Ayers1-0/+9
2018-11-28Implement the S.R.I.VectorXXX `get_Zero` and `As` helper methods as JIT intri...Tanner Gooding1-17/+18
2018-11-12Allow jit to examine type of initonly static ref typed fields (#20886)Andy Ayers1-0/+1
2018-11-08Add JitObjectStackAllocation config option.Eugene Rozenfeld1-0/+1
2018-10-24Expose EnableISA knobs in release build (#20501)Fei Peng1-21/+17
2018-10-17Remove unnecessary interpreter fallback (#20470)Bruce Forstall1-2/+0
2018-09-04JIT: add option to dump jit-generated debug info (#19808)Andy Ayers1-0/+2
2018-08-22Speed-up JIT dumpMike Danes1-0/+1
2018-06-06JIT: implement assembly name dissassembly filtering (#18306)Andy Ayers1-4/+6
2018-05-22Remove JIT LEGACY_BACKEND code (#18064)Bruce Forstall1-5/+3
2018-02-27Implement JitDefaultFillBrian Sullivan1-1/+1
2018-01-18 Update clr-configuration-knobs.md, add new C# csi.exe based script for xplat...Jacek Blaszczynski1-25/+46
2018-01-05Fix issue where the unsigned value used for the the map select budget could u...Brian Sullivan1-5/+7
2017-12-20Add COMPlus_EnableIncompleteISAClass and streamline IsSupportedFei Peng1-1/+3
2017-11-08JIT: make suitably optimistic prejit inline assessments (#14850)Andy Ayers1-2/+3
2017-11-02JIT: Merge legacy inlining policies (#14815)Andy Ayers1-1/+0
2017-11-01JIT: convert fixed-sized locallocs to locals, enable inlining (#14623)Andy Ayers1-0/+1
2017-10-19Add configuration knobs to control IsSupportedFei Peng1-1/+20
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