summaryrefslogtreecommitdiff
path: root/src/jit/emitarm.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-06Clean CodeGen::genEmitCall (#19804)Sergey Andreenko1-8/+6
2018-08-27Deal with compilation warnings in JIT in cross-bitness scenario (#19590)Egor Chesakov1-2/+2
2018-08-03Handle MovRelocatableImmediate on ARM32 as a special case (IF_T2_N3) (#19013)Egor Chesakov1-8/+5
2018-07-12Remove dead/unreachable code from ARM32 and ARM64 emitters (#18878)Egor Chesakov1-43/+1
2018-03-01Define emitter::code_t for _TARGET_ARM_ and use this type rather than ssize_t...Egor Chesakov1-6/+13
2017-10-24Cleanup unused emitter argumentsBrian Sullivan1-6/+3
2017-07-06Support unaligned floating point loads/storesMikhail Skvortcov1-0/+1
2017-06-05Forbid making lea contained for vstr/vldrMikhail Skvortcov1-0/+1
2017-06-05Adapt shared genLeaInstruction for arm32Mikhail Skvortcov1-1/+1
2017-04-12Merge pull request #10904 from BruceForstall/ArmMergeCodegenFuncsBruce Forstall1-0/+7
2017-04-12RyuJIT/ARM32: encodable offsets for ld/stMikhail Skvortcov1-0/+1
2017-04-11Merge similar arm32/arm64 codegen functionsBruce Forstall1-0/+7
2017-04-07Remove RELOC_SUPPORT defineBruce Forstall1-3/+1
2017-03-30[Ryujit/ARM32] Implement NYI related with overflow for ARM (#10491)Sujin Kim1-0/+1
2017-02-09RyuJIT/ARM32: refactor emitInsMov, update st.lclFld/Var codegenMikhail Skvortcov1-0/+4
2016-09-06[ARM] Remove ARM_HAZARD_AVOIDANCE (#7019)Hanjoung Lee1-3/+0
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-388/+313
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+493