summaryrefslogtreecommitdiff
path: root/src/jit/emitarm64.cpp
AgeCommit message (Expand)AuthorFilesLines
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