summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge main into releaserelease-pypy2.7-v7.3.17mattip2024-08-22165-1603/+15627
|\
| * revert API-breaking change for ppc-64, it is only py3.10+mattip2024-08-221-1/+1
| * allow upstream 1.17.0dev0 to match our 1.17.0 in cffi test_filemattip2024-08-221-3/+5
| * revert change from merge of cffimattip2024-08-221-1/+2
| * backport small rpython changes from py3.10mattip2024-08-212-2/+2
| * Merge pull request #5008 from mattip/cffi1.17.0Matti Picus2024-08-2111-19/+59
| |\
| | * update to cffi1.17.0mattip2024-08-2111-19/+59
| |/
| * Merge pull request #5007 from loganchien/refine-rv64-docMatti Picus2024-08-211-6/+6
| |\
| | * riscv: Refine RISC-V cross-compilation docLogan Chien2024-08-201-6/+6
| |/
| * tweak release notemattip2024-08-201-4/+5
| * fix linkmattip2024-08-191-1/+1
| * mention nightly builds of py3.9mattip2024-08-191-0/+4
| * mention speed.pypy.org revamp in the release notesmattip2024-08-191-2/+14
| * improve whatsnew documentCF Bolz-Tereick2024-08-162-20/+104
| * Merge remote-tracking branch 'refs/remotes/origin/main'CF Bolz-Tereick2024-08-1672-34/+8463
| |\
| | * add v7.3.17 release note, drop s390x binary repackagemattip2024-08-164-3/+195
| | * add newtext to TinyObjSpacemattip2024-08-161-0/+3
| | * add conftest to skip riscv tests on non-riscvmattip2024-08-161-0/+24
| | * fixup for tests after riscv mergemattip2024-08-153-2/+6
| | * MAP_POPULATE is not always definedmattip2024-08-151-2/+2
| | * Merge pull request #5002 from loganchien/rv64Matti Picus2024-08-1464-29/+8235
| | |\
| | | * riscv: Workaround test_micronumpy reduce_logical_andLogan Chien2024-08-111-12/+29
| | | * riscv: Swap order of x0 and x10 in JITFRAMELogan Chien2024-08-112-8/+24
| | | * riscv: Annotate rgc.no_release_gilLogan Chien2024-08-115-14/+69
| | | * riscv: Fix vtable offset assertionLogan Chien2024-08-111-5/+10
| | | * riscv: Fix test_gc_integrationLogan Chien2024-08-111-10/+9
| | | * riscv: Skip micronumpy tests w/ nan payloadsLogan Chien2024-08-112-1/+35
| | | * riscv: Add cross-translation docLogan Chien2024-08-112-0/+265
| | | * riscv: Support large frame slot offsetsLogan Chien2024-08-112-6/+40
| | | * riscv: Emit large int or float in constant poolLogan Chien2024-08-116-98/+186
| | | * riscv: Support vmprofLogan Chien2024-08-116-4/+73
| | | * riscv: Add codemap supportLogan Chien2024-08-115-7/+32
| | | * riscv: Add slp_switch implementation for rv64imadLogan Chien2024-08-112-0/+144
| | | * riscv: Add passing test_ztranslation* testsLogan Chien2024-08-113-0/+30
| | | * riscv: Add passing test_zrpy_releasegilLogan Chien2024-08-111-0/+7
| | | * riscv: Add passing test_zrpy_gcLogan Chien2024-08-111-0/+8
| | | * riscv: Support call_malloc_nursery/nursery_ptr_incrementLogan Chien2024-08-113-2/+375
| | | * riscv: Add guard_gc_type/guard_subclass/guard_is_objectLogan Chien2024-08-112-11/+145
| | | * riscv: Add shadow stack to header/footerLogan Chien2024-08-111-0/+48
| | | * riscv: Add threadlocalref_getLogan Chien2024-08-112-1/+26
| | | * riscv: Add stack overflow checkLogan Chien2024-08-111-1/+89
| | | * riscv: Add passing test_zrpy_gc_boehmLogan Chien2024-08-111-0/+4
| | | * riscv: Add several passing ajit testsLogan Chien2024-08-1122-0/+351
| | | * riscv: Support keepaliveLogan Chien2024-08-112-0/+6
| | | * riscv: Support enter_portal_frame/leave_portal_frameLogan Chien2024-08-112-0/+12
| | | * riscv: Support zero_arrayLogan Chien2024-08-112-3/+149
| | | * riscv: Support jit_debug and increment_debug_counterLogan Chien2024-08-113-25/+44
| | | * riscv: Fix test_compile_asmlenLogan Chien2024-08-112-0/+26
| | | * riscv: Add passing test_calling_conventionLogan Chien2024-08-111-0/+18
| | | * riscv: Support redirect_call_assemblerLogan Chien2024-08-113-0/+72