summaryrefslogtreecommitdiff
path: root/src/jit/earlyprop.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-31Add missing BBF_HAS_NULLCHECK testPetr Onderka1-0/+5
2016-08-31Removed unused variablePetr Onderka1-1/+0
2016-08-18Preparatory changes for Blk Ops IRCarol Eidt1-1/+5
2016-08-12Reformat the JIT sources.Pat Gavlin1-64/+65
2016-08-12Revert #6686.Pat Gavlin1-66/+65
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-65/+66
2016-08-10Propagate known array lengths to more placesJoseph Tremoulet1-1/+1
2016-08-09Update FieldSeq annotations in EarlyPropJoseph Tremoulet1-0/+9
2016-08-05Null check folding.Eugene Rozenfeld1-19/+239
2016-07-26Rewrite gtIsVtableAccess to avoid assertAndy Ayers1-7/+6
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-03Remove dead code from JIT's earlyprop.cppMike Danes1-4/+0
2015-12-14Don't propagate type handles that are used as null checksBruce Forstall1-0/+10
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-0/+433