summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Expand)AuthorAgeFilesLines
* Proposed fix for [26f1328a86]: sizeof(int) < sizeof(void*) -> Crashjan.nijtmans2022-01-121-9/+9
* Fix [https://core.tcl-lang.org/tk/tktview?name=3bc0f44ef3|3bc0f44ef3]: UBSan ...jan.nijtmans2020-09-111-3/+3
* Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-4/+4
* merge 8.6(.9), conflicts resolvedsergey.brester2019-02-071-1/+3
|\
| * Another patch contributed by Gustaf Neumann: shifting negative numbers is und...jan.nijtmans2018-09-281-1/+1
| * Update the command compilers and bytecode execution engine to use new machinery.dgp2018-03-091-2/+2
| * Refactor the index value encode/decode machinery for broader use.dgp2018-03-091-9/+0
| * Establish 4 symbols for categories of parsed index values:dgp2018-03-071-1/+3
| * try to fix [db36fa5122]: better compiled variants of several indices-related ...sebres2018-03-061-2/+4
| * Refactor to eliminate duplicate routine parsing tokens as indices.dgp2018-03-011-0/+7
* | add missing compile functionality (TclPreserveByteCode/TclReleaseByteCode bac...sebres2017-05-091-0/+19
|/
* Let local variables declared from within macro's always start with underscore...jan.nijtmans2017-05-091-12/+12
* Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-1/+3
* Some patch clean-up, no change in functionalityjan.nijtmans2016-09-051-2/+2
* Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ...jan.nijtmans2016-09-021-2/+3
* More places where unsigned quantities should be decared such.dgp2016-03-221-1/+1
* Don't compare signed and unsigned. Get types right.dgp2016-03-221-2/+2
* make some MODULE_SCOPE symbols staticjan.nijtmans2015-12-151-11/+0
* Eliminate AuxDataType table: since this table only contains 4 constant entrie...jan.nijtmans2015-12-151-2/+0
* Member field which should not have been const, because it is dynamically allo...jan.nijtmans2015-06-231-3/+3
|\
* | Convert the LocalScalar*() macros to rest on TclPushVarName rather than ondgp2014-12-221-4/+6
* | Backing out commit [cddbfc3081], fix for bug [82521bfb6734f891dd]Miguel Sofer2014-09-271-12/+0
* | merge trunkKevin B Kenny2014-08-021-1/+6
|\ \
| * | [b43f2b49f7] New compilation strategy for lappend that allows multi-valuedkf2014-07-181-1/+6
* | | merge trunkdkf2014-02-031-2/+44
|\ \ \ | |/ /
| * | improve the disassemblydkf2014-02-021-1/+2
| * | Compile [string is] with character classes in a non-awful way. Needs more wor...dkf2014-01-291-1/+36
| * | merge principal development branchdkf2014-01-251-3/+6
| |\ \
| | * | implementation of [yieldto] in bytecodedkf2014-01-211-1/+3
| | * | added compilation for [nextto]dkf2014-01-191-1/+2
| * | | extend [string is] to booleansdkf2014-01-131-1/+2
| * | | a different approachdkf2014-01-101-1/+3
| |/ /
* | | merge trunkdkf2014-01-091-7/+58
|\ \ \ | |/ /
| * | merge main working branchdkf2013-12-301-38/+260
| |\ \
| | * | implement [namespace origin] in bytecodedkf2013-12-301-1/+3
| | * | completed instruction implementationdkf2013-12-281-1/+2
| | * | merge trunkdkf2013-12-231-3/+28
| | |\ \
| | | * | Added new tools for managing and verifying the stack depth during compilation...mig2013-12-231-0/+15
| | | * | remove INST_TRY_CVT_TO_NUMERIC when it is known not be necessary (cherrypick ...mig2013-12-201-0/+12
| | | * | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ...jan.nijtmans2013-12-191-2/+0
| | | * | Making the optimizer pluggable by extensions; please review for committing to...mig2013-12-181-1/+1
| | * | | merge trunkdkf2013-12-121-8/+9
| | |\ \ \ | | | |/ /
| | | * | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp varmig2013-12-101-1/+2
| | * | | merge trunkdkf2013-12-061-10/+16
| | |\ \ \ | | | |/ /
| | | * | Stop printing undefined values in disassembled code.dkf2013-12-061-0/+1
| | | * | New compiler and bytecodes for foreach and lmap: 70% faster mig2013-12-051-3/+9
| | * | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-4/+8
| | * | | General [concat] compilation.dkf2013-10-261-1/+3
| | * | | Change name of instruction to make way for future changes.dkf2013-10-261-1/+1
| | * | | merge trunkdkf2013-10-201-0/+1
| | |\ \ \ | | | |/ /