summaryrefslogtreecommitdiff
path: root/src/jit/utils.h
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Fix ARM64 GS with locallocBruce Forstall1-0/+54
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld1-8/+0
2018-06-30Pass CompAllocator by value (#15025)mikedn1-3/+3
2018-05-22Remove JIT LEGACY_BACKEND code (#18064)Bruce Forstall1-4/+0
2018-04-26Allocate the lvaOutgoingArgSpaceVar very early, right after the user locals.Brian Sullivan1-0/+11
2017-10-15Copy ExpandArray and SimplerHashTable to JIT's sourcesMike Danes1-17/+0
2017-10-15Use HostAllocator directly when possibleMike Danes1-3/+4
2017-10-15Remove ListNode<T>Mike Danes1-17/+0
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