summaryrefslogtreecommitdiff
path: root/src/jit/assertionprop.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Fixes issue #13093Brian Sullivan1-4/+8
2017-07-11Delete bitset iterators defines (#12642)Sergey Andreenko1-12/+13
2017-07-03create GetAssertionIndex to convert from unsigned to AssertionIndex (#12554)Sergey Andreenko1-35/+36
2017-06-16Remove unnecessary bitvec allocation in assertion propMike Danes1-4/+4
2017-06-07Merge pull request #12142 from BruceForstall/ReduceNowayBruce Forstall1-2/+2
2017-06-07delete BLOCKSET_INIT_NOCOPY and BLOCKSET_INIT. (#12144)Sergey Andreenko1-3/+3
2017-06-07Convert some very common noway_assert to simple assertBruce Forstall1-2/+2
2017-05-19Merge pull request #11521 from JosephTremoulet/SpanAssertJoseph Tremoulet1-34/+34
2017-05-19Improve BitVecOps<>::Iter::NextElem (#11696)Bruce Forstall1-9/+9
2017-05-11Propagate assertions for more checked boundsJoseph Tremoulet1-34/+34
2017-04-27Fix lsra memory consumption (#11233)Sergey Andreenko1-1/+1
2017-04-07Remove RELOC_SUPPORT defineBruce Forstall1-4/+0
2017-03-30Fix formattingSteve MacLean, Qualcomm Datacenter Technologies, Inc1-2/+4
2017-03-29Handle null ref in Compiler::optCreateAssertionSteve MacLean, Qualcomm Datacenter Technologies, Inc1-2/+2
2017-03-25Correctly update bitvector in optAddVnAssertionMappingMike Danes1-5/+7
2017-03-25Some BitVecOps improvements (#10437)mikedn1-42/+20
2017-03-20Refactor GenTree assertion information storageMike Danes1-70/+71
2017-03-13Convert GenTree* to GenTreeCall* as much as possible (#10132)Bruce Forstall1-35/+30
2017-03-03Add/improve assertion propagation commentsMike Danes1-1/+5
2017-03-03Generate OAK_NO_THROW assertions from (uint)i < (uint)a.len checksMike Danes1-7/+46
2017-03-03Refactor JTRUE handling during assertion gen/propMike Danes1-37/+45
2016-11-23Increment lclVar refCounts in fgMorphBlockStmt.Pat Gavlin1-13/+4
2016-11-21Merge pull request #8106 from mikedn/magic-divRussell C Hadley1-1/+4
2016-11-18Reinstate the struct optimization changes:Carol Eidt1-51/+31
2016-11-15Remove magic division optimization from morphMike Danes1-1/+4
2016-11-03Revert "Enable optimization of structs"Jan Kotas1-31/+51
2016-10-20Enable optimization of structsCarol Eidt1-51/+31
2016-09-21Reformat jit code for Windows x64Michelle McDaniel1-10/+10
2016-09-20Respect JitNoRangeChks flag in RyuJitJoseph Tremoulet1-0/+15
2016-09-01More PR FeedbackCarol Eidt1-1/+0
2016-09-011st Class Struct Block AssignmentsCarol Eidt1-4/+31
2016-08-18Preparatory changes for Blk Ops IRCarol Eidt1-4/+27
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-1105/+1199
2016-08-05Null check folding.Eugene Rozenfeld1-29/+104
2016-08-02Optimize bounds checks with correct assertion setJoseph Tremoulet1-30/+17
2016-08-01Merge pull request #6491 from adiaaida/formatting2Michelle McDaniel1-10/+14
2016-07-29Massage code for clang-formatMichelle McDaniel1-10/+14
2016-07-27Do not propagate bad assertions from unreachable blocksCarol Eidt1-38/+87
2016-07-23RyuJIT/x86: implement tailcall via helperBruce Forstall1-2/+2
2016-06-24Fix SBCG in value-numbering constant assertpropChris McKinsey1-23/+63
2016-06-09Remove JIT_FEATURE_SSA_SKIP_DEFS.Pat Gavlin1-4/+0
2016-04-22Fix #3561: assert on RyuJIT x86 when generating shl by 1Bruce Forstall1-1/+1
2016-04-20Don't perform constant propagation when relocatable handles are involved.Eugene Rozenfeld1-7/+21
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-566/+983
2015-04-28Removed the -Wno-switch compiler option for the Clang builds on LinuxBrian Sullivan1-1/+17
2015-04-07Merge changes from parent branchdotnet-bot1-2/+2
2015-04-01Fix next round of warning typesJan Vorlicek1-1/+1
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot1-7/+5
2015-02-05Fix non-null assertion search in assertion tableMaks Naumov1-1/+1