summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkjan.nijtmans2014-02-061-4/+22
|\
| * make the printing of source much less inclined to be fazed by non-ASCII charsdkf2014-02-041-4/+22
* | merge trunkjan.nijtmans2014-02-031-0/+17
|\ \ | |/
| * improve the disassemblydkf_bytecode_8_6_string_isdkf2014-02-021-1/+6
| * Compile [string is] with character classes in a non-awful way. Needs more wor...dkf2014-01-291-0/+5
| * merge principal development branchdkf2014-01-251-2/+19
| |\
| * | extend [string is] to booleansdkf2014-01-131-0/+3
| * | a different approachdkf2014-01-101-0/+4
* | | merge trunkjan.nijtmans2014-01-231-11/+93
|\ \ \ | | |/ | |/|
| * | implementation of [yieldto] in bytecodedkf2014-01-211-0/+7
| * | added compilation for [nextto]dkf2014-01-191-2/+12
| |/
| * merge main working branchdkf2013-12-301-565/+1201
| |\
| | * implement [namespace origin] in bytecodedkf2013-12-301-0/+5
| | * allow generation by assemblerdkf2013-12-301-4/+4
| | * completed instruction implementationdkf2013-12-281-0/+4
| | * merge trunkdkf2013-12-231-10/+28
| | |\
| | * \ merge trunk; document added instructionsdkf2013-12-121-11/+28
| | |\ \
| | * \ \ merge trunkdkf2013-12-121-0/+1
| | |\ \ \ | | | |/ /
| | * | | merge trunkdkf2013-12-061-0/+10
| | |\ \ \
| | * | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-0/+13
| | * | | | General [concat] compilation.dkf2013-10-261-1/+5
| | * | | | Change name of instruction to make way for future changes.dkf2013-10-261-5/+5
| | * | | | merge fixes from trunkdkf2013-10-221-75/+63
| | |\ \ \ \
| | * \ \ \ \ merge trunkdkf2013-10-201-6/+196
| | |\ \ \ \ \
| | * | | | | | cleaner and faster 'string trim'dkf2013-10-031-0/+5
| | * | | | | | First attempt at [string trim] compilation.dkf2013-09-301-0/+11
| * | | | | | | merge main dev branchdkf2013-01-031-0/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge main dev branchdkf2012-11-051-3/+59
| |\ \ \ \ \ \ \ \
| * | | | | | | | | reorder to preserve main BC development branch sequence betterdkf2012-11-021-5/+5
| * | | | | | | | | merge dkf-compile-misc-infodkf2012-11-021-0/+8
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Working towards a BCCed [next].dkf2012-11-011-0/+4
* | | | | | | | | | | merge trunkjan.nijtmans2014-01-011-9/+25
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Added new tools for managing and verifying the stack depth during compilation...mig2013-12-231-9/+25
* | | | | | | | | | | merge trunkjan.nijtmans2013-12-191-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Making the optimizer pluggable by extensions; please review for committing to...mig_tmp_optimizemig2013-12-181-1/+3
|/ / / / / / / / /
* | | | | | | | | 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
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | New compiler and bytecodes for foreach and lmap: 70% faster mig2013-12-051-0/+10
* | | | | | | | silence compiler warningdgp2013-10-231-1/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix problems in for.testdkf2013-10-221-74/+62
* | | | | | | silence compiler warningsdgp2013-10-211-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix handling of 'invokeExpanded' and start to do 'returnStk'.dkf2013-10-191-7/+20
* | | | | | Added missing exception range finalize.dkf2013-10-191-0/+1
* | | | | | Tackle evalStk by reusing existing machinery.dkf2013-10-181-1/+5
* | | | | | Do jump generation at places where INST_RETURN_IMM might occur.dkf2013-10-151-5/+1
* | | | | | update commentsdkf2013-10-131-0/+21
* | | | | | Stop crashing in interactive testing. (The unknown and history mechanisms tenddkf2013-10-131-19/+30
* | | | | | Working towards better handling of stack balance with break and continue exce...dkf2013-10-081-3/+147
| |_|_|_|/ |/| | | |
* | | | | Fix test source-4.1dgp2013-09-271-1/+5
* | | | | Remove Tcl_Preserve support for ContLineLoc values. It's not needed.dgp2013-08-071-17/+2