summaryrefslogtreecommitdiff
path: root/src/jit/lowerarm.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-06[RyuJIT/ARM32] GT_STORE_BLK/GT_STORE_DYN_BLK support in codegenAlexander Soldatov1-0/+84
2017-02-02Refactor TreeNodeInfoInitCarol Eidt1-1014/+5
2017-01-24Implement GT_INTRINSIC_Sqrt for floating-pointHyung-Kyu Choi1-1/+2
2017-01-23Merge pull request #8724 from hqueue/arm/ryujit/fpaddconstPat Gavlin1-5/+44
2017-01-20Implement NYI(Cast) of codegen for Ryujit ARM32Yongseop Kim1-3/+6
2017-01-20Implement const, comparion and intrinsic for floating-pointHyung-Kyu Choi1-5/+44
2017-01-17Merge pull request #8678 from hqueue/arm/ryujit/lowerrotateCarol Eidt1-1/+22
2017-01-12Fix putArgStk dstCount and ConsumeReg errorsCarol Eidt1-1/+1
2016-12-22ARM: A step towards the RyuJIT/ARM32 backend.Mikhail Skvortcov1-16/+1059
2016-12-19Ryujit/ARM32: Implement Lowering::LowerRotateHyung-Kyu Choi1-1/+22
2016-12-13Merge pull request #8617 from hqueue/arm/test20161210/IsContainableImmedBruce Forstall1-1/+67
2016-12-13Ryujit/ARM32 Initial Lowering::IsContainableImmed for ARMHyung-Kyu Choi1-1/+67
2016-12-13Ryujit/ARM32 Implement Lowering::LowerCast for ARMHyung-Kyu Choi1-2/+68
2016-09-28Fix lowering's containment analysis.Pat Gavlin1-0/+1
2016-08-19Implement the proposed design for RyuJIT's LIR. (#6689)Pat Gavlin1-18/+2
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-7/+8
2016-06-23Refactor TreeNodeInfoInit(): extract lots of functionsBruce Forstall1-8/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-21 Generate efficient code for rotation patterns.Eugene Rozenfeld1-0/+5
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+89