summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2019-09-26[JIT/x86] Fix LinearScan::allocateRegisters (#26649)Konstantin Baladurin1-1/+1
2019-09-26Linux/x86: fix build (#26594)Konstantin Baladurin1-0/+2
2019-09-26Fail to explicitly tail call on x86 unix. (#25032)Jarret Shook1-2/+6
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
2019-05-29Sort out ARM load/store instruction size issues (#20126)mikedn10-264/+148
2019-05-29Refactor native build to remove the compiler-override files (#23897)Jeremy Koritzinsky1-1/+0
2019-05-29Change binary op tree display (#20045)mikedn1-62/+38
2019-05-24Arm64: Take more bounds checks into consideration when inlining immediates (#...Tamar Christina1-0/+3
2019-05-24Remove dependency on IEEMemoryManager (#24755)Jan Kotas8-8/+2
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri3-19/+25
2019-05-22Fix x86 synchronized method (#24703)Carol Eidt2-3/+51
2019-05-22Fixed ARM single stepper: added "ADD Rn, PC" command emulation (#24271)Kirill Frolov1-1/+93
2019-05-21Fixing EnableSSE3_4=0 and EnableHWIntrinsic=0 to control the right things (#2...Tanner Gooding3-70/+71
2019-05-17Merge pull request #24325 from BruceForstall/Fix23821LinuxArm64ProbeBruce Forstall4-4/+51
2019-05-17Ensure we don't underestimate the code size for 4 byte SSE instruction. (#24555)Tanner Gooding4-296/+307
2019-05-17Improve stack probing for Linux/arm64Bruce Forstall4-4/+51