summaryrefslogtreecommitdiff
path: root/src/jit/block.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-15Dump basic block ids instead of pointersMike Danes1-1/+16
2017-04-24Split NumSucc/GetSucc into two versionsBruce Forstall1-58/+130
2017-04-19Refactoring: move some BasicBlock functions to block.cppBruce Forstall1-0/+490
2017-02-08Introduce `MemoryKind` abstractionJoseph Tremoulet1-4/+4
2017-01-10JIT: Finally OptimizationsAndy Ayers1-2/+10
2016-12-17Widen basic block flag field to 64 bitsAndy Ayers1-1/+3
2016-11-04Add unroller support to CloneBlockStateJoseph Tremoulet1-3/+29
2016-09-21Reformat jit code for Windows x64Michelle McDaniel1-1/+0
2016-08-19Implement the proposed design for RyuJIT's LIR. (#6689)Pat Gavlin1-31/+65
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-130/+228
2016-08-10Propagate known array lengths to more placesJoseph Tremoulet1-1/+1
2016-07-08Fix some typos in commentsBruce Forstall1-1/+1
2016-04-27Separate TryDsc and ExnFlowDscJoseph Tremoulet1-4/+5
2016-04-13Collect the JIT's TLS variables in a single type.Pat Gavlin1-1/+1
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+1
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-1/+2
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+1
2016-02-18InlineRefactor: rename inlExpLst to InlineContextAndy Ayers1-65/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-07Initial version of the inline treeAndy Ayers1-0/+66
2015-04-30Fix new set of warningsJan Vorlicek1-2/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+639