aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/Translation/PTC
AgeCommit message (Expand)Author
2024-06-19JIT: Coalesce copies on LSRA with simple register preferencing (#6950)1.1.1336gdkchan
2024-05-08Replace "List.ForEach" for "foreach" (#6783)1.1.1298Marco Carvalho
2024-04-09CPU: Produce non-inf results for RSQRTE instruction with subnormal inputs (#6...1.1.1272gdkchan
2024-04-07CPU: Fix PC alignment for ADR thumb instruction (#6613)1.1.1266gdkchan
2023-08-09Allow access to code memory for exefs mods (#5518)1.1.978TSRBerry
2023-07-30CPU (A64): Add Fmaxp & Fminp Scalar Inst.s, Fast & Slow Paths; with Tests. (#...1.1.971Domenico V
2023-06-28Cpu: Implement VCVT (between floating-point and fixed-point) instruction (#5343)1.1.932Ac_K
2023-06-28Apply new naming rule to all projects except Vp9 (#5407)1.1.927TSRBerry
2023-06-26[ARMeilleure] Address dotnet-format issues (#5357)1.1.923TSRBerry
2023-06-14Fix Arm32 double to int/uint conversion on Arm64 (#5292)1.1.891gdkchan
2023-06-11Implement fast path for AES crypto instructions on Arm64 (#5281)1.1.883gdkchan
2023-04-27Move solution and projects to srcTSR Berry