summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Fix warning causing error in warning as error (Windows) (#22660)Ben Adams1-1/+1
2019-02-16Merge pull request #22528 from mikedn/idx-addrCarol Eidt2-55/+61
2019-02-15JIT: modify how jit determines when to update a type (#22618)Andy Ayers1-23/+3
2019-02-15Widen index to a temporary registerMike Danes2-38/+36
2019-02-14Fix check for memory containment safety. (#22563)Eugene Rozenfeld2-4/+11
2019-02-13Improving an assert in fgInsertInlineeBlocksAndrew Au2-2/+15
2019-02-13Merge pull request #22327 from BrianBohe/refactoring_genCodeForBBListCarol Eidt2-70/+103
2019-02-13Moving structures initialization before generating code for blocks to other f...Brian Bohe2-70/+103
2019-02-12Fix min-opts spill of tree temp large vectors (#22530)Carol Eidt2-51/+56
2019-02-12Refactoring siVarLoc creation (#22543)Brian Bohe6-416/+517
2019-02-12Fix exception sets for indirections in value numbering. (#22542)Eugene Rozenfeld1-16/+16
2019-02-12JIT: change how we block gc refs from callee saves for inline pinvokes (#22477)Andy Ayers13-13/+80
2019-02-12Fix genCodeForIndexAddrMike Danes1-37/+45
2019-02-11Locally define DLLEXPORT in ee_il_dll.cppRuss Keldorph1-0/+4
2019-02-10Cleanup DLL exports (#22500)Jan Kotas1-1/+5
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid1-4/+4
2019-02-08JIT: Suppress emitting same-reg zero extending move (#22454)Andy Ayers3-1/+88
2019-02-08JIT: fix ifdef guarding an assert (#22460)Andy Ayers1-1/+1
2019-02-08Force results of rejected multi-reg-returning tail-call candidates to temp. (...Eugene Rozenfeld1-0/+52
2019-02-07Fix the desktop warning (#22481)Sergey Andreenko1-1/+1
2019-02-06Fix ARM64 GS with locallocBruce Forstall10-424/+1302
2019-02-06Allow lcl_var structs to be widened to primitive types on unix amd64. (#22437)Jarret Shook1-4/+5
2019-02-05Merge pull request #22415 from adityamandaleeka/pinvoke_ehAditya Mandaleeka1-4/+6
2019-02-04Extract addressing mode analysis from gtSetEvalOrder (#22387)Carol Eidt2-317/+344
2019-02-04Disable PInvoke inlining within try regions on ARM64.Aditya Mandaleeka1-4/+6
2019-02-02Spill tree temp large vectors around calls (#22311)Carol Eidt3-36/+91
2019-02-02Propagate preferences (#19429)Carol Eidt4-99/+218
2019-02-01Fix the scratch register used for arm64 stack probing (#22313)Bruce Forstall1-2/+10
2019-01-30Remove GTF_ADDR_ONSTACK and IsVarAddr.Eugene Rozenfeld8-61/+22
2019-01-28Fix various fgMorphInitBlock issues (#21820)mikedn4-182/+239
2019-01-26Cleanup stackoverflow handling leftovers (#22228)Jan Kotas10-183/+0
2019-01-25Fixes the desktop build (#22197)Brian Sullivan1-4/+6
2019-01-24Merge pull request #14393 from mikedn/float-neg-absCarol Eidt6-28/+249
2019-01-24Fix importer spilling in the presence of assignment side effectsMike Danes1-28/+49
2019-01-24Disable PSPSym in filter prolog for CoreRT (#22184)Andrey Kvochko1-0/+6
2019-01-23Fix accidental assignment inside an assert. (#22148)Calum Grant1-1/+1
2019-01-23Remove obsolete LEGACY_BACKEND ifdefMike Danes1-2/+0
2019-01-23Merge pull request #22053 from BruceForstall/FixSimd12StoreLclFldBruce Forstall2-2/+2
2019-01-22Fix SIMD12 GT_STORE_LCL_FLDBruce Forstall2-2/+2
2019-01-22Decouple JIT_FLAG_PREJIT from HW intrinsics (#22117)Michal Strehovský1-72/+69
2019-01-16Merge pull request #21997 from BruceForstall/FixFpRelativeInstructionsBruce Forstall1-7/+12
2019-01-16 Fix imm-operand encoding for SSE/AVX instructions (#21999)Fei Peng1-8/+24
2019-01-15Fix two cases of FP-relative immediate offsets not being checked for encodabi...Bruce Forstall1-7/+12
2019-01-15Merge pull request #21963 from BrianBohe/masterJuan Hoyos1-8/+1
2019-01-14Improvements for object stack allocation.Eugene Rozenfeld9-78/+320
2019-01-11Fix x64 CFI generation (#21955)Andrey Kvochko1-0/+3
2019-01-11Generate non-null assertion for byrefs if we can't find corresponding refs.Eugene Rozenfeld1-2/+3
2019-01-11Remove unreachable codeBrian Bohe1-8/+1
2019-01-10Merge pull request #21804 from briansull/fix-unbox-optBrian Sullivan4-8/+34
2019-01-10Merge pull request #21928 from fiigii/fixMulxCarol Eidt1-0/+8