aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use py3-style names for function attributesRonan Lamy2020-04-222-3/+3
* Modernize exec syntax in rpython/Ronan Lamy2020-04-181-1/+1
* Don't make an RPython subclass of AssertionError or NotImplementedError for theArmin Rigo2019-08-301-0/+17
* Imperative py.test.skip() is evilRonan Lamy2017-08-251-2/+2
* If translation ends up calling build_flow() on something that is aArmin Rigo2015-08-191-0/+9
* Test and fix for a better error message on failing importsArmin Rigo2015-06-212-0/+7
* Kill unused op.getitem_key and op.getitem_idx_keyRonan Lamy2015-03-141-5/+5
* Add a few flowspace tests with convoluted control flowRonan Lamy2015-03-031-0/+45
* Hide c_last_exception as an implementation detail of BlockRonan Lamy2015-03-011-2/+2
* get RaiseImplicit.rebuild to behave as it shouldRonan Lamy2014-11-201-1/+1
* Make FlowSignal interface more convenientRonan Lamy2014-11-201-0/+15
* Actually split locals from stack in FlowContext + cleanupRonan Lamy2014-11-201-10/+9
* fix remove_identical_vars_SSA()Ronan Lamy2014-11-151-0/+10
* transform_dead_op_vars() is compatible with SSARonan Lamy2014-11-141-0/+11
* move SSA_to_SSI() call from build_flow() to simplify_graph()Ronan Lamy2014-11-131-0/+1
* clean up and kill dead codeRonan Lamy2014-11-121-1/+1
* Rename FrameState.__eq__ to .matchesRonan Lamy2013-08-161-7/+7
* In RPython, this adds the ability to automatically redirect someArmin Rigo2014-08-311-0/+12
* Change variable name in test to be slightly more consistent.Manuel Jacob2014-07-281-4/+4
* inline bootstrap_generator()Ronan Lamy2014-05-111-8/+5
* don't use deprecated 'new' moduleRonan Lamy2014-04-271-4/+4
* Remove unused featureAlex Gaynor2014-04-051-16/+3
* Rename FlowSpaceFrame to FlowContextRonan Lamy2014-01-182-46/+46
* Kill FlowObjSpace. Finally!Ronan Lamy2014-01-181-2/+1
* kill some FlowObjSpace methods, use operations directly insteadRonan Lamy2014-01-031-0/+7
* Kill all consider_op_*() methodsRonan Lamy2014-01-171-0/+13
* Support os.remove() in RPython. It worked accidentally when theArmin Rigo2013-12-131-0/+14
* Handle empty cells in flowspace:Ronan Lamy2013-12-031-0/+33
* Move ._rawshape() to CallSpecRonan Lamy2013-11-191-3/+25
* hg merge defaultRonan Lamy2013-11-191-1/+0
|\
| * Fixed issue1617 -- when a local is deleted, ensure it doesn't show up in loca...Alex Gaynor2013-09-291-1/+0
* | kill all (broken by design) support for **-unpackingRonan Lamy2013-11-181-2/+1
* | const(<Exception>) returns an instance of ConstantRonan Lamy2013-09-111-1/+14
* | Fix exception raisingRonan Lamy2013-09-011-0/+10
|/
* Fix duplication between 'nonzero' and 'is_true' ops.Ronan Lamy2013-08-192-3/+3
* Deal with FSFrame.last_instr a bit more explicitlyRonan Lamy2013-04-301-18/+18
* Fix FlowObjSpace.import_from()Ronan Lamy2013-07-061-1/+15
* Add 'pure' attribute to SpaceOperator and simplify make_op()Ronan Lamy2013-05-181-0/+8
* move ArgumentsForTranslation and friends to rpython/annotator/Ronan Lamy2013-01-281-276/+1
* flowspace: test kwarg callRonan Lamy2013-01-271-0/+12
* Kill unused argument CallSpec.w_starstarargRonan Lamy2013-01-271-1/+1
* raise FlowingError on **-unpackingRonan Lamy2013-01-271-0/+17
* move build_flow() out of FlowObjSpaceRonan Lamy2013-01-273-17/+10
* Merge with defaultAlexander Hesse2013-01-131-6/+5
* Split up conftestAlexander Hesse2013-01-122-3/+3
* Moved descriptor to rpythonAlexander Hesse2013-01-061-4/+4
* Moved pypy.tool.error, pypy.tool.leakfinder, pypy.tool.logparser, pypy.tool.p...Alexander Hesse2013-01-041-1/+1
* Initial package rename:Alexander Hesse2012-12-308-0/+1991