-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Arm64] Use SIMD register to zero init frame #46609
[Arm64] Use SIMD register to zero init frame #46609
Commits on Jan 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 990e727 - Browse repository at this point
Copy the full SHA 990e727View commit details -
Use stp q9, q9, <addr-reg> for zeroing a frame in CodeGen::genZeroIni…
…tFrame in src/coreclr/jit/codegencommon.cpp
Configuration menu - View commit details
-
Copy full SHA for 4450dfe - Browse repository at this point
Copy the full SHA 4450dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c30e8c - Browse repository at this point
Copy the full SHA 6c30e8cView commit details -
Leave the TARGET_ARM implementation of CodeGen::genZeroInitFrame asid…
…e in src/coreclr/jit/codegencommon.cpp
Configuration menu - View commit details
-
Copy full SHA for 085a1c5 - Browse repository at this point
Copy the full SHA 085a1c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e6f31b - Browse repository at this point
Copy the full SHA 4e6f31bView commit details -
Re-implement CodeGen::genZeroInitFrame() in src/coreclr/jit/codegenco…
…mmon.cpp src/coreclr/jit/target.h
Configuration menu - View commit details
-
Copy full SHA for c7e3936 - Browse repository at this point
Copy the full SHA c7e3936View commit details -
Implement GetDataCacheZeroIDReg() helper and use it to set Instructio…
…nSet_Dczva flag in src/coreclr/vm/arm64/asmhelpers.S src/coreclr/vm/arm64/asmhelpers.asm src/coreclr/vm/codeman.cpp
Configuration menu - View commit details
-
Copy full SHA for a675e99 - Browse repository at this point
Copy the full SHA a675e99View commit details -
Add InstructionSet_Dczva in src/coreclr/inc/corinfoinstructionset.h s…
…rc/coreclr/tools/Common/Internal/Runtime/ReadyToRunInstructionSetHelper.cs src/coreclr/tools/Common/JitInterface/CorInfoInstructionSet.cs src/coreclr/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt
Configuration menu - View commit details
-
Copy full SHA for 062664e - Browse repository at this point
Copy the full SHA 062664eView commit details -
Implement DC ZVA instruction in coreclr/jit/emitarm64.cpp src/coreclr…
…/jit/emitfmtsarm64.h src/coreclr/jit/instrsarm64.h
Configuration menu - View commit details
-
Copy full SHA for 5d10b15 - Browse repository at this point
Copy the full SHA 5d10b15View commit details -
Allow second operand of BFM instruction to be XZR or WZR in src/corec…
…lr/jit/emitarm64.cpp
Configuration menu - View commit details
-
Copy full SHA for 527a5fc - Browse repository at this point
Copy the full SHA 527a5fcView commit details -
Use DC ZVA for regions >= 320 bytes in src/coreclr/jit/codegencommon.…
…cpp src/coreclr/jit/target.h
Configuration menu - View commit details
-
Copy full SHA for 520e6db - Browse repository at this point
Copy the full SHA 520e6dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7568476 - Browse repository at this point
Copy the full SHA 7568476View commit details -
Configuration menu - View commit details
-
Copy full SHA for b472cc9 - Browse repository at this point
Copy the full SHA b472cc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2352f16 - Browse repository at this point
Copy the full SHA 2352f16View commit details