summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* [4b61afd660] Allow [info frame] to record line info for substituted command n...dgp@users.sourceforge.net2016-06-161-1/+3
|\
| * [4b61afd660] Allow [info frame] to record line info for substituted command n...dgp@users.sourceforge.net2016-06-161-1/+3
| |\
| | * Improve fix and add test.dgp@users.sourceforge.net2016-06-161-5/+2
| | * Corrects reported bug, but makes many tests fail. Something subtle aboutdgp@users.sourceforge.net2016-06-101-0/+4
| |/
| * [e711ffb458] Replace TclIsLocalScalar() (which does the wrong thing).... withdgp@users.sourceforge.net2014-12-091-2/+2
* | [ae38befcfb] Rewrite TclGetInnermostExceptionRange() for fewer iterations.dgp@users.sourceforge.net2016-03-171-11/+10
* | Remove unused static function definitionnijtmans@users.sourceforge.net2015-12-151-1/+0
* | make some MODULE_SCOPE symbols staticnijtmans@users.sourceforge.net2015-12-151-33/+0
* | Eliminate AuxDataType table: since this table only contains 4 constant entrie...nijtmans@users.sourceforge.net2015-12-151-146/+10
* | Fix more problems with break and continue in for-step clauses.donal.k.fellows@manchester.ac.uk2015-08-021-10/+11
* | Fix Coverity CID 1251203: break vs continue in for-step clausedonal.k.fellows@manchester.ac.uk2015-08-011-1/+1
* | Implement TIP 436: Improve TclOO isa Introspectiondonal.k.fellows@manchester.ac.uk2015-07-101-3/+3
|\ \
* | | Revert refcount changes that were not cosmetic.dgp@users.sourceforge.net2015-07-021-1/+1
* | | Another round of refCount consistancy improvements.nijtmans@users.sourceforge.net2015-07-021-6/+6
|/ /
* | Consistancy in refcount management.nijtmans@users.sourceforge.net2015-06-301-2/+2
* | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal...nijtmans@users.sourceforge.net2015-06-301-9/+7
* | Fix missing export of the "NewForeachInfoType" AuxData structure for tbcload/...andreask2014-12-011-1/+2
* | merge trunkKevin B Kenny2014-08-021-0/+13
|\ \
| * | [b43f2b49f7] New compilation strategy for lappend that allows multi-valuedonal.k.fellows@manchester.ac.uk2014-07-181-0/+13
| * | make the printing of source much less inclined to be fazed by non-ASCII charsdonal.k.fellows@manchester.ac.uk2014-02-041-4/+22
* | | merge trunkdonal.k.fellows@manchester.ac.uk2014-02-031-2/+31
|\ \ \ | |/ /
| * | improve the disassemblydonal.k.fellows@manchester.ac.uk2014-02-021-1/+6
| * | Compile [string is] with character classes in a non-awful way. Needs more wor...donal.k.fellows@manchester.ac.uk2014-01-291-0/+5
| * | merge principal development branchdonal.k.fellows@manchester.ac.uk2014-01-251-2/+19
| |\ \
| | * | implementation of [yieldto] in bytecodedonal.k.fellows@manchester.ac.uk2014-01-211-0/+7
| | * | added compilation for [nextto]donal.k.fellows@manchester.ac.uk2014-01-191-2/+12
| * | | extend [string is] to booleansdonal.k.fellows@manchester.ac.uk2014-01-131-0/+3
| * | | a different approachdonal.k.fellows@manchester.ac.uk2014-01-101-0/+4
| |/ /
* | | merge trunkdonal.k.fellows@manchester.ac.uk2014-01-091-84/+359
|\ \ \ | |/ /
| * | merge main working branchdonal.k.fellows@manchester.ac.uk2013-12-301-565/+1201
| |\ \
| | * | implement [namespace origin] in bytecodedonal.k.fellows@manchester.ac.uk2013-12-301-0/+5
| | * | allow generation by assemblerdonal.k.fellows@manchester.ac.uk2013-12-301-4/+4
| | * | completed instruction implementationdonal.k.fellows@manchester.ac.uk2013-12-281-0/+4
| | * | merge trunkdonal.k.fellows@manchester.ac.uk2013-12-231-10/+28
| | |\ \
| | | * | Added new tools for managing and verifying the stack depth during compilation...mig2013-12-231-9/+25
| | | * | Making the optimizer pluggable by extensions; please review for committing to...mig2013-12-181-1/+3
| | * | | merge trunk; document added instructionsdonal.k.fellows@manchester.ac.uk2013-12-121-11/+28
| | |\ \ \ | | | |/ /
| | * | | merge trunkdonal.k.fellows@manchester.ac.uk2013-12-121-0/+1
| | |\ \ \ | | | |/ /
| | | * | fix stack computations for lmapmig2013-12-101-1/+1
| | | * | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp varmig2013-12-101-0/+1
| | * | | merge trunkdonal.k.fellows@manchester.ac.uk2013-12-061-0/+10
| | |\ \ \ | | | |/ /
| | | * | New compiler and bytecodes for foreach and lmap: 70% faster mig2013-12-051-0/+10
| | | * | silence compiler warningdgp@users.sourceforge.net2013-10-231-1/+0
| | * | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ...donal.k.fellows@manchester.ac.uk2013-10-291-0/+13
| | * | | General [concat] compilation.donal.k.fellows@manchester.ac.uk2013-10-261-1/+5
| | * | | Change name of instruction to make way for future changes.donal.k.fellows@manchester.ac.uk2013-10-261-5/+5
| | * | | merge fixes from trunkdonal.k.fellows@manchester.ac.uk2013-10-221-75/+63
| | |\ \ \ | | | |/ /
| | | * | Fix problems in for.testdonal.k.fellows@manchester.ac.uk2013-10-221-74/+62
| | | * | silence compiler warningsdgp@users.sourceforge.net2013-10-211-1/+1
| | * | | merge trunkdonal.k.fellows@manchester.ac.uk2013-10-201-6/+196
| | |\ \ \ | | | |/ /