| Commit message (Expand) | Author | Age | Files | Lines |
* | get rid of mentions of bitbucket | ![](//www.gravatar.com/avatar/72f994ca072df3a3d2c3db8a137790fd?s=13&d=retro) Matti Picus | 2020-09-24 | 1 | -1/+1 |
* | Fixes for 560856d4f545: need to add an ARRAYMOVE operation in the jit, similar | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2020-06-25 | 6 | -2/+49 |
* | Use py3-style names for function attributes | ![](//www.gravatar.com/avatar/a8f4ba9cf0d41e36ee03ae2c487b170c?s=13&d=retro) Ronan Lamy | 2020-04-22 | 2 | -7/+7 |
* | Modernize exec syntax in rpython/ | ![](//www.gravatar.com/avatar/a8f4ba9cf0d41e36ee03ae2c487b170c?s=13&d=retro) Ronan Lamy | 2020-04-18 | 1 | -6/+6 |
* | Create ptr2int() helper | ![](//www.gravatar.com/avatar/a8f4ba9cf0d41e36ee03ae2c487b170c?s=13&d=retro) Ronan Lamy | 2019-04-05 | 2 | -7/+5 |
* | move some utility functions from heaptracker to rpython.jit.metainterp.support | ![](//www.gravatar.com/avatar/a8f4ba9cf0d41e36ee03ae2c487b170c?s=13&d=retro) Ronan Lamy | 2019-04-05 | 8 | -37/+19 |
* | remove more stuff from rpython.jit.metainterp.typesystem | ![](//www.gravatar.com/avatar/a8f4ba9cf0d41e36ee03ae2c487b170c?s=13&d=retro) Ronan Lamy | 2019-04-02 | 3 | -15/+11 |
* | preserve order on extra effects (sets are not ordered on cpython2) | ![](//www.gravatar.com/avatar/72f994ca072df3a3d2c3db8a137790fd?s=13&d=retro) Matti Picus | 2019-03-31 | 1 | -4/+7 |
* | merge unicode-utf8 into default | ![](//www.gravatar.com/avatar/72f994ca072df3a3d2c3db8a137790fd?s=13&d=retro) Matti Picus | 2019-02-13 | 2 | -2/+10 |
|\ |
|
| * | hg merge default | ![](//www.gravatar.com/avatar/a8f4ba9cf0d41e36ee03ae2c487b170c?s=13&d=retro) Ronan Lamy | 2018-05-24 | 1 | -0/+3 |
| |\ |
|
| * \ | merge default into branch | ![](//www.gravatar.com/avatar/72f994ca072df3a3d2c3db8a137790fd?s=13&d=retro) Matti Picus | 2018-04-29 | 3 | -3/+8 |
| |\ \ |
|
| * \ \ | merge default into branch | ![](//www.gravatar.com/avatar/72f994ca072df3a3d2c3db8a137790fd?s=13&d=retro) Matti Picus | 2018-03-18 | 1 | -0/+2 |
| |\ \ \ |
|
| * \ \ \ | hg merge default | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2017-10-12 | 7 | -32/+75 |
| |\ \ \ \ |
|
| * | | | | | whack whack whack until we get to the point of getitem working | ![](//www.gravatar.com/avatar/ad921d60486366258809553a3db49a4a?s=13&d=retro) fijal | 2017-10-06 | 2 | -2/+10 |
* | | | | | | merge default | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz-Tereick | 2019-02-12 | 20 | -846/+1643 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Try to reduce the diff from default | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2018-05-14 | 1 | -0/+3 |
| | |_|_|/
| |/| | | |
|
| * | | | | add JIT support for rtimer.get_timestamp_unit | ![](//www.gravatar.com/avatar/cdc3cafa377f0e0e93fc69636021ef65?s=13&d=retro) Antonio Cuni | 2018-04-16 | 2 | -0/+8 |
| * | | | | if no JitHookInterface is given, disable hooks completely | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz-Tereick | 2018-03-28 | 1 | -3/+0 |
| | |_|/
| |/| | |
|
| * | | | * Review all the places that add memory pressure outside of numpy and cpyext | ![](//www.gravatar.com/avatar/ad921d60486366258809553a3db49a4a?s=13&d=retro) fijal | 2017-09-29 | 1 | -0/+2 |
| | |/
| |/| |
|
| * | | really fix tests | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz-Tereick | 2017-09-11 | 1 | -1/+1 |
| * | | fix tests, hopefully | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz-Tereick | 2017-09-09 | 1 | -1/+1 |
| * | | print an explanation why the function cannot be elidable/loopinvariant by | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz-Tereick | 2017-09-06 | 2 | -8/+44 |
| * | | improve error message: include name of calling graph, not just op | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz-Tereick | 2017-09-06 | 6 | -27/+34 |
| |/ |
|
| * | shuffle the order of arguments of llop.gc_store_indexed to match the existing... | ![](//www.gravatar.com/avatar/cdc3cafa377f0e0e93fc69636021ef65?s=13&d=retro) Antonio Cuni | 2017-05-12 | 1 | -7/+6 |
| * | WIP: start to add support for llop.gc_store_indexed in the JIT, which means t... | ![](//www.gravatar.com/avatar/cdc3cafa377f0e0e93fc69636021ef65?s=13&d=retro) Antonio Cuni | 2017-05-12 | 1 | -0/+21 |
| * | Fix typo | ![](//www.gravatar.com/avatar/8885d0209940b8eded8b2b79fb3a0f54?s=13&d=retro) Fabio Niephaus | 2017-02-26 | 1 | -2/+2 |
| * | merge default | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2017-02-16 | 10 | -217/+87 |
| |\ |
|
| | * | Check that computing hashes with siphash24 can raise MemoryError but nothing ... | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2017-02-01 | 1 | -2/+10 |
| | * | list.insert() in RPython should not force the list in the JIT, at least | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2017-01-08 | 1 | -1/+0 |
| | * | Test, fix (filename too long in the jitcodes directory!) | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2017-01-05 | 1 | -2/+3 |
| | * | Add many checks and tests until I found where to insert the two lines that fi... | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2017-01-03 | 3 | -0/+23 |
| | * | Propagate debug.ll_assert_not_none() through the JIT, using the same | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-12-17 | 2 | -1/+7 |
| | * | flow space: only emit ll_assert_not_none() in some forms of raise, | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-12-17 | 1 | -0/+8 |
| | * | Oops, this comment is only visible in py.test tracebacks, but not with | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-12-08 | 1 | -3/+7 |
| | * | Replace malloc+memset with a single calloc. This might be useful for | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-12-06 | 1 | -0/+2 |
| | * | Revert the @jit.call_shortcut support (6305cfb3bad2) | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-11-24 | 3 | -231/+6 |
| | * | Simplest solution to avoid troubles with a getfield on the hash: add a | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-11-23 | 1 | -7/+14 |
| | * | in-progress | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-11-23 | 1 | -2/+7 |
| | * | Another case of @jit.call_shortcut: tests that are directly "if x is not | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-11-19 | 2 | -9/+41 |
| * | | factor out resumecode decoding into a Reader class instead of passing indexes... | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2016-10-14 | 1 | -5/+4 |
| |/ |
|
| * | fix bug in codewriter about passing the exitswitch variable to a call | ![](//www.gravatar.com/avatar/2f2ca3900ef33896dbd5d158c803d4bd?s=13&d=retro) Carl Friedrich Bolz | 2016-09-16 | 2 | -2/+20 |
| * | Warning | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-09-13 | 1 | -0/+2 |
| * | hg merge conditional_call_value_3 | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-09-12 | 3 | -6/+197 |
| |\ |
|
| | * | Another case | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-09-12 | 1 | -1/+1 |
| | * | Extra test | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-09-12 | 1 | -0/+9 |
| | * | Fixes, more cases | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-09-12 | 2 | -7/+31 |
| | * | kill import | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-09-12 | 1 | -2/+0 |
| | * | find_call_shortcut(), to attach to the EffectInfo information about the | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-09-12 | 3 | -6/+166 |
| * | | Clean up some variants of 'conditional_call_*' that are rarely or never | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-09-12 | 1 | -3/+4 |
| |/ |
|
| * | Give the function a name that tells which variant it is | ![](//www.gravatar.com/avatar/5b37e6b4ac97453e4ba9dba37954cf79?s=13&d=retro) Armin Rigo | 2016-08-22 | 1 | -0/+16 |