summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
2019-06-03Removing the TestAllOnes, TestAllZeros, and TestMixOnesZeros methods from the...Tanner Gooding3-23/+0
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
2019-05-17Fix localloc with large out arg space (#24388)Bruce Forstall7-82/+367
2019-05-16Ensure that SIMD fields are correctly typed (#24377)Carol Eidt6-83/+68
2019-05-15Merge pull request #24590 from sandreenko/deleteJitOptsSergey Andreenko3-37/+0
2019-05-15Make sure variable live range for prolog is reported firstAndrew Au2-29/+72
2019-05-15delete JitOptions struct.Sergey Andreenko3-37/+0
2019-05-15Before calling getModuleAssembly and getClassModule check whether s_pJitDisas...Egor Chesakov1-1/+1
2019-05-09Merge pull request #24482 from erozenfeld/Fix24159Eugene Rozenfeld1-1/+39
2019-05-09Mark local struct as having overlapping fields after struct reinterpretationEugene Rozenfeld1-1/+39
2019-05-09Merge pull request #24456 from briansull/ibc-workBrian Sullivan5-47/+52
2019-05-08Fix Issue 24440Brian Sullivan1-1/+6
2019-05-08Two additional minor changesBrian Sullivan2-3/+3
2019-05-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan2-5/+5
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan5-47/+52
2019-05-07Merge pull request #23587 from BrianBohe/brbohe/moving_variableLiveRangeSergey Andreenko11-974/+980
2019-05-06Leaving Scope Info as variable location tracking default system againBrian Bohe1-2/+2
2019-05-02When QuickJit is enabled, disable it for methods that contain loops by defaul...Koundinya Veluri3-0/+112
2019-05-02Adding more coverage for the AES hwintrinsic tests. (#24335)Tanner Gooding1-6/+0
2019-05-01Adjust some terms (#24351)Dan Moseley2-2/+2
2019-04-30Updating lookupNamedIntrinsic to no longer assert for an unexpected hwintrins...Tanner Gooding1-2/+5
2019-04-29Resolves an assert around Sse41.ConvertToVector128Int* and Avx2.ConvertToVect...Tanner Gooding5-38/+122
2019-04-29Merge pull request #24282 from erozenfeld/Fix24253Eugene Rozenfeld1-100/+57
2019-04-27Merge pull request #24261 from sandreenko/fixRegressionCoreFXx86Sergey Andreenko4-21/+45
2019-04-26Typos (#24280)John Doe2-2/+2
2019-04-26Clean up fgRemoveDeadStore.Eugene Rozenfeld1-113/+57
2019-04-26Fix the case when we replace `stmt->gtStmtExpr`.Sergey Andreenko1-2/+11
2019-04-26Fix for a jit liveness bug.Eugene Rozenfeld1-0/+13
2019-04-26Use `ReplaceOperand`.Sergey Andreenko1-24/+5
2019-04-25Fix parent's links in fgArgInfo in optAssertionProp_Update.Sergey Andreenko1-0/+20
2019-04-25Change gtFindLink to return parent as well.Sergey Andreenko4-14/+22
2019-04-25Add comments and format `gtGetThisArg`.Sergey Andreenko1-4/+10
2019-04-25Return null for unexpected HW intrinsic (#24219)Carol Eidt1-2/+5
2019-04-23Merge pull request #23932 from briansull/zero-offset-mapBrian Sullivan6-82/+177