summaryrefslogtreecommitdiff
path: root/src/jit/codegenarmarch.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-23Introduce GT_CMP and GT_SETCC(condition)Mike Danes1-2/+2
2017-05-22Handle INS_adr in emitIns_R_L on both arm32 and arm64Bruce Forstall1-4/+0
2017-05-22Merge pull request #11542 from BruceForstall/RefactorXarchCodegenBruce Forstall1-48/+28
2017-05-22[ARM32/RyuJIT] Enable passing struct argument that use stack only (#11541)Hyeongseok Oh1-23/+62
2017-05-22Refactor genCodeForTreeNode for xarch to match arm32/arm64Bruce Forstall1-48/+28
2017-05-22Merge pull request #11710 from sjsinju/jumpBruce Forstall1-2/+216
2017-05-21Merge pull request #11526 from mskvortsov/MulLongBruce Forstall1-0/+6
2017-05-22[RyuJit/ARM32] Enable loading arguments when jump instructionsjsujinkim1-2/+216
2017-05-19Merge pull request #11713 from mskvortsov/CkfiniteBruce Forstall1-4/+4
2017-05-19Merge pull request #11680 from mskvortsov/CleanupLongNYIsBruce Forstall1-0/+5
2017-05-19RyuJIT/ARM32: enable ckfinite codegen.Mikhail Skvortcov1-4/+4
2017-05-18RyuJIT/ARM32: Cleanup remaining GT_LONG NYIs.Mikhail Skvortcov1-0/+5
2017-05-15RyuJIT/ARM32: Enable GT_MUL_LONG codegen.Mikhail Skvortcov1-0/+6
2017-05-11Un-clang-format GTF_ flagsBruce Forstall1-8/+1
2017-05-11[RyuJIT/ARM32] Implement for GT_STORE_OBJ (#10721)Sujin Kim1-6/+0
2017-05-11[RyuJIT/ARM32] Fix assertion in 'unreached' when using emitIns_R_L (#11486)Sujin Kim1-0/+4
2017-05-10Merge pull request #11478 from sdmaclea/PR-ARM64-9711Brian Sullivan1-0/+25
2017-05-10[Arm64] Revise GTF_IND_VOLATILE per commentsSteve MacLean, Qualcomm Datacenter Technologies, Inc1-3/+7
2017-05-09[Arm64] Support GTF_IND_VOLATILESteve MacLean, Qualcomm Datacenter Technologies, Inc1-0/+21
2017-05-08[Arm64] Add emitIns_R_R_S_SSteve MacLean, Qualcomm Datacenter Technologies, Inc1-24/+5
2017-05-08[Arm64] Add emitIns_S_S_R_RSteve MacLean, Qualcomm Datacenter Technologies, Inc1-4/+3
2017-05-04Refactor arm32/arm64 per-node codegen into functions (#11377)Bruce Forstall1-1/+569
2017-05-02Merge pull request #11329 from BruceForstall/RefactorArmCodegenBruce Forstall1-1/+75
2017-05-01Fix assertBruce Forstall1-4/+4
2017-05-01FormattingBruce Forstall1-1/+2
2017-05-01Refactor GT_PUTARG_REGBruce Forstall1-0/+31
2017-05-01Refactor ARM/ARM64 GT_LCL_FLD codegenBruce Forstall1-0/+42
2017-04-27[Arm64] Use ldp for mismatched GC types in genPutArgStkSteve MacLean, Qualcomm Datacenter Technologies, Inc1-14/+3
2017-04-27[Arm64] Clean up genPutArgStk (#11239)Steve MacLean1-101/+41
2017-04-25[RyuJIT/ARM32] Move genJumpKindsForTree into common part (#11103)mskvortsov1-0/+157
2017-04-18RyuJIT/ARM32: use mla for array offset computationMikhail Skvortcov1-10/+4
2017-04-17Use isInternalRegDelayFree to avoid temp reg overallocation (#11025)Bruce Forstall1-12/+2
2017-04-17[RyuJit/ARM32] Fix assertion of failure on "Instruction cannot be encoded" (#...Sujin Kim1-0/+13
2017-04-14Introduce API for codegen getting temp registers from gtRsvdRegsBruce Forstall1-24/+18
2017-04-12Merge changes from TFS (#10926)dotnet bot1-2/+2
2017-04-11Merge similar arm32/arm64 codegen functionsBruce Forstall1-1144/+126
2017-04-11Create common files for ARM32 and ARM64 common codeBruce Forstall1-0/+2705