summaryrefslogtreecommitdiff
path: root/src/jit/rangecheck.h
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Define FMT_VN as "$%x" and use it uniformly in the codebaseBrian Sullivan1-1/+1
2018-06-30Pass CompAllocator by value (#15025)mikedn1-4/+4
2018-02-27Minimal Fix for the incorrect rangecheck elimination issue reported by Mike D...Brian Sullivan1-1/+2
2018-02-08Merge pull request #15595 from mikedn/rc-binopBrian Sullivan1-17/+0
2018-01-31Delete GenTreePtr. (#16027)Sergey Andreenko1-16/+16
2017-12-22Remove useless RangeCheck::Limit::keArrayMike Danes1-17/+0
2017-11-09Change RangeCheck to use the available SSA dataMike Danes1-13/+25
2017-11-07Make sure that Limit::vn is initializedMike Danes1-1/+1
2017-11-06RangeCheck cleanupMike Danes1-65/+27
2017-10-15Copy ExpandArray and SimplerHashTable to JIT's sourcesMike Danes1-7/+5
2017-10-15Avoid using IAllocatorMike Danes1-2/+2
2017-05-26Fix BitSetUint64, clean and improve the surrounding code. (#11721)Sergey Andreenko1-1/+1
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-120/+118
2016-04-06Add JIT and GC info SimplerHashTable behaviors.Pat Gavlin1-5/+5
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-2/+15
2015-04-28Removed the -Wno-switch compiler option for the Clang builds on LinuxBrian Sullivan1-0/+6
2015-03-26Fix warnings in the jitter codeJan Vorlicek1-6/+6
2015-03-17Merge changes from parent branchdotnet-bot1-24/+26
2015-02-08Fix writeable string warnings. Closes #139Kasper F. Brandt1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+585