summaryrefslogtreecommitdiff
path: root/src/jit/jitstd
AgeCommit message (Expand)AuthorFilesLines
2019-06-05Small fixes around AST nodes. (#24957)Sergey Andreenko2-2/+2
2019-04-05Change the backing storage for Byref constants in ValueNumber-ing to use size_t.Brian Sullivan1-0/+6
2019-03-29A new way of tracking variables (#23373)Brian Bohe1-1/+1
2019-03-18Fix explicit constructor calls and Remove multi-line comments (#23162)Sinan Kaya1-0/+1
2018-06-30Pass CompAllocator by value (#15025)mikedn2-29/+16
2018-03-16Do not compute the IDF for all blocks in advance (#15146)mikedn1-3/+0
2018-01-05Refactor minRegCount and eliminate autoCarol Eidt1-0/+14
2017-12-20fix template method that nobody calls. (#15584)Sergey Andreenko1-2/+2
2017-10-15Avoid using IAllocator in jitstdMike Danes1-24/+6
2017-06-28Fix remove in list (#12497)Kyungwoo Lee1-2/+10
2017-06-07Do unsigned magic divisionMike Danes1-0/+27
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-2/+3
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel3-14/+14
2016-03-13Cleanup emplace/insert implementationMike Danes1-73/+43
2016-03-12Avoid Interval and RefPosition unnecessary initialization and copyingMike Danes3-0/+112
2016-03-08Use jitstd::list in the LSRA.Pat Gavlin1-2/+28
2016-03-02Merge pull request #1668 from Dmitry-Me/assignmentOpReturningUnsuitableTypePat Gavlin1-1/+2
2016-01-27Update license headersdotnet-bot18-72/+54
2015-10-02Impossible implicit downcast in assignment operatorDmitry-Me1-1/+2
2015-03-26Fix warnings in the jitter codeJan Vorlicek3-10/+10
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot21-0/+4715