summaryrefslogtreecommitdiff
path: root/src/jit/utils.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-18Remove uses of LP{,C}UTF8 in the JIT.Pat Gavlin1-1/+1
2016-03-30ARM64: Fix conversion double to unsigned intKyungwoo Lee1-9/+16
2016-03-18Fix inconsistent uint64-to-double castSejong OH1-0/+63
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-14/+10
2016-03-05Merge pull request #3470 from erozenfeld/ValueNumbersForR2RHelpersJan Kotas1-3/+7
2016-03-04Improvements for ReadyToRun helpers in JIT value numbering.Eugene Rozenfeld1-3/+7
2016-03-04Clean up the JIT's histogram type.Pat Gavlin1-58/+41
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-10/+14
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-14/+10
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-2/+2
2015-04-01Fix next round of warning typesJan Vorlicek1-3/+4
2015-03-17Merge changes from parent branchdotnet-bot1-0/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1560