Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | merge dkf-compile-misc-info | dkf | 2012-11-20 | 1 | -4/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge main dev branch | dkf | 2012-11-05 | 1 | -7/+160 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | merge dkf-compile-misc-info | dkf | 2012-11-02 | 1 | -0/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Working towards a BCCed [next]. | dkf | 2012-11-01 | 1 | -2/+57 | |
* | | | | | | | | | | | | | | | merge trunk | jan.nijtmans | 2014-01-02 | 1 | -228/+203 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | ... and more silly errors | dkf | 2014-01-02 | 1 | -4/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | oops... | dkf | 2014-01-02 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | more fixes to instruction tracing; ensure all places that need DECACHE_STACK_... | dkf | 2014-01-02 | 1 | -90/+123 | |
| * | | | | | | | | | | | | factor out a common peephole stanza | dkf | 2014-01-01 | 1 | -137/+79 | |
* | | | | | | | | | | | | | merge trunk | jan.nijtmans | 2014-01-01 | 1 | -176/+240 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | another jump peephole, this time with string comparisons | dkf | 2013-12-31 | 1 | -0/+14 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | more peephole optimizations in TEBC, and better instruction execution traces | dkf | 2013-12-31 | 1 | -148/+212 | |
| * | | | | | | | | | | | clarify the resume sequence in TEBCresume; make checkInterp a local variable,... | mig | 2013-12-31 | 1 | -28/+14 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | merge trunk | jan.nijtmans | 2013-12-15 | 1 | -2/+186 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | new INST_LMAP_COLLECT, speeds up lmap and eliminates the need for a temp var | mig | 2013-12-10 | 1 | -0/+19 | |
| * | | | | | | | | | | change NULL to INT2PTR(0), for claritymig_opt_foreach | mig | 2013-12-06 | 1 | -1/+1 | |
| * | | | | | | | | | | Oops, wrong macro. | jan.nijtmans | 2013-12-06 | 1 | -2/+2 | |
| * | | | | | | | | | | Introducing a new union member in Tcl_Obj is not a good idea in a patch relea... | jan.nijtmans | 2013-12-06 | 1 | -5/+5 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Stop printing undefined values in disassembled code. | dkf | 2013-12-06 | 1 | -9/+8 | |
| * | | | | | | | | | adapted the array-set compiler to use the new foreach opcodes | mig | 2013-12-06 | 1 | -1/+0 | |
| * | | | | | | | | | add comments on INST_FOREACH_* | mig | 2013-12-05 | 1 | -0/+2 | |
| * | | | | | | | | | add comments on field "misuse" | mig | 2013-12-05 | 1 | -0/+1 | |
| * | | | | | | | | | New compiler and bytecodes for foreach and lmap: 70% faster | mig | 2013-12-05 | 1 | -2/+166 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge trunk. Restore buildability by adding 'scspec TCLAPI' in tclOOInt.decls. | Kevin B Kenny | 2013-10-05 | 1 | -8/+12 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | minor: whitespace correction (my bad!) | dkf | 2013-10-02 | 1 | -2/+2 | |
| * | | | | | | | | silence warnings with clang | dkf | 2013-10-02 | 1 | -8/+12 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | merge trunk | dgp | 2013-09-21 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | [31661d2135] Plug memory leak. | dgp | 2013-09-19 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [31661d2135] Plug memory leak.bug_31661d2135 | dgp | 2013-09-19 | 1 | -1/+1 | |
| * | | | | | | | | Remove assertion that is not true in some circumstances (--enable-dtrace). | dgp | 2013-08-22 | 1 | -2/+1 | |
* | | | | | | | | | merge trunk | jan.nijtmans | 2013-08-14 | 1 | -19/+38 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Consolidate some helper routines.dgp_bye_ctx_eval_flag | dgp | 2013-08-14 | 1 | -8/+19 | |
| * | | | | | | | | Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers to | dgp | 2013-08-12 | 1 | -11/+2 | |
| * | | | | | | | | Arrange for both execution traces and [info frame] to get their pre-subst | dgp | 2013-08-10 | 1 | -2/+17 | |
| * | | | | | | | | Add assertions that will guide and protect more discovery of dead code for el... | dgp | 2013-08-06 | 1 | -3/+5 | |
| * | | | | | | | | Eliminate the union that is no longer needed. | dgp | 2013-08-06 | 1 | -7/+7 | |
* | | | | | | | | | restore all #ifdef TCL_WIDE_INT_IS_LONG, which were accidently removed in [19... | jan.nijtmans | 2013-08-14 | 1 | -4/+83 | |
* | | | | | | | | | [0aa8f12dcc] Restore minimum code to stop failing tests. | dgp | 2013-08-13 | 1 | -0/+7 | |
* | | | | | | | | | merge trunk | jan.nijtmans | 2013-07-23 | 1 | -24/+38 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Eliminate the litInfo table and all the code tending to its care and feeding. | dgp | 2013-07-16 | 1 | -13/+31 | |
| * | | | | | | | | More elimination of error message litter to fix [Bug 20a81392ec]. | dgp | 2013-06-28 | 1 | -11/+7 | |
* | | | | | | | | | merge trunk. | jan.nijtmans | 2013-06-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Correct typo detected by valgrind. | dgp | 2013-06-26 | 1 | -1/+1 | |
* | | | | | | | | | merge trunk (except for disabled MSVC warnings, see [48b92a6ab6]) | jan.nijtmans | 2013-06-12 | 1 | -21/+33 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Revise INST_EXPAND_STKTOP so that it no longer makes use of its operand. | dgp | 2013-06-11 | 1 | -14/+23 | |
| * | | | | | | | | Repairs to compile/exec debugging output. | dgp | 2013-06-11 | 1 | -7/+10 | |
* | | | | | | | | | merge trunk | jan.nijtmans | 2013-06-10 | 1 | -12/+28 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Repair TCL_COMPILE_DEBUG guardsbug_3614342 | dgp | 2013-06-05 | 1 | -5/+7 | |
| * | | | | | | | | Stack Depth fixups. | dgp | 2013-06-05 | 1 | -0/+2 | |
| * | | | | | | | | merge trunkdkf_compile_improvements | dkf | 2013-06-05 | 1 | -7/+7 | |
| |\ \ \ \ \ \ \ \ |