summaryrefslogtreecommitdiff
path: root/src/jit/block.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-19Implement the proposed design for RyuJIT's LIR. (#6689)Pat Gavlin1-14/+42
2016-08-16Record expr location for opqaue value numbersJoseph Tremoulet1-4/+5
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-409/+463
2016-08-10Propagate known array lengths to more placesJoseph Tremoulet1-3/+3
2016-08-05Null check folding.Eugene Rozenfeld1-0/+1
2016-07-29Massage code for clang-formatMichelle McDaniel1-31/+39
2016-07-20Fix bug: inlinee did not copy inlinee bbFlags to caller bbFlags.Egor Chesakov1-3/+3
2016-06-09Remove JIT_FEATURE_SSA_SKIP_DEFS.Pat Gavlin1-6/+0
2016-05-04ARM64: Enable Tail Call with VarargKyungwoo Lee1-2/+0
2016-04-06Add JIT and GC info SimplerHashTable behaviors.Pat Gavlin1-3/+3
2016-03-25Fix for stack overflow in CFG/DOM analysis GH#3600Chris McKinsey1-0/+44
2016-02-18InlineRefactor: rename inlExpLst to InlineContextAndy Ayers1-31/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-15VSO 178902 - Jit can incorrectly make a method partially interruptible when i...Brian Sullivan1-1/+4
2016-01-07Initial version of the inline treeAndy Ayers1-2/+16
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-10/+20
2015-03-26Fix warnings in the jitter codeJan Vorlicek1-3/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1190