summaryrefslogtreecommitdiff
path: root/ext/B/t/optree_samples.t
Commit message (Expand)AuthorAgeFilesLines
* Remove all "configured without perlio" test SKIPs from ext/BNicholas Clark2021-09-161-5/+0
* Un-revert "[MERGE] add+use si_cxsubix field"David Mitchell2019-09-231-4/+4
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-201-4/+4
* set VOID on OP_ENTERDavid Mitchell2019-09-191-4/+4
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-10/+10
* remove unused CXp_FOR_DEF and OPpITER_DEFZefram2017-11-291-10/+10
* rip out Perl version portability from BZefram2017-11-141-8/+4
* in B::Concise, show RV target betterZefram2017-11-141-2/+2
* fix ext/B/t/optree_samples.tDavid Mitchell2017-10-311-1/+1
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-97/+89
* Give OP_RV2HV a targDavid Mitchell2017-07-271-4/+4
* optimise away OP_KEYS op in scalar/void contextDavid Mitchell2017-07-271-10/+6
* eliminate OPpRUNTIME private PMOP flagDavid Mitchell2016-11-141-2/+2
* padrange, aelemfast: use label for private bitsDavid Mitchell2016-09-271-2/+2
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-171-4/+4
* [perl #124004] Fix stack bug with foreach(@empty)Father Chrysostomos2015-03-181-10/+10
* fix recent Concise tests under PERL_UNICODE=''David Mitchell2014-11-231-4/+4
* Make B use B::COP for nulled COPsFather Chrysostomos2014-11-201-4/+4
* Fix ext/B/t tests after OA_DANGEROUS removalsFather Chrysostomos2014-11-081-2/+2
* add missing op_private labels to Concise etcDavid Mitchell2014-09-101-10/+10
* Optimization: Remove needless list/pushmark pairs from the OP executionSteffen Mueller2014-02-261-26/+22
* Optimisation for 'my $x; my $y;' -> 'my ($x, $y)'.Matthew Horsfall2014-01-301-1/+20
* Get optree_samples.t passing when PERL_UNICODE is setFather Chrysostomos2013-12-161-2/+2
* Tests for rpeep optimisations in e45d8982aeMatthew Horsfall (alh)2013-12-141-1/+55
* Optimise out PUSHMARK/RETURN if return is the last statement in a sub.Matthew Horsfall2013-12-131-1/+17
* rv2hv does not use its TARGFather Chrysostomos2013-10-241-4/+8
* make ext/B work with 5.16.xDavid Mitchell2012-10-261-4/+8
* Simplify ck_grepFather Chrysostomos2012-07-141-2/+2
* Record folded constants in the op treeFather Chrysostomos2012-07-041-2/+2
* [perl #111462] Move strict hints from %^H to $^HFather Chrysostomos2012-04-031-14/+14
* Fix up ext/B/t for strict.pm changesFather Chrysostomos2011-12-071-14/+14
* [perl #7946] Lvalue subs do not autovivifyFather Chrysostomos2011-06-031-4/+4
* In B's OptreeCheck, always report inconsistent errors as a failed test.Nicholas Clark2011-02-041-1/+1
* Convert B's "no perlio" skips to "skip all" in the BEGIN blocks.Nicholas Clark2011-02-031-5/+4
* [perl #77762] Constant assignment warningFather Chrysostomos2010-11-301-2/+2
* refactor and regularise label/statement grammarZefram2010-10-251-6/+4
* Peephole optimise adjacent pairs of nextstate ops.Nicholas Clark2010-08-271-80/+78
* Make tests pass with open pragma in effectRafael Garcia-Suarez2010-05-041-22/+22
* shift; optimizationRuslan Zakirov2010-05-031-168/+148
* Remove the $ENV{PERL_CORE} boilerplate from B's tests.Nicholas Clark2009-08-301-7/+1
* Properly handle the differences in hints in the optree with/withoutNicholas Clark2007-02-181-50/+50
* 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/+18
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-12/+12
* latest switch/say/~~Robin Houston2005-12-191-10/+10
* don't repopulate PADTMP slots with null SVs when freeing opsDave Mitchell2005-06-231-1/+1
* Re: [patch] decrufting OptreeCheck stuffJim Cromie2005-01-271-10/+1
* Cleanup ext/B tests for -w and to run separatelyStephen McCamant2004-12-291-3/+8
* Correct change 23437 - as Config isn't imported, need to use a fullyNicholas Clark2004-10-311-2/+1
* Skip tests that require Data::Dumper if it is not builtNicholas Clark2004-10-301-0/+6