summaryrefslogtreecommitdiff
path: root/src/jit/emitarm64.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-04Merge pull request #14294 from sdmaclea/PR-ARM64-EMIT-ExclusivesBrian Sullivan1-0/+60
2017-10-04Merge pull request #14293 from sdmaclea/PR-ARM64-SMUL-DISBrian Sullivan1-0/+9
2017-10-04[Arm64] Fix IF_LS_3D emitterSteve MacLean1-4/+20
2017-10-03[Arm64] Fix smul[lh] disassemblySteve MacLean1-0/+9
2017-10-02[Arm64] Add LD/ST exclusive emittersSteve MacLean1-0/+44
2017-10-02[Arm64] Fix TODO-Cleanup add unreachedSteve MacLean1-22/+22
2017-09-25[Arm64] Use GTF_SET_FLAGS/GTF_USE_FLAGSSteve MacLean1-2/+2
2017-09-22Respond to Feedback #14139Steve MacLean1-10/+15
2017-09-22[Arm64] Add emitters for cbz, cbnz, tbz, or tbnzSteve MacLean1-7/+115
2017-08-24Fix improper handling of GenTreeAddrMode offsetMike Danes1-1/+1
2017-06-07Merge pull request #12087 from sdmaclea/PR-JIT-AcquireRelease-SimpleCasesCarol Eidt1-1/+3
2017-06-05[Arm64] Handle exclusive decode group in insEncodeDatasizeLS()Steve MacLean, Qualcomm Datacenter Technologies, Inc1-1/+3
2017-06-05More ldar/stlr supportSteve MacLean, Qualcomm Datacenter Technologies, Inc1-0/+6
2017-06-05[Arm64] Add emitInsTargetRegSize support for ldar/stlrSteve MacLean, Qualcomm Datacenter Technologies, Inc1-0/+6
2017-05-26Fix BitSetUint64, clean and improve the surrounding code. (#11721)Sergey Andreenko1-2/+2
2017-05-11[Arm64] Add emitter support for ldar/stlrSteve MacLean, Qualcomm Datacenter Technologies, Inc1-0/+20
2017-05-08[Arm64] Revise per commentsSteve MacLean, Qualcomm Datacenter Technologies, Inc1-12/+13
2017-05-08[Arm64] Add emitIns_R_R_S_SSteve MacLean, Qualcomm Datacenter Technologies, Inc1-0/+95
2017-05-08[Arm64] Add emitIns_S_S_R_RSteve MacLean, Qualcomm Datacenter Technologies, Inc1-1/+141
2017-04-27Add assertSteve MacLean1-0/+1
2017-04-27[Arm64] Support two GC attributes in pair formsSteve MacLean, Qualcomm Datacenter Technologies, Inc1-22/+31
2017-04-26[Arm64] Update emitOutputInstr to support GC refs in ldp formsSteve MacLean, Qualcomm Datacenter Technologies, Inc1-2/+11
2017-04-17Use isInternalRegDelayFree to avoid temp reg overallocation (#11025)Bruce Forstall1-11/+1
2017-04-14Introduce API for codegen getting temp registers from gtRsvdRegsBruce Forstall1-22/+18
2017-04-12Merge pull request #10706 from sdmaclea/PR-ARM64-GC-EmitInsLdStOpJarret Shook1-3/+5
2017-04-07Remove RELOC_SUPPORT defineBruce Forstall1-2/+0
2017-04-04Revise emitInsLoadStoreOp fix based on feedbackSteve MacLean, Qualcomm Datacenter Technologies, Inc1-3/+5
2017-04-04[Arm64] Fix GC Holes in emitInsLoadStoreOpSteve MacLean, Qualcomm Datacenter Technologies, Inc1-3/+3
2017-03-28[Arm64] Revise CORINFO_HELP_ASSIGN_BYREF codeSteve MacLean, Qualcomm Datacenter Technologies, Inc1-6/+2
2017-01-12Fix putArgStk dstCount and ConsumeReg errorsCarol Eidt1-1/+0
2016-10-14Remove DEBUGGING_SUPPORT #ifdef (#7611)Bruce Forstall1-2/+0
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-5598/+5398
2016-07-29Massage code for clang-formatMichelle McDaniel1-7/+18
2016-07-26Enable multireg returns on Arm64Brian Sullivan1-3/+29
2016-06-14ARM64: Fix a GC hole for Indirect BranchKyungwoo Lee1-10/+2
2016-05-13Fix issue with Arm64 AsmDiffsBrian Sullivan1-5/+6
2016-05-12ARM64: Switch Expansion Using Jump TableKyungwoo Lee1-103/+118
2016-05-11ARM64: Enable Long AddressKyungwoo Lee1-151/+454
2016-05-04ARM64: Enable Tail Call with VarargKyungwoo Lee1-10/+8
2016-04-29ARM64: Enabling Crossgen End-to-End MscorlibKyungwoo Lee1-22/+98
2016-03-15ARM64: Revisit for Fix GC hole in indirect call siteKyungwoo Lee1-23/+34
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+1
2016-03-02ARM64: Fix for Multiplication with Overflow CheckKyungwoo Lee1-27/+48
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-1/+2
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+1
2016-02-17Refactor the Conditional branches on Arm to match the Arm condition codesBrian Sullivan1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-132/+271
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-4/+91
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+10689