aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* synchronize with py3.6 from df2790e6e32fMatti Picus2019-04-151-7/+4
* Merged in jit-cleanup (pull request #641)Ronan Lamy2019-04-0960-832/+627
|\
| * fix translation and testsRonan Lamy2019-04-062-1/+2
| * Move cls_of_box() to cpu and kill rpython.jit.metainterp.typesystemRonan Lamy2019-04-0616-113/+81
| * Create ptr2int() helperRonan Lamy2019-04-0519-104/+83
| * move some utility functions from heaptracker to rpython.jit.metainterp.supportRonan Lamy2019-04-0530-141/+162
| * remove unused argument from test helperRonan Lamy2019-04-042-20/+19
| * clean up uses of AbstractCPU and random stylistic issues, including a duplica...Ronan Lamy2019-04-043-33/+7
| * Move new_ref_dict() to rpython.jit.metainterp.historyRonan Lamy2019-04-0311-101/+79
| * Inline instanceOf() into its only caller and simplifyRonan Lamy2019-04-022-9/+3
| * remove more stuff from rpython.jit.metainterp.typesystemRonan Lamy2019-04-028-96/+53
| * Simplify virtualizable.pyRonan Lamy2019-04-022-31/+12
| * more cleanupRonan Lamy2019-04-012-33/+12
| * More cleanupRonan Lamy2019-04-013-34/+21
| * kill cast_instance_to_base_ref, cast_to_ref and simplify some codeRonan Lamy2019-04-014-38/+26
| * Remove functionptr, nullptr, BASETYPE from llhelperRonan Lamy2019-04-017-26/+38
| * Remove ConstRef, NULLREF, CONST_NULL from llhelperRonan Lamy2019-04-0111-113/+99
| * Move ts attribute to AbstractCPURonan Lamy2019-03-319-27/+18
* | An attempt to find a general fix for arm/regalloc. In this backend (and notArmin Rigo2019-04-052-3/+8
* | document arm32 build technique (njs) and link in missing rstrategies docMatti Picus2019-04-012-0/+8
* | issue 2978 - print more dots to prevent timeoutMatti Picus2019-04-011-0/+3
|/
* Clean up testRonan Lamy2019-03-311-27/+27
* preserve order on extra effects (sets are not ordered on cpython2)Matti Picus2019-03-311-4/+7
* kill tests that have been broken foreverRonan Lamy2019-03-301-22/+0
* Backed out changeset: 43cdaf1865f0Matti Picus2019-03-281-1/+1
* it passes like thisCarl Friedrich Bolz-Tereick2019-03-281-2/+2
* failing testCarl Friedrich Bolz-Tereick2019-03-281-0/+29
* make record_exact_class not kill the heap cacheCarl Friedrich Bolz-Tereick2019-03-282-0/+28
* make it not crash and debuggable if record_exact_class is used with a non-con...Carl Friedrich Bolz-Tereick2019-03-283-2/+63
* the test that I think we should figure out how to passCarl Friedrich Bolz-Tereick2019-03-281-0/+35
* fix commentArmin Rigo2019-03-271-1/+1
* Unicode characters out of range(0x11000): fix a few docstrings, and try to moreArmin Rigo2019-03-271-1/+7
* Modify exceptions to produce connection refused error on client socket failure.andrewjlawrence2019-03-191-1/+1
* average_size was a no-op and has been removedMatti Picus2019-03-141-1/+1
* avoid using rangeMatti Picus2019-03-131-2/+8
* small code improvementsCarl Friedrich Bolz-Tereick2019-02-267-1018/+1028
* regenerateCarl Friedrich Bolz-Tereick2019-02-267-26861/+40
* don't sliceCarl Friedrich Bolz-Tereick2019-02-261-2/+6
* change generate_unicodedb to also use tries for the non-basemodsCarl Friedrich Bolz-Tereick2019-02-269-26896/+148773
* mergeCarl Friedrich Bolz-Tereick2019-02-261-1/+0
|\
| * inlining breaksCarl Friedrich Bolz-Tereick2019-02-261-1/+0
* | test, fix for win32.Matti Picus2019-02-261-4/+0
|/
* Utf8StringPosIterator to iterate over character, position pairsCarl Friedrich Bolz-Tereick2019-02-262-0/+26
* update list of expected addressesMatti Picus2019-02-251-1/+1
* update expected responseMatti Picus2019-02-251-1/+1
* fix when malloc() returns an address with the last bit set (arigato)Matti Picus2019-02-241-1/+1
* fixMatti Picus2019-02-211-1/+1
* revert 6165ec8e5e76, broke translation on win32Matti Picus2019-02-202-0/+6
* fix typoCarl Friedrich Bolz-Tereick2019-02-201-1/+1
* add track_allocation to utf82wcharpMatti Picus2019-02-201-2/+6