summaryrefslogtreecommitdiff
path: root/src/jit/utils.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Move GetSignedMagicNumberForDivide to utils.cppMike Danes1-0/+4
2017-06-07Do unsigned magic divisionMike Danes1-0/+8
2017-02-23JIT: defer setting outgoing args size until after optimization (#9683)Andy Ayers1-0/+9
2017-02-22Updating jit/valuenum to properly handle the single-precision versions of the...Tanner Gooding1-0/+2
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-93/+106
2016-08-01Replace the LSRA stack with a hash table.Pat Gavlin1-0/+42
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding1-1/+1
2016-05-20Inliner: locks for xml read/write accessAndy Ayers1-0/+74
2016-04-29Implement JitNoInlineRangeAndy Ayers1-14/+50
2016-04-18ARM64: Fix Round OperationKyungwoo Lee1-0/+2
2016-04-18Standardize on `assert` in the JIT.Pat Gavlin1-2/+2
2016-04-18Remove uses of LP{,C}UTF8 in the JIT.Pat Gavlin1-2/+2
2016-04-06Add JIT and GC info SimplerHashTable behaviors.Pat Gavlin1-0/+17
2016-03-18Fix inconsistent uint64-to-double castSejong OH1-0/+13
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-4/+3
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-3/+4
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-4/+3
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-15Build arm64 using private toolsetRahul Kumar1-2/+0
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+517