aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* oops sorry, fixArmin Rigo2020-09-111-2/+4
* fix arm for 3495b2305437 (probably, it's like aarch64, but not tested)Armin Rigo2020-09-102-6/+14
* fix aarch64 for 3495b2305437Armin Rigo2020-09-102-6/+14
* A test that fails on some backends, will fixArmin Rigo2020-09-101-0/+32
* Issue #3297Armin Rigo2020-09-104-27/+207
* Disable the work done on optimize_UINT_LT & friends, with explanationArmin Rigo2020-09-032-8/+30
* fix for e11b82085fc9 (hard to test, it requires careful consideration ofArmin Rigo2020-09-021-12/+11
* Some intbound checking around the 'uint' comparisonsArmin Rigo2020-09-022-0/+438
* Rewrite code like the app-level "lst[i+1]" to fold the "+1" inside theArmin Rigo2020-09-022-13/+176
* add jit_hooks.stats_memmgr_release_all()Armin Rigo2020-08-303-6/+49
* dict order can change between cpython2 and pypy2. Test against both orderingMatti Picus2020-08-271-2/+7
* upgrade 26691d5fd920Matti Picus2020-08-231-2/+2
* rename JITLOG when running untranslated since the host python may be pypyMatti Picus2020-08-231-2/+2
* Goes with the previous check-in. See a243e4e0b21cArmin Rigo2020-07-221-2/+2
* Issue #3188: need FORBID_TEMP_BOXES on aarch64, like on arm32Armin Rigo2020-07-221-1/+3
* Add different way of skipping for when pytest is called on a single file (sad...Ronan Lamy2020-07-213-0/+18
* Fix skipping of backend-specific jit tests to not crash test collection on th...Ronan Lamy2020-07-214-22/+43
* Issue #3246Armin Rigo2020-07-191-5/+4
* Older versions of CPython 2.7.x (like 2.7.6) don't support this new syntaxArmin Rigo2020-07-172-7/+7
* fix these two tests which were failing after the change of the reprAntonio Cuni2019-11-231-3/+4
* Fixes for 560856d4f545: need to add an ARRAYMOVE operation in the jit, similarArmin Rigo2020-06-2512-29/+171
* Issue #3246Armin Rigo2020-06-142-16/+46
* Use py3-style names for function attributesRonan Lamy2020-04-2211-22/+22
* Modernize exec syntax in rpython/Ronan Lamy2020-04-1813-67/+67
* Fix commentsArmin Rigo2020-04-111-2/+3
* load the thread id at an earlier positionRichard Plangger2020-04-051-6/+6
* should not be the threadlocal_addr, it should be the thread id. load it directlyRichard Plangger2020-04-031-5/+2
* use the correct register, r14 does NOT contain zero. jump forwardRichard Plangger2020-04-031-4/+9
* add a commentRichard Plangger2020-04-011-0/+2
* the thread local id was not stored in call_release_gil_...Richard Plangger2020-04-011-1/+3
* Rewrite gc_load_indexed with a constant index into a plain gc_loadArmin Rigo2020-04-012-0/+35
* probable fix for ppcArmin Rigo2020-04-012-2/+3
* fix for test_short_result_of_call_compiled on ppc: clamp the result values ofArmin Rigo2020-03-312-2/+24
* typoRichard Plangger2020-03-291-1/+1
* first zarch version of rgil-track-threadRichard Plangger2020-03-291-8/+11
* fix tests: skip close and use low-level callsMatti Picus2020-03-291-1/+2
* protect failing system calls with a FdValidator to fail instead of crash (2)Matti Picus2020-03-271-4/+12
* include stdio for printfMatti Picus2020-03-261-0/+1
* (ronan, arigo) Make translation fail cleanly on zarch for nowArmin Rigo2020-03-071-1/+2
* Fix ppcArmin Rigo2020-03-052-5/+15
* (antocuni, arigo) Fix for 32-bitsArmin Rigo2020-03-041-2/+5
* merge headsArmin Rigo2020-03-031-1/+1
|\
| * fixArmin Rigo2020-03-031-1/+1
* | (ab)use cpu._debug_errno_container to store also the thread_identAntonio Cuni2020-03-033-16/+21
|/
* (antocuni, arigo) Attempt to fix arm and aarch64 (possibly in progress)Armin Rigo2020-03-033-25/+30
* (antocuni, arigo)Armin Rigo2020-03-023-16/+33
* (antocuni, arigo): add a failing test for the JIT case; the fix is comingAntonio Cuni2020-03-011-1/+15
* fix test: one of the ptr_eq is no longer necessary, due to the improvedCarl Friedrich Bolz-Tereick2020-02-271-1/+1
* merge warmup-improvements-various:Carl Friedrich Bolz-Tereick2020-02-268-19/+267
|\
| * merge defaultCarl Friedrich Bolz-Tereick2020-02-226-0/+47
| |\