| Commit message (Expand) | Author | Age | Files | Lines |
* | synchronize with py3.6 from df2790e6e32f | Matti Picus | 2019-04-15 | 1 | -7/+4 |
* | Merged in jit-cleanup (pull request #641) | Ronan Lamy | 2019-04-09 | 60 | -832/+627 |
|\ |
|
| * | fix translation and tests | Ronan Lamy | 2019-04-06 | 2 | -1/+2 |
| * | Move cls_of_box() to cpu and kill rpython.jit.metainterp.typesystem | Ronan Lamy | 2019-04-06 | 16 | -113/+81 |
| * | Create ptr2int() helper | Ronan Lamy | 2019-04-05 | 19 | -104/+83 |
| * | move some utility functions from heaptracker to rpython.jit.metainterp.support | Ronan Lamy | 2019-04-05 | 30 | -141/+162 |
| * | remove unused argument from test helper | Ronan Lamy | 2019-04-04 | 2 | -20/+19 |
| * | clean up uses of AbstractCPU and random stylistic issues, including a duplica... | Ronan Lamy | 2019-04-04 | 3 | -33/+7 |
| * | Move new_ref_dict() to rpython.jit.metainterp.history | Ronan Lamy | 2019-04-03 | 11 | -101/+79 |
| * | Inline instanceOf() into its only caller and simplify | Ronan Lamy | 2019-04-02 | 2 | -9/+3 |
| * | remove more stuff from rpython.jit.metainterp.typesystem | Ronan Lamy | 2019-04-02 | 8 | -96/+53 |
| * | Simplify virtualizable.py | Ronan Lamy | 2019-04-02 | 2 | -31/+12 |
| * | more cleanup | Ronan Lamy | 2019-04-01 | 2 | -33/+12 |
| * | More cleanup | Ronan Lamy | 2019-04-01 | 3 | -34/+21 |
| * | kill cast_instance_to_base_ref, cast_to_ref and simplify some code | Ronan Lamy | 2019-04-01 | 4 | -38/+26 |
| * | Remove functionptr, nullptr, BASETYPE from llhelper | Ronan Lamy | 2019-04-01 | 7 | -26/+38 |
| * | Remove ConstRef, NULLREF, CONST_NULL from llhelper | Ronan Lamy | 2019-04-01 | 11 | -113/+99 |
| * | Move ts attribute to AbstractCPU | Ronan Lamy | 2019-03-31 | 9 | -27/+18 |
* | | An attempt to find a general fix for arm/regalloc. In this backend (and not | Armin Rigo | 2019-04-05 | 2 | -3/+8 |
* | | document arm32 build technique (njs) and link in missing rstrategies doc | Matti Picus | 2019-04-01 | 2 | -0/+8 |
* | | issue 2978 - print more dots to prevent timeout | Matti Picus | 2019-04-01 | 1 | -0/+3 |
|/ |
|
* | Clean up test | Ronan Lamy | 2019-03-31 | 1 | -27/+27 |
* | preserve order on extra effects (sets are not ordered on cpython2) | Matti Picus | 2019-03-31 | 1 | -4/+7 |
* | kill tests that have been broken forever | Ronan Lamy | 2019-03-30 | 1 | -22/+0 |
* | Backed out changeset: 43cdaf1865f0 | Matti Picus | 2019-03-28 | 1 | -1/+1 |
* | it passes like this | Carl Friedrich Bolz-Tereick | 2019-03-28 | 1 | -2/+2 |
* | failing test | Carl Friedrich Bolz-Tereick | 2019-03-28 | 1 | -0/+29 |
* | make record_exact_class not kill the heap cache | Carl Friedrich Bolz-Tereick | 2019-03-28 | 2 | -0/+28 |
* | make it not crash and debuggable if record_exact_class is used with a non-con... | Carl Friedrich Bolz-Tereick | 2019-03-28 | 3 | -2/+63 |
* | the test that I think we should figure out how to pass | Carl Friedrich Bolz-Tereick | 2019-03-28 | 1 | -0/+35 |
* | fix comment | Armin Rigo | 2019-03-27 | 1 | -1/+1 |
* | Unicode characters out of range(0x11000): fix a few docstrings, and try to more | Armin Rigo | 2019-03-27 | 1 | -1/+7 |
* | Modify exceptions to produce connection refused error on client socket failure. | andrewjlawrence | 2019-03-19 | 1 | -1/+1 |
* | average_size was a no-op and has been removed | Matti Picus | 2019-03-14 | 1 | -1/+1 |
* | avoid using range | Matti Picus | 2019-03-13 | 1 | -2/+8 |
* | small code improvements | Carl Friedrich Bolz-Tereick | 2019-02-26 | 7 | -1018/+1028 |
* | regenerate | Carl Friedrich Bolz-Tereick | 2019-02-26 | 7 | -26861/+40 |
* | don't slice | Carl Friedrich Bolz-Tereick | 2019-02-26 | 1 | -2/+6 |
* | change generate_unicodedb to also use tries for the non-basemods | Carl Friedrich Bolz-Tereick | 2019-02-26 | 9 | -26896/+148773 |
* | merge | Carl Friedrich Bolz-Tereick | 2019-02-26 | 1 | -1/+0 |
|\ |
|
| * | inlining breaks | Carl Friedrich Bolz-Tereick | 2019-02-26 | 1 | -1/+0 |
* | | test, fix for win32. | Matti Picus | 2019-02-26 | 1 | -4/+0 |
|/ |
|
* | Utf8StringPosIterator to iterate over character, position pairs | Carl Friedrich Bolz-Tereick | 2019-02-26 | 2 | -0/+26 |
* | update list of expected addresses | Matti Picus | 2019-02-25 | 1 | -1/+1 |
* | update expected response | Matti Picus | 2019-02-25 | 1 | -1/+1 |
* | fix when malloc() returns an address with the last bit set (arigato) | Matti Picus | 2019-02-24 | 1 | -1/+1 |
* | fix | Matti Picus | 2019-02-21 | 1 | -1/+1 |
* | revert 6165ec8e5e76, broke translation on win32 | Matti Picus | 2019-02-20 | 2 | -0/+6 |
* | fix typo | Carl Friedrich Bolz-Tereick | 2019-02-20 | 1 | -1/+1 |
* | add track_allocation to utf82wcharp | Matti Picus | 2019-02-20 | 1 | -2/+6 |