summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter Kevin B Kenny2011-03-131-2/+2
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-9/+9
* Fix gcc warning: comparison between signed and unsigned integer expressionsjan.nijtmans2011-03-081-1/+1
* Make the assembler code more like Tcl code.dkf2011-03-081-1295/+1429
* stray ';'jan.nijtmans2011-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