summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2020-07-13[Tizen] Support relative indirection for 1st and 2nd levels of vtable on arm64Gleb Balykov1-1/+20
2020-06-18Implement instantiating and unboxing through portable stublinker code… (#106)JUNG DONG-HEON3-8/+8
2020-05-14Set vtable offset as containedJUNG DONG-HEON1-0/+1
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek1-2/+0
2020-03-25[JIT/x86] Fix LinearScan::allocateRegisters (#26649)Konstantin Baladurin1-1/+1
2020-03-25Linux/x86: fix build (#26594)Konstantin Baladurin1-0/+2
2020-03-25Fail to explicitly tail call on x86 unix. (#25032)Jarret Shook1-2/+6
2020-02-13Port of dotnet/runtime#1059 to 3.1 branch (#27986)Carol Eidt1-2/+3
2020-02-13Port fix for #1241 to 3.1 (#27983)Carol Eidt1-12/+15
2020-02-13Port PR #258 to 3.1 (#27984)Carol Eidt1-6/+11
2020-02-13Port the 5.0 fix for issue #1104 (#28003)Brian Sullivan1-1/+1
2020-01-14[release/3.1] Port fix for JIT silent bad code (#27972)Andy Ayers1-5/+16
2020-01-14Release/3.1 port of dotnet/runtime#239 (#27973)Andy Ayers1-1/+5
2020-01-14This is a point fix for not allowing fast tail calls on windows arm64 for var...Jarret Shook1-0/+13
2019-10-14Correctly handle variable argument SIMDScalar (#26421) (#26778)Carol Eidt1-1/+10
2019-08-07[release/3.0] Updating Math.Round and MathF.Round to be IEEE compliant so tha...Tanner Gooding1-18/+103
2019-08-07Ensure that we check for implicit ivals for single argument intrinsics before...Tanner Gooding1-5/+5
2019-07-28Do not fast tail call if caller has multislot structs (#25885) (#25910)Jarret Shook1-0/+5
2019-07-11Fix GS cookie check on ARM in functions with stackalloc (#25628)Jan Vorlicek2-3/+6
2019-06-27Don't reload or spill for keepAliveThis (#25441)Carol Eidt1-0/+2
2019-06-24JIT: see if jmp offset will fit in 32 bit displacement (#25348)Andy Ayers3-11/+20
2019-06-24Extend the assert for zero-offset fields (#25341)Michal Strehovský1-2/+2
2019-06-22Arm64: Correct encoding of fabd (#25150)Tamar Christina1-1/+1
2019-06-21Merge pull request #25260 from briansull/GitHub_25134Brian Sullivan3-10/+33
2019-06-21WorkAround for #25050. (#25316)Sergey Andreenko1-0/+10
2019-06-21JIT: update epilog exit size assert for x86 (#25302)Andy Ayers1-2/+3
2019-06-20JIT: use register indirect for indirect jumps (#25251)Andy Ayers2-10/+26
2019-06-19Restrict copyprop if address-taken (#25247)Carol Eidt1-0/+11
2019-06-19Fix Issue #25134 - AssertionProp incorrectly removes cast from uintBrian Sullivan3-10/+33
2019-06-18Fix contained LEA handling (#25135)Carol Eidt3-2/+10
2019-06-18Start cleaning emitxarch::GetSize estimates. (#25160)Sergey Andreenko4-29/+12
2019-06-14Don't change LCL_FLD node type when replacing param with its shadow copy (#20...Egor Chesakov1-52/+59
2019-06-13Don't try to fold constants for GT_HWIntrinsic (#25139)Carol Eidt1-0/+6
2019-06-12SuperPMI: Fix `getFieldType` (#25102)Carol Eidt1-3/+3
2019-06-11JIT: use stress mode tail call validation info for implicit tail calls (#25093)Andy Ayers1-17/+45
2019-06-07Merge pull request #24007 from mikedn/enable-w4Sergey Andreenko11-37/+30
2019-06-07Fix blr printing (#24979)Carol Eidt1-1/+2
2019-06-06Marking Vector128<T>.Count and Vector256<T>.Count as [Intrinsic] (#24991)Tanner Gooding7-7/+28
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky3-6/+6
2019-06-05Zero initReg in genSetGSSecurityCookie (#24371)Egor Chesakov5-97/+97
2019-06-05Cleanup block stores and test for 24846 (#24950)Carol Eidt6-194/+125
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky1-1/+1
2019-06-05Small fixes around AST nodes. (#24957)Sergey Andreenko6-11/+11
2019-06-03Removing the TestAllOnes, TestAllZeros, and TestMixOnesZeros methods from the...Tanner Gooding3-23/+0
2019-06-03Remove unnecesesary ifdef commentsMike Danes1-2/+2
2019-05-31Handle a zero byte cpblk (#24871)Carol Eidt7-31/+20
2019-05-30Merge pull request #24869 from briansull/desktop-build-fixesBrian Sullivan4-1/+7
2019-05-30Fixes for building the Desktop JIT in CodegenMirrorBrian Sullivan4-1/+7
2019-05-30Implement R2R helpers for synchronized methods (#24646)Michal Strehovský1-6/+7
2019-05-30Frkaya/gcc fix 052919 (#24845)Sinan Kaya1-1/+1