summaryrefslogtreecommitdiff
path: root/src/jit/jitstd.h
AgeCommit message (Collapse)AuthorFilesLines
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-2/+0
This change is the result of running clang-tidy and clang-format on jit sources.
2016-03-12Avoid Interval and RefPosition unnecessary initialization and copyingMike Danes1-1/+3
RefPosition() builds a temporary object and initializes it with memset. push_back copies the temporary object to the list node. memset is called again to zero out the newly created RefPosition object. Add emplace methods to jitstd::list to avoid copying. Drop the redundant memset call.
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+11
[tfs-changeset: 1407945]