aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make the JIT reason about int_invert and int_negCarl Friedrich Bolz-Tereick2020-04-261-0/+3
* kill unnecessary importsCarl Friedrich Bolz-Tereick2021-02-041-1/+0
* more of sameCarl Friedrich Bolz-Tereick2021-02-041-2/+2
* call more appropriate methods a bit everywhereCarl Friedrich Bolz-Tereick2021-02-041-6/+6
* remove copy-pasted commentCarl Friedrich Bolz-Tereick2020-04-291-2/+0
* optimize chains of longlong2float(float2longlong(x)) and vice versaCarl Friedrich Bolz-Tereick2021-01-311-0/+8
* Fixes for 560856d4f545: need to add an ARRAYMOVE operation in the jit, similarArmin Rigo2020-06-251-13/+41
* Revert 18443d3a74d5: the branch int-test-is-zero is maybe a nice ideaArmin Rigo2019-11-171-10/+0
* Make the usage of INT_TEST_xxx conditional on the backendArmin Rigo2019-11-161-9/+10
* Generate more compact code for bit tests using the TEST instruction:Armin Rigo2019-11-161-0/+9
* Replace method Optimization.getptrinfo() with function getptrinfo()Ronan Lamy2019-05-151-25/+23
* remove some Optimizer methods from OptimizationRonan Lamy2019-04-071-22/+23
* Move cls_of_box() to cpu and kill rpython.jit.metainterp.typesystemRonan Lamy2019-04-061-2/+2
* Remove ConstRef, NULLREF, CONST_NULL from llhelperRonan Lamy2019-04-011-3/+3
* Fix for 708fbffab6a0Armin Rigo2018-12-071-2/+20
* Tentative fix for issue #2904Armin Rigo2018-12-051-7/+7
* implement persisting call_loopinvariant knowledge across bridgesCarl Friedrich Bolz-Tereick2018-02-241-0/+12
* optimize this sequence:Carl Friedrich Bolz-Tereick2017-08-281-1/+11
* Issue #2528: test and fix for int_and() propagating wrong boundsArmin Rigo2017-04-041-4/+4
* Propagate debug.ll_assert_not_none() through the JIT, using the sameArmin Rigo2016-12-171-0/+3
* tweaksArmin Rigo2016-11-231-8/+1
* next test passingArmin Rigo2016-11-231-1/+1
* progressArmin Rigo2016-11-231-0/+8
* Pass testsArmin Rigo2016-11-231-0/+12
* kill the pure_reverse function and just move the parts to the relevantCarl Friedrich Bolz2016-10-111-6/+46
* Merge default.Jeremy Thurgood2016-10-091-57/+131
|\
| * Ensure make_inputargs fails properly when given arguments with type informationSpenser Andrew Bauman2016-09-131-21/+8
| * Handle modulo-by-constant tooArmin Rigo2016-05-271-0/+43
| * Division by a constant: can be replaced with some carefully-computedArmin Rigo2016-05-271-13/+25
| * tweaks, reducing diff to defaultArmin Rigo2016-05-271-1/+1
| * Re-enable some optimizations for int_py_div and int_py_modArmin Rigo2016-05-261-14/+29
| * hg merge defaultArmin Rigo2016-05-111-2/+2
| |\
| | * More fixes. Remove the CUTOFF in backendopt/writeanalyze.Armin Rigo2016-04-261-2/+2
| * | Finish 1ad01ba1173b for the front-endArmin Rigo2016-05-101-2/+2
| * | fix fix fixArmin Rigo2016-05-081-7/+9
| |/
| * try to not have position on resop at allfijal2016-03-151-3/+3
| * kill special casing of ESCAPE and FORCE_SPILL and make them normal classes, p...fijal2016-03-041-3/+3
| * merge defaultfijal2016-03-011-6/+21
| |\
| | * Test and fix for another corner case (likely shown by Krakatau)Armin Rigo2016-02-151-6/+21
| * | start fighting through layers of optimizeopt with a new representationfijal2015-12-151-3/+3
| |/
* | Now in RPython.Jeremy Thurgood2015-10-121-12/+18
* | Kill unnecessary oldop arg.Jeremy Thurgood2015-10-121-13/+13
* | All the rest of the unrecursion.Jeremy Thurgood2015-10-121-39/+36
* | Move rewrite callbacks to postprocess pass, one test fails.Jeremy Thurgood2015-10-041-87/+97
* | Move intbounds into non-recursive model.Jeremy Thurgood2015-10-031-6/+36
|/
* fix testsMaciej Fijalkowski2015-09-281-1/+0
* kill it for good and reenable replacements of guardsMaciej Fijalkowski2015-09-281-4/+2
* merge defaultMaciej Fijalkowski2015-09-271-3/+3
|\
| * more of the sameArmin Rigo2015-09-181-2/+2
| * fix on 32-bitArmin Rigo2015-09-181-1/+1