summaryrefslogtreecommitdiff
path: root/regen/opcodes
Commit message (Expand)AuthorAgeFilesLines
* A totally new optree structure for try/catch involving three new optypesPaul "LeoNerd" Evans2021-02-141-0/+3
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-0/+2
* chained comparisonsZefram2020-03-121-0/+3
* regen/opcodes: Clarify commentKarl Williamson2020-03-111-2/+2
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-0/+2
* Don't use PL_check[op_type] to check for filetets ops to stackDagfinn Ilmari Mannsåker2019-05-271-0/+1
* Use ck_null for ~.Father Chrysostomos2018-01-091-3/+1
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-4/+6
* internally change "when" to "whereso"Zefram2017-12-051-2/+2
* change "when" keyword to "whereso"Zefram2017-12-051-2/+2
* merge leavegiven op type into leaveloopZefram2017-12-051-1/+0
* remove useless "break" mechanismZefram2017-11-291-1/+0
* use LOOP struct for entergiven opZefram2017-11-291-1/+1
* eviscerate smartmatchZefram2017-11-221-1/+1
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-0/+1
* merge Perl_ck_cmp() and Perl_ck_eq()David Mitchell2017-08-041-4/+4
* Give OP_RV2HV a targDavid Mitchell2017-07-271-1/+1
* optimise (index() == -1)David Mitchell2017-07-271-4/+4
* regen/opcodes: move 'method' entry next to othersDavid Mitchell2017-07-271-1/+1
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-3/+1
* sassign is wrongly declared as BASEOP, not BINOP.Reini Urban2016-09-291-2/+1
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-0/+3
* Another op description correction: & -> &.Father Chrysostomos2016-05-201-3/+3
* Correct ‘bitiwse’ in two op descriptionsFather Chrysostomos2016-05-201-2/+2
* Add avhvswitch opFather Chrysostomos2016-05-201-0/+1
* regen/opcodes: Re-order aeach, akeys, and avaluesFather Chrysostomos2016-05-201-1/+1
* Delete experimental autoderef featureAaron Crane2015-07-131-5/+0
* [perl #123790] Disable targlex for some opsFather Chrysostomos2015-03-261-6/+6
* Warning about experimental bitopsFather Chrysostomos2015-01-311-1/+3
* Add OP_IS_INFIX_BITFather Chrysostomos2015-01-311-10/+10
* Add string- and number-specific bitop typesFather Chrysostomos2015-01-311-0/+8
* Add :const anon sub attributeFather Chrysostomos2015-01-191-0/+1
* complement can have OPpTARGET_MYFather Chrysostomos2015-01-051-1/+1
* Enable OPpTARGET_MY optimisation for cmp/<=>Father Chrysostomos2014-12-291-2/+2
* [perl #123514] Make prototype() imply $_Father Chrysostomos2014-12-281-1/+1
* op.c: Skip allocating entersub targ for Perl subFather Chrysostomos2014-12-211-1/+1
* gelem and refassign can have OA_RETSCALARFather Chrysostomos2014-12-071-2/+2
* Give require the OA_RETSCALAR flagFather Chrysostomos2014-12-071-1/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-0/+4
* add UNOP_AUX OP classDavid Mitchell2014-12-071-0/+1
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-0/+2
* speedup for SUPER::method() calls.syber2014-11-281-0/+1
* rename [] from "anonymous list" to "anonymous array"Lukas Mai2014-11-111-1/+1
* Don’t allow OPpTARGET_MY with integer negationFather Chrysostomos2014-11-101-1/+1
* Don’t allow OPpTARGET_MY on postdec/incFather Chrysostomos2014-11-091-4/+4
* values and each are OA_DANGEROUSFather Chrysostomos2014-11-081-6/+6
* kill is not OA_DANGEROUSFather Chrysostomos2014-11-081-1/+1
* exec is not OA_DANGEROUSFather Chrysostomos2014-11-081-1/+1
* enterwrite is not OA_DANGEROUSFather Chrysostomos2014-11-081-1/+1
* tied is OA_DANGEROUSFather Chrysostomos2014-11-081-1/+1