summaryrefslogtreecommitdiff
path: root/ext/B/t/optree_misc.t
Commit message (Expand)AuthorAgeFilesLines
* Ignore cx of padsv for padrange optimisationFather Chrysostomos2014-12-211-10/+10
* optree_misc.t fixupsFather Chrysostomos2014-12-071-32/+32
* fix ext/B/t/optree_misc.t in unthreaded buildsDavid Mitchell2014-11-231-1/+1
* fix recent Concise tests under PERL_UNICODE=''David Mitchell2014-11-231-7/+7
* Make B use B::COP for nulled COPsFather Chrysostomos2014-11-201-6/+6
* Elide our($foo) from execution order in void cxFather Chrysostomos2014-10-151-22/+22
* make OP_AELEMFAST work with negative indicesDavid Mitchell2014-02-281-7/+7
* Tweak the test from 2721a2ca2e5e889d to work with PERL_UNICODE set.Nicholas Clark2013-01-111-2/+2
* stop -MO=Concise -e'm?x?' segfaultingDavid Mitchell2013-01-091-1/+17
* fix optree_misc.t test after smokeDavid Mitchell2012-11-101-34/+34
* Consolidate any single pad ops after a padrangeDavid Mitchell2012-11-101-1/+65
* Consolidate adjacent padrange opsDavid Mitchell2012-11-101-1/+38
* padrange: handle @_ directlyDavid Mitchell2012-11-101-1/+139
* ext/B: remove pre-5.10 supportDavid Mitchell2012-10-261-5/+0
* make ext/B work with 5.16.xDavid Mitchell2012-10-261-1/+25
* [perl #49190] Don’t prematurely optimise s/foo/bar$baz/Father Chrysostomos2012-10-111-12/+10
* Tweak the test from 35f7559499c4a614 to work with PERL_UNICODE set.Nicholas Clark2012-08-151-4/+4
* Newlines in a runperl() prog cause trouble so use progfile insteadSteve Hay2012-08-101-1/+8
* B::Concise: Dump formats upon requestFather Chrysostomos2012-08-081-1/+47
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-121-3/+5
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-111-2/+2
* In B's OptreeCheck, always report inconsistent errors as a failed test.Nicholas Clark2011-02-041-2/+2
* Correct the "no perlio" skipping in optree_misc.t.Nicholas Clark2011-02-031-28/+25
* Tweak the test from 98517ccb8d5e8751 to work with PERL_UNICODE set.Nicholas Clark2010-11-051-2/+2
* B::Concise was failing to traverse some children of PMOPsNicholas Clark2010-11-051-2/+26
* Remove the $ENV{PERL_CORE} boilerplate from B's tests.Nicholas Clark2009-08-301-7/+1
* Platform-neutral quoting in optree_misc.t.Craig A. Berry2007-10-251-1/+1
* Silly Nick. If you see a nextstate op, then it may have open hints,Nicholas Clark2007-10-231-2/+3
* B::Concise was failing an assertion on index "foo", "foo";Nicholas Clark2007-10-221-1/+35
* Properly handle the differences in hints in the optree with/withoutNicholas Clark2007-02-181-7/+7
* Move all the cut&paste open TODO logic into OptreeCheck.pm, where itNicholas Clark2007-02-161-8/+0
* Eliminate most of the UTF-8 black smoke by skipping optree tests whenNicholas Clark2006-06-051-0/+9
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-2/+2
* aelemfast optimization opclass problem (c.f. [perl #38279])Stephen McCamant2006-01-251-0/+72