summaryrefslogtreecommitdiff
path: root/src/jit/valuenum.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-09delete DECLARE_TYPED_ENUM (#12177)Sergey Andreenko1-14/+13
2017-05-11Propagate assertions for more checked boundsJoseph Tremoulet1-23/+40
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-2/+6
2017-03-03Generate OAK_NO_THROW assertions from (uint)i < (uint)a.len checksMike Danes1-0/+14
2017-02-22Updating jit/valuenum to properly handle the single-precision versions of the...Tanner Gooding1-0/+1
2017-02-08Value-number `ByrefExposed` memory and loadsJoseph Tremoulet1-1/+1
2017-02-08Introduce `MemoryKind` abstractionJoseph Tremoulet1-2/+2
2016-11-15Format code.Pat Gavlin1-10/+10
2016-11-15Fix value numbering for FieldSeqStore::NotAField.Pat Gavlin1-27/+13
2016-09-21Reformat jit code for Windows x64Michelle McDaniel1-9/+12
2016-08-16Record expr location for opqaue value numbersJoseph Tremoulet1-17/+24
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-251/+351
2016-07-29Massage code for clang-formatMichelle McDaniel1-13/+15
2016-04-18Stanardize on `DEBUGARG` in the JIT.Pat Gavlin1-1/+1
2016-04-06Add JIT and GC info SimplerHashTable behaviors.Pat Gavlin1-4/+4
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-1/+1
2016-03-04Improvements for ReadyToRun helpers in JIT value numbering.Eugene Rozenfeld1-1/+1
2016-02-26Clean up some truncation warnings in the JIT.Pat Gavlin1-16/+10
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-22Fix a bug in JIT value numbering.Eugene Rozenfeld1-1/+7
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-5/+52
2015-11-18Fix for issue 2058.Lubomir Litchev1-1/+1
2015-03-26Fix warnings in the jitter codeJan Vorlicek1-35/+40
2015-03-17Fix MacOS build breakJan Kotas1-7/+26
2015-03-17Merge changes from parent branchdotnet-bot1-14/+104
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1109