summaryrefslogtreecommitdiff
path: root/src/jit/codegencommon.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-03remove FEATURE_AVX_SUPPORT flagFei Peng1-2/+0
2017-09-13Merge pull request #13799 from sdmaclea/PR-ARM64-Transform-AND-CMPJoseph Tremoulet1-0/+12
2017-09-05implementing profiler ELT callbacks for AMD64 Linux (#12603)sergey ignatov1-3/+109
2017-09-05[Arm64] Fix Transform AND-CMP to TSTSteve MacLean, Qualcomm Datacenter Technologies Inc1-0/+6
2017-09-05Transform AND-CMP to TSTMike Danes1-0/+6
2017-08-24Fix improper handling of GenTreeAddrMode offsetMike Danes1-0/+2
2017-07-31Set proper stack level for temp label BBJonghyun Park1-0/+4
2017-07-26PR feedback.Pat Gavlin1-3/+4
2017-07-26Disable folding in genCreateAddrMode under LB-specific circumstances.Pat Gavlin1-0/+10
2017-07-11Delete bitset iterators defines (#12642)Sergey Andreenko1-3/+6
2017-07-10Speed up fgLocalVarLiveness in minopts. (#12665)Pat Gavlin1-4/+1
2017-06-28[x86/Linux] Adjust SP in throwing helper block (#12504)Jonghyun Park1-1/+20
2017-06-24[CoreRT armel] fix for PINVOKE calls in CoreRT (#12373)sergey ignatov1-1/+1
2017-06-08Merge pull request #11901 from CarolEidt/RegValCarol Eidt1-12/+20
2017-06-07Make containedness explicitCarol Eidt1-12/+20
2017-06-06Fix crash due to lack of PSPSym in the CoreRT ABI (#12082)Petr Bred1-5/+6
2017-06-05Modify genCreateAddrMode to make it behave the same way as on arm64Mikhail Skvortcov1-12/+12
2017-05-26Fix BitSetUint64, clean and improve the surrounding code. (#11721)Sergey Andreenko1-15/+11
2017-05-23Merge pull request #11366 from ruben-ayrapetyan/remove-zap-code-relocs-for-li...Bruce Forstall1-0/+47
2017-05-19Improve BitVecOps<>::Iter::NextElem (#11696)Bruce Forstall1-3/+3
2017-05-15Change relocations in ngen-ed code with PC-relative constants for Linux ARM32.Ruben Ayrapetyan1-0/+47
2017-05-08Add define for FEATURE_SIMDjashook1-7/+24
2017-05-04Fixed memory instruction selector for integer register which contants simd8 typeRoman Artemev1-6/+9
2017-05-01Merge pull request #11067 from sjsinju/model_kill_setBruce Forstall1-0/+2
2017-04-24Fix funclet begin assertBruce Forstall1-1/+1
2017-04-19[RyuJIT/ARM32] Implement setting the model kill for CORINFO_HELP_ASSIGN_BYREF...sjsujinkim1-0/+2
2017-04-14Introduce API for codegen getting temp registers from gtRsvdRegsBruce Forstall1-24/+0
2017-04-10Forbid lea without index and base. (#10771)Sergey Andreenko1-14/+19
2017-04-05Merge pull request #10211 from sdmaclea/PR-ARM64-CROSSGEN-DISCONTIGJarret Shook1-4/+1
2017-04-03[RyuJIT/ARM32] Localloc implementation in codegenAlexander Soldatov1-0/+8
2017-04-03[RyuJIT/ARM32] GS Cookie check implementation.Alexander Soldatov1-0/+45
2017-03-30[x86/Linux] Use CDECL instead of STDCALL (#10410)Jonghyun Park1-8/+16
2017-03-28[Arm64] Revise CORINFO_HELP_ASSIGN_BYREF codeSteve MacLean, Qualcomm Datacenter Technologies, Inc1-1/+3
2017-03-25Some BitVecOps improvements (#10437)mikedn1-2/+2
2017-03-24Change the Jit Disasm message when we have profile date to includeBrian Sullivan1-1/+2
2017-03-21Fix Linux/x86 call alignment calculation and insertion (#10266)Bruce Forstall1-1/+6
2017-03-21[x86/Linux] Invoke gcResetForBB() in genFuncletProlog (#10186)Hanjoung Lee1-0/+2
2017-03-15[Arm64] Simplify trackedStackPtrsContig logicSteve MacLean, Qualcomm Datacenter Technologies, Inc1-4/+1
2017-03-13Add changes to emitMaxStackDepth and fgPtrArgCntMax to JitDump (#10130)Bruce Forstall1-0/+2
2017-03-13Convert GenTree* to GenTreeCall* as much as possible (#10132)Bruce Forstall1-2/+1
2017-03-13Build Linux altjit for x86 and amd64 (#10120)Bruce Forstall1-1/+1
2017-03-12Move adjustments to genStackLevel into functionsBruce Forstall1-8/+8
2017-03-06Un-clang-format-horrible-ify emitIns_Call() and genEmitCall()Bruce Forstall1-7/+29
2017-02-23[x86/Linux] Initial patch for EH funclet (#9601)Hanjoung Lee1-3/+23
2017-02-23Address PR feedback.Pat Gavlin1-3/+10
2017-02-22Do not report FP restores in x86 epilogs.Pat Gavlin1-0/+7
2017-02-09Address the feedback.Mikhail Skvortcov1-0/+31
2017-02-07[x86/Linux] Stack align 16 bytes for JIT codeSaeHie Park1-5/+10
2017-01-23Merge pull request #8672 from mikedn/cmp-lower-refactoringCarol Eidt1-0/+20
2017-01-23[x86/Linux] Enable FEATURE_EH_FUNCLETS (#8889)Jonghyun Park1-0/+60