summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
Commit message (Expand)AuthorAgeFilesLines
* More places where unsigned quantities should be decared such.dgp@users.sourceforge.net2016-03-221-1/+1
* Don't compare signed and unsigned. Get types right.dgp@users.sourceforge.net2016-03-221-2/+2
* make some MODULE_SCOPE symbols staticnijtmans@users.sourceforge.net2015-12-151-11/+0
* Eliminate AuxDataType table: since this table only contains 4 constant entrie...nijtmans@users.sourceforge.net2015-12-151-2/+0
* Member field which should not have been const, because it is dynamically allo...nijtmans@users.sourceforge.net2015-06-231-3/+3
|\
* | Convert the LocalScalar*() macros to rest on TclPushVarName rather than ondgp@users.sourceforge.net2014-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-valuedonal.k.fellows@manchester.ac.uk2014-07-181-1/+6
* | | merge trunkdonal.k.fellows@manchester.ac.uk2014-02-031-2/+44
|\ \ \ | |/ /
| * | improve the disassemblydonal.k.fellows@manchester.ac.uk2014-02-021-1/+2
| * | Compile [string is] with character classes in a non-awful way. Needs more wor...donal.k.fellows@manchester.ac.uk2014-01-291-1/+36
| * | merge principal development branchdonal.k.fellows@manchester.ac.uk2014-01-251-3/+6
| |\ \
| | * | implementation of [yieldto] in bytecodedonal.k.fellows@manchester.ac.uk2014-01-211-1/+3
| | * | added compilation for [nextto]donal.k.fellows@manchester.ac.uk2014-01-191-1/+2
| * | | extend [string is] to booleansdonal.k.fellows@manchester.ac.uk2014-01-131-1/+2
| * | | a different approachdonal.k.fellows@manchester.ac.uk2014-01-101-1/+3
| |/ /
* | | merge trunkdonal.k.fellows@manchester.ac.uk2014-01-091-7/+58
|\ \ \ | |/ /
| * | merge main working branchdonal.k.fellows@manchester.ac.uk2013-12-301-38/+260
| |\ \
| | * | implement [namespace origin] in bytecodedonal.k.fellows@manchester.ac.uk2013-12-301-1/+3
| | * | completed instruction implementationdonal.k.fellows@manchester.ac.uk2013-12-281-1/+2
| | * | merge trunkdonal.k.fellows@manchester.ac.uk2013-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, ...nijtmans@users.sourceforge.net2013-12-191-2/+0
| | | * | Making the optimizer pluggable by extensions; please review for committing to...mig2013-12-181-1/+1
| | * | | merge trunkdonal.k.fellows@manchester.ac.uk2013-12-121-8/+9
| | |\ \ \ | | | |/ /
| | | * | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp varmig2013-12-101-1/+2
| | * | | merge trunkdonal.k.fellows@manchester.ac.uk2013-12-061-10/+16
| | |\ \ \ | | | |/ /
| | | * | Stop printing undefined values in disassembled code.donal.k.fellows@manchester.ac.uk2013-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 ...donal.k.fellows@manchester.ac.uk2013-10-291-4/+8
| | * | | General [concat] compilation.donal.k.fellows@manchester.ac.uk2013-10-261-1/+3
| | * | | Change name of instruction to make way for future changes.donal.k.fellows@manchester.ac.uk2013-10-261-1/+1
| | * | | merge trunkdonal.k.fellows@manchester.ac.uk2013-10-201-0/+1
| | |\ \ \ | | | |/ /
| | | * | Working towards better handling of stack balance with break and continue exce...donal.k.fellows@manchester.ac.uk2013-10-081-0/+1
| | * | | cleaner and faster 'string trim'donal.k.fellows@manchester.ac.uk2013-10-031-3/+4
| | * | | First attempt at [string trim] compilation.donal.k.fellows@manchester.ac.uk2013-09-301-1/+5
| | |/ /
| * | | merge main dev branchdonal.k.fellows@manchester.ac.uk2013-01-031-0/+2
| |\ \ \
| * \ \ \ merge main dev branchdonal.k.fellows@manchester.ac.uk2012-11-051-13/+22
| |\ \ \ \
| * | | | | reorder to preserve main BC development branch sequence betterdonal.k.fellows@manchester.ac.uk2012-11-021-3/+3
| * | | | | merge dkf-compile-misc-infodonal.k.fellows@manchester.ac.uk2012-11-021-1/+3
| |\ \ \ \ \
| * | | | | | Working towards a BCCed [next].donal.k.fellows@manchester.ac.uk2012-11-011-1/+4
* | | | | | | merge trunkdonal.k.fellows@manchester.ac.uk2013-08-221-28/+28
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Remove Tcl_Preserve support for ContLineLoc values. It's not needed.dgp@users.sourceforge.net2013-08-071-4/+0
| * | | | | | Simplify AuxData access with a macro.dgp@users.sourceforge.net2013-07-271-0/+9
| * | | | | | Factor out the call to a compileProc into one place used by both ensembledgp@users.sourceforge.net2013-07-171-0/+3
| * | | | | | Eliminate the litInfo table and all the code tending to its care and feeding.dgp@users.sourceforge.net2013-07-161-8/+0
| * | | | | | Build CompileBasicNArgCommand on top of TclCompileInvocation.dgp@users.sourceforge.net2013-07-151-0/+3
| * | | | | | merge trunkdgp@users.sourceforge.net2013-07-151-17/+13
| |\ \ \ \ \ \