summaryrefslogtreecommitdiff
path: root/src/jit/lowerarmarch.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-04[Arm64] Implement GT_XADD, GT_XCHG, GT_CMPXCHG ...Steve MacLean1-0/+3
2017-10-02Move JCMP transform to LowerJTrueMike Danes1-40/+1
2017-10-02Reimplement compare flags reuse using SETCC/JCCMike Danes1-23/+1
2017-09-27[Arm64] Respond to feedbackSteve MacLean1-1/+4
2017-09-26[Arm64] Add GT_JCMP nodeSteve MacLean1-0/+34
2017-09-25[Arm64] Repsond to feedbackSteve MacLean1-1/+1
2017-09-25[Arm64] Use GTF_SET_FLAGS/GTF_USE_FLAGSSteve MacLean1-1/+29
2017-09-20Merge pull request #13541 from hqueue/arm/ryujit/issue_12614_enable_unrolling...Bruce Forstall1-3/+0
2017-09-19Merge pull request #14018 from sdmaclea/PR-ARM-Remove-extra-castBrian Sullivan1-16/+5
2017-09-15[RyuJit] fix the inconsistency between setContained and isContained. (#13991)Sergey Andreenko1-16/+1
2017-09-15[Arm/Arm64] LowerCast remove small int widen castSteve MacLean1-16/+5
2017-09-13[RyuJIT/ARM32] Enable unrolling for cpblkHyung-Kyu Choi1-3/+0
2017-09-05[Arm64] Fix Transform AND-CMP to TSTSteve MacLean, Qualcomm Datacenter Technologies Inc1-2/+2
2017-09-05Transform AND-CMP to TSTMike Danes1-0/+2
2017-08-24Merge pull request #11589 from mikedn/gen-amCarol Eidt1-1/+1
2017-08-24Fix improper handling of GenTreeAddrMode offsetMike Danes1-1/+1
2017-08-23Fix ARM issues with ContainmentCarol Eidt1-30/+4
2017-08-16Move Containment Analysis to LoweringCarol Eidt1-13/+109
2017-07-10Extract containment analysisCarol Eidt1-0/+211
2017-06-13[RyuJIT/ARM32] Fix assertion when using invalid imm for INS_add (#12162)Sujin Kim1-1/+4
2017-06-02Add ARM32 support for GT_SETCC/GT_CMP/GTF_SET_FLAGSMike Danes1-0/+1
2017-05-31[RyuJIT/ARM32] Applying review feedbackHyung-Kyu Choi1-4/+13
2017-05-26Apply review feedback to increase readabilityHyung-Kyu Choi1-8/+5
2017-05-25Apply review feedbackHyung-Kyu Choi1-5/+4
2017-05-24Merge remaining common arm32/arm64 lowering functionsHyung-Kyu Choi1-0/+117
2017-05-22Refactor genCodeForTreeNode for xarch to match arm32/arm64Bruce Forstall1-1/+1
2017-05-19Merge pull request #11643 from hqueue/arm/ryujit/cast_smalltype2floatBruce Forstall1-1/+0
2017-05-16[RyuJIT/ARM32] Enable casting from small int to floatHyung-Kyu Choi1-1/+0
2017-05-11Un-clang-format GTF_ flagsBruce Forstall1-5/+1
2017-05-11[RyuJIT/ARM32] Implement for GT_STORE_OBJ (#10721)Sujin Kim1-7/+0
2017-04-11Create common files for ARM32 and ARM64 common codeBruce Forstall1-0/+346