aboutsummaryrefslogtreecommitdiff
path: root/tool/mkopcodeh.tcl
Commit message (Expand)AuthorAge
* Have sqlite3_stmt_scanstatus_v2() return an NCYCLE value for all loops, not j...dan2022-12-06
* Performance improvement in resolveP2Values(). Save over 1 million CPUdrh2022-07-01
* Change the OP_Next and OP_Prev opcodes so that they invokedrh2022-02-24
* Fix issue in 'mkopcodeh.tcl' tool that prevented its termination in rare circ...mistachkin2021-06-01
* Improved comments on the generated opcodes.h file.drh2021-05-18
* Keep generated opcode values grouped together when required, even when they d...mistachkin2018-07-25
* When compiling with SQLITE_DEBUG, add run-time checks to ensure that nodrh2018-05-28
* Show which opcodes are jumps in the comments when generating drh2017-08-02
* Modify mkopcodeh.tcl so that it can handle "same as" opcodes with valuesdan2017-07-14
* Rename the OP_MX_JUMP macro to SQLITE_MX_JUMP_OPCODE to avoid confusing thedrh2016-04-11
* Remove the VdbeOp.opflags field and its associated initialization overhead.drh2016-04-11
* Number VDBE opcodes starting with 0 instead of 1, as this obviates thedrh2016-02-01
* Change mkopcodeh.awk into tool/mkopcodeh.tcl.drh2015-10-07