summaryrefslogtreecommitdiff
path: root/src/jit/optcse.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Reformat the JIT sources.Pat Gavlin1-579/+681
2016-08-12Massage the code a bit for jit-format w/ Clang 3.8.Pat Gavlin1-3/+0
2016-08-12Revert #6686.Pat Gavlin1-681/+580
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-580/+681
2016-08-04Followup work from codereview feedbackBrian Sullivan1-4/+6
2016-08-01Merge pull request #6491 from adiaaida/formatting2Michelle McDaniel1-3/+6
2016-07-29Merge pull request #6281 from papaslavik/cse_sort_szBrian Sullivan1-3/+3
2016-07-29Massage code for clang-formatMichelle McDaniel1-3/+6
2016-07-20More Struct-related RefactoringsCarol Eidt1-10/+37
2016-07-14The sort for CSE size optimization should be different from the execution opt...Viacheslav Nikolaev1-3/+3
2016-06-30Remove GTF_DEAD.Pat Gavlin1-17/+10
2016-06-25Refactor debug-only GenTree flags.Pat Gavlin1-1/+1
2016-06-09Remove JIT_FEATURE_SSA_SKIP_DEFS.Pat Gavlin1-16/+0
2016-06-01Remove some lexical-CSE-related code.Pat Gavlin1-15/+12
2016-04-22Block Ops RefactorCarol Eidt1-1/+1
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-1/+1
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-6/+3
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-3/+6
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-6/+3
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-15Enable FEATURE_SIMD on Linux.Carol Eidt1-3/+8
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-76/+276
2015-10-21 Generate efficient code for rotation patterns.Eugene Rozenfeld1-0/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2274