summaryrefslogtreecommitdiff
path: root/src/jit/ssabuilder.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-08Define `MemoryKind::ByrefExposed`Joseph Tremoulet1-23/+151
2017-02-08Introduce `MemoryKind` abstractionJoseph Tremoulet1-115/+154
2017-01-10Simplify HeapPhiArgJoseph Tremoulet1-14/+13
2016-11-04Clear defnums and post-order nums in fgResetForSsaJoseph Tremoulet1-0/+26
2016-11-04Clear heap PerSsaData, heapSsaMap in fgResetForSsaJoseph Tremoulet1-0/+2
2016-09-21Fix formatting in ssabuilderMichelle McDaniel1-6/+6
2016-09-21Fix for StackOverflow in SsaBuilder::TopologicalSort.Eugene Rozenfeld1-97/+96
2016-08-18Preparatory changes for Blk Ops IRCarol Eidt1-1/+1
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-170/+229
2016-07-29Massage code for clang-formatMichelle McDaniel1-12/+13
2016-07-26Enable multireg returns on Arm64Brian Sullivan1-1/+1
2016-04-27Separate TryDsc and ExnFlowDscJoseph Tremoulet1-13/+22
2016-04-18Stanardize on `DEBUGARG` in the JIT.Pat Gavlin1-1/+1
2016-04-13Collect the JIT's TLS variables in a single type.Pat Gavlin1-1/+1
2016-04-06Add JIT and GC info SimplerHashTable behaviors.Pat Gavlin1-2/+2
2016-02-17Merge pull request #3173 from mikedn/ssadef-dupRuss Keldorph1-2/+3
2016-02-16Avoid unnecessary copies of AllSuccessorIter, LocationInfo and VNDefFunc2ArgMike Danes1-3/+2
2016-02-14Remove duplicate calls to GetPerSsaDataMike Danes1-2/+3
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-05-07Merge changes from parent branchdotnet-bot1-8/+11
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1831