summaryrefslogtreecommitdiff
path: root/src/jit/utils.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-07[release/3.0] Updating Math.Round and MathF.Round to be IEEE compliant so tha...Tanner Gooding1-18/+103
2019-05-01Adjust some terms (#24351)Dan Moseley1-1/+1
2019-03-25JIT: don't treat whitespace as separator in assembly name lists (#23410)Andy Ayers1-6/+4
2019-03-18Fix explicit constructor calls and Remove multi-line comments (#23162)Sinan Kaya1-3/+3
2019-02-06Fix ARM64 GS with locallocBruce Forstall1-0/+188
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld1-23/+1
2018-12-17Add specialized allocation helpers (#21561)Michal Strehovský1-0/+3
2018-11-19Make type comparisons more general purpose (#20940)Michal Strehovský1-0/+7
2018-11-05Updating the importer to throw a NotImplementedException if it finds a mustEx...Tanner Gooding1-0/+1
2018-07-23JIT: some lclvars related cleanup (#19077)Andy Ayers1-9/+0
2018-06-30Pass CompAllocator by value (#15025)mikedn1-6/+4
2018-06-29Corrected a few typos in the documentation and comments (#18706)Phil Garcia1-1/+1
2018-05-22Remove JIT LEGACY_BACKEND code (#18064)Bruce Forstall1-32/+1
2018-02-14Historam: doesn't allocate additional memory to store countsKonstantin Baladurin1-24/+4
2018-01-30CORINFO_HELP_THROW_TYPE_NOT_SUPPORTEDSteve MacLean1-0/+1
2017-12-12Use macro _countof instead of explicit sizeof(arr) / sizeof(arr[0]) or sizeof...Egor Chesakov1-1/+1
2017-11-06Merge pull request #14506 from mikedn/alloc-messBrian Sullivan1-3/+3
2017-10-30Merge pull request #14456 from fiigii/crc32Carol Eidt1-0/+1
2017-10-25Enable Crc32 , Popcnt, Lzcnt intrinsicsFei Peng1-0/+1
2017-10-24delete unused local variables from jit sources (#14679)Sergey Andreenko1-1/+0
2017-10-15Use HostAllocator directly when possibleMike Danes1-2/+2
2017-10-15Remove unused compGetMem functionsMike Danes1-1/+1
2017-10-03remove FEATURE_AVX_SUPPORT flagFei Peng1-4/+4
2017-09-22Fixing `FloatingPointUtils.round` to include the fix for #12137 (#14133)Tanner Gooding1-12/+16
2017-08-31Enable checking of GTF_EXCEPT and GTF_ASG flags. (#13668)Eugene Rozenfeld1-2/+27
2017-06-27Implement JIT_NewArr1_R2R as R2R wrapper for JIT_NewArr1 to support both Meth...Ruben Ayrapetyan1-0/+1
2017-06-07Add signed magic division tablesMike Danes1-1/+61
2017-06-07Move GetSignedMagicNumberForDivide to utils.cppMike Danes1-0/+97
2017-06-07Do unsigned magic divisionMike Danes1-0/+177
2017-03-22Improve the dumping of BasicBlock weights and edge counts in the JITBrian Sullivan1-7/+13
2017-03-18Remove JIT-EE version ifdefs (#10273)Bruce Forstall1-5/+1
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-3/+3
2017-02-22Updating jit/valuenum to properly handle the single-precision versions of the...Tanner Gooding1-1/+41
2017-02-13Value number TypeHandleToRuntimeType helperJoseph Tremoulet1-0/+1
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-1/+1
2016-10-24fix tfs build crashSergey Andreenko1-0/+2
2016-10-21Merge pull request #7672 from sandreenko/helper-for-corertsandreenko1-0/+1
2016-10-17helper for corertSergey Andreenko1-0/+1
2016-10-14Add code to switch to bitvec datastructure in cse optimization.Russell C. Hadley1-9/+3
2016-09-22Fix formatting in utils.cppMichelle McDaniel1-0/+2
2016-09-21Display histogram of total memory per method when MEASURE_MEM_ALLOC is on. (#...Peter Kukol1-2/+3
2016-09-06fix helpers' flag: ULDiv, ULMod can throw Div-by-zero exception (#7052)Hyeongseok Oh1-2/+3
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-580/+600
2016-07-29Massage code for clang-formatMichelle McDaniel1-3/+9
2016-06-28Display the build platform and architecture in the JitDumpBruce Forstall1-0/+15
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding1-13/+13
2016-05-27Use JitFuncInfoLogFile to check if SIMD intrinsics are recognized.Carol Eidt1-2/+0
2016-04-29Implement JitNoInlineRangeAndy Ayers1-35/+120
2016-04-18ARM64: Fix Round OperationKyungwoo Lee1-0/+26
2016-04-18Standardize on `assert` in the JIT.Pat Gavlin1-5/+5