summaryrefslogtreecommitdiff
path: root/src/jit/copyprop.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-19Restrict copyprop if address-taken (#25247)Carol Eidt1-0/+11
2019-03-29Use GenTreeStmt* where it is implied. (#22963)Sergey Andreenko1-6/+6
2019-03-13Fix for Issue 21231Brian Sullivan1-1/+1
2018-12-22Fix ArrayStack's call to default constructor for <T>. (#21624)Sergey Andreenko1-1/+1
2018-08-25Streamline fgExcludeFromSsa (#15351)mikedn1-4/+4
2018-08-22define FMT_BB as "BB%02u" and use it uniformly in the codebaseBrian Sullivan1-1/+1
2018-08-20JIT: remove incremental ref count updates (#19345)Andy Ayers1-2/+0
2018-06-30Pass CompAllocator by value (#15025)mikedn1-12/+6
2018-05-15Do not allocate memory in compUpdateTreeLife. (#17055)Sergey Andreenko1-1/+4
2018-04-17Improve SSA dominator tree memory usage (#15006)mikedn1-5/+5
2018-02-02Consider specialPutArgs for jitStressRegsCarol Eidt1-0/+19
2018-01-31Delete GenTreePtr. (#16027)Sergey Andreenko1-8/+8
2017-11-09Track actual SSA memory usageMike Danes1-7/+7
2017-11-06Delete OldStyleClearD. (#14874)Sergey Andreenko1-1/+1
2017-08-31Enable checking of GTF_EXCEPT and GTF_ASG flags. (#13668)Eugene Rozenfeld1-14/+22
2017-07-11Remove `GTF_VAR_USEDEF`.Pat Gavlin1-3/+3
2017-04-27Fix lsra memory consumption (#11233)Sergey Andreenko1-1/+1
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-22/+19
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-0/+1
2015-07-29Conservatively mark variable as killed if there is an embedded comma assignmentschellap1-6/+42
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+430