summaryrefslogtreecommitdiff
path: root/src/jit
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-17Fix localloc with large out arg space (#24388)Bruce Forstall7-82/+367
2019-05-16Compile JIT sources with /W4Mike Danes11-37/+30
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