summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
Commit message (Expand)AuthorAgeFilesLines
* Added compilation of [array exists], [array set] and [array unset]. Fixed a w...donal.k.fellows@manchester.ac.uk2012-11-051-0/+4
* Added compilation of [string last] and improved the compilation of [string ra...donal.k.fellows@manchester.ac.uk2012-11-031-4/+6
* Added compilation of [info object isa object] (i.e., object verification).donal.k.fellows@manchester.ac.uk2012-11-031-0/+1
* Added more TclOO introspection bytecodes ([info object class], [info object n...donal.k.fellows@manchester.ac.uk2012-11-021-0/+2
* Added compilation of [tailcall]. Not a particularly efficient compilation tho...donal.k.fellows@manchester.ac.uk2012-11-011-3/+3
* Added compilation of [dict create] and [dict merge].donal.k.fellows@manchester.ac.uk2012-11-011-6/+7
* Added [dict exists] compilation; implementation is 95% shared with [dict get].donal.k.fellows@manchester.ac.uk2012-10-301-0/+1
* Compilation of [string first] and [string range] (with constant indices).donal.k.fellows@manchester.ac.uk2012-10-301-4/+6
* Added compilation of simplest practical case of [string map].donal.k.fellows@manchester.ac.uk2012-10-291-4/+6
* Working towards a BCCed [yield]; this doesn't work right now.donal.k.fellows@manchester.ac.uk2012-10-261-4/+5
* Compile [namespace which -command]; big performance saving in some contexts.donal.k.fellows@manchester.ac.uk2012-10-261-1/+3
* yet another small introspector: [self]donal.k.fellows@manchester.ac.uk2012-10-191-0/+1
* merge trunkdonal.k.fellows@manchester.ac.uk2012-08-041-4/+4
|\
| * NRInterpCoroutine -> TclNRInterpCoroutinenijtmans@users.sourceforge.net2012-07-021-3/+3
| * make some more internal tables constnijtmans@users.sourceforge.net2012-04-231-1/+1
* | Compilation of misc info sometimes used in high-performance code.donal.k.fellows@manchester.ac.uk2012-03-041-1/+8
|/
* Add the other instructions to the assembler's nous.donal.k.fellows@manchester.ac.uk2011-10-061-0/+2
* Add assembler support for the new INST that I think has a stable interface.donal.k.fellows@manchester.ac.uk2011-10-031-0/+1
* * generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840]Kevin B Kenny2011-08-061-0/+29
* Plug another memory leak. [Bug 3384840]Kevin B Kenny2011-08-061-6/+15
* Plug another memory leak. [Bug 3384840]Kevin B Kenny2011-08-061-0/+7
* Use Tcl_PrintfObj to generate more (complex) error messages.donal.k.fellows@manchester.ac.uk2011-08-051-5/+2
* Ensure that memory isn't leaked when an unknown instruction is encountered.donal.k.fellows@manchester.ac.uk2011-08-051-108/+111
* More memleak plugging.donal.k.fellows@manchester.ac.uk2011-08-041-15/+2
* [Bug 3384840]: Fix memory leaks in the assembler due to Tcl_Obj referencedonal.k.fellows@manchester.ac.uk2011-08-041-18/+4
* platform portable type matching in debug printsdgp@users.sourceforge.net2011-07-121-2/+2
* * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter Kevin B Kenny2011-03-131-2/+2
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indonal.k.fellows@manchester.ac.uk2011-03-121-9/+9
* Fix gcc warning: comparison between signed and unsigned integer expressionsnijtmans@users.sourceforge.net2011-03-081-1/+1
* Make the assembler code more like Tcl code.donal.k.fellows@manchester.ac.uk2011-03-081-1295/+1429
* stray ';'nijtmans@users.sourceforge.net2011-03-071-1/+1
* * tclAssembly.c:Kevin B Kenny2010-12-161-89/+234
* * generic/tclAssembly.c:Kevin B Kenny2010-10-281-21/+395
* * tclAssembly.c:Kevin B Kenny2010-10-241-234/+342
* removed useless separation between tclAssembly.h and tclAssembly.cKevin B Kenny2010-10-231-2/+236
* Added catches. Still needs a lot of testing.Kevin B Kenny2010-10-061-346/+1208
* nop and regexpKevin B Kenny2010-10-021-0/+16
* added missing tests: nsupvar, variable, upvarKevin B Kenny2010-10-021-3/+3
* * generic/tclAssembly.c:Kevin B Kenny2010-10-021-0/+58
* Added listIn, listNotIn, and dictGet.Kevin B Kenny2010-10-011-1/+18
* * tests/assemble.test: Added tryCvtToNumeric and several more listKevin B Kenny2010-09-301-1/+124
* * tests/assemble.test: Completed conversion of tests to aKevin B Kenny2010-09-291-2/+37
* * tests/assemble.test: Added more "white box" tests.Kevin B Kenny2010-09-281-116/+136
* Merged from HEAD.Kevin B Kenny2010-09-271-1/+4
* * tests/assemble.test: Added more "white box" tests.Kevin B Kenny2010-09-271-16/+43
* * tests/assemble.test: Added many new tests moving toward a moreKevin B Kenny2010-09-261-22/+61
* added more tests; fixed a bug in initialization of BasicBlock objKevin B Kenny2010-09-251-0/+10
* * tclAssembly.c: Massive refactoring of the assemblerKevin B Kenny2010-09-251-628/+1196
* initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl...Kevin B Kenny2010-09-211-0/+1537