summaryrefslogtreecommitdiff
path: root/src/jit/alloc.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-07Removed the legacy JIT32 assert regarding 4-byte alignment inArenaAllocator::...Brian Sullivan1-54/+0
2017-08-04Revert "Fixes issue #13093"Bruce Forstall1-3/+2
2017-08-03Fixes issue #13093Brian Sullivan1-2/+3
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-49/+48
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-4/+2
2016-02-29Fix a build break in ArenaAllocator.Pat Gavlin1-0/+14
2016-02-29Refactor the pooled ArenaAllocator.Pat Gavlin1-184/+222
2016-02-27Update JIT's ArenaAllocator commentsMike Danes1-6/+6
2016-02-25Merge remote-tracking branch 'upstream/master' into from-tfsPat Gavlin1-281/+411
2016-02-25Update norls_allocator to conform to the JIT CC.Pat Gavlin1-280/+409
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-1/+2
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-02-07Ensure that every usage of va_start is complemented by a va_endGeoff Norton1-1/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+408