1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-11-17 12:08:54 +00:00
kickc/src/test/ref
2019-08-07 19:36:19 +02:00
..
complex Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
examples Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
multiplexer-irq Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
address-of-0.asm Added address-of test identifying problems with address-of implementation. Error is #200 2019-06-16 15:03:23 +02:00
address-of-0.cfg Any variable affected by address-of is now marked as infered volatile. Closes #200 2019-06-16 23:49:22 +02:00
address-of-0.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
address-of-0.sym Any variable affected by address-of is now marked as infered volatile. Closes #200 2019-06-16 23:49:22 +02:00
address-of-1.asm Added address-of test identifying problems with address-of implementation. Error is #200 2019-06-16 15:03:23 +02:00
address-of-1.cfg Added address-of test identifying problems with address-of implementation. Error is #200 2019-06-16 15:03:23 +02:00
address-of-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
address-of-1.sym Added address-of test identifying problems with address-of implementation. Error is #200 2019-06-16 15:03:23 +02:00
address-of-2.asm Any variable affected by address-of is now marked as infered volatile. Closes #200 2019-06-16 23:49:22 +02:00
address-of-2.cfg Any variable affected by address-of is now marked as infered volatile. Closes #200 2019-06-16 23:49:22 +02:00
address-of-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
address-of-2.sym Any variable affected by address-of is now marked as infered volatile. Closes #200 2019-06-16 23:49:22 +02:00
address-of-3.asm Added support for address-of array-element &sieve[j]. Closes #228 2019-07-26 16:12:12 +02:00
address-of-3.cfg Added support for address-of array-element &sieve[j]. Closes #228 2019-07-26 16:12:12 +02:00
address-of-3.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
address-of-3.sym Added support for address-of array-element &sieve[j]. Closes #228 2019-07-26 16:12:12 +02:00
array-16bit-lookup.asm Fixed problem with passing dereferenced struct pointers as parameters. Closes #225 2019-07-26 13:15:54 +02:00
array-16bit-lookup.cfg Fixed problem with passing dereferenced struct pointers as parameters. Closes #225 2019-07-26 13:15:54 +02:00
array-16bit-lookup.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
array-16bit-lookup.sym Fixed problem with passing dereferenced struct pointers as parameters. Closes #225 2019-07-26 13:15:54 +02:00
array-length-symbolic-min.asm
array-length-symbolic-min.cfg
array-length-symbolic-min.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
array-length-symbolic-min.sym
array-length-symbolic.asm
array-length-symbolic.cfg
array-length-symbolic.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
array-length-symbolic.sym
arrays-init-kasm-0.asm Added support for array initialization using inline kickasm 2019-06-30 23:08:39 +02:00
arrays-init-kasm-0.cfg Added program that shows a spiral on the screen. 2019-07-06 10:32:25 +02:00
arrays-init-kasm-0.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
arrays-init-kasm-0.sym Added program that shows a spiral on the screen. 2019-07-06 10:32:25 +02:00
arrays-init.asm
arrays-init.cfg
arrays-init.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
arrays-init.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
assignment-chained.asm
assignment-chained.cfg
assignment-chained.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
assignment-chained.sym
assignment-compound.asm
assignment-compound.cfg
assignment-compound.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
assignment-compound.sym
bgblack.asm
bgblack.cfg
bgblack.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
bgblack.sym
bitmap-plot-0.asm Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
bitmap-plot-0.cfg Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
bitmap-plot-0.log Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
bitmap-plot-0.sym Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
bitmap-plot-1.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plot-1.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plot-1.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plot-1.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plot-2.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plot-2.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plot-2.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plot-2.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plot-3.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plot-3.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plot-3.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plot-3.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plotter.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plotter.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plotter.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitmap-plotter.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bitwise-not.asm
bitwise-not.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
bitwise-not.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
bitwise-not.sym Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
bool-const.asm
bool-const.cfg
bool-const.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
bool-const.sym
bool-function.asm
bool-function.cfg
bool-function.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
bool-function.sym
bool-ifs-min.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bool-ifs-min.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bool-ifs-min.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bool-ifs-min.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bool-ifs.asm
bool-ifs.cfg
bool-ifs.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
bool-ifs.sym
bool-nullpointer-exception.asm
bool-nullpointer-exception.cfg
bool-nullpointer-exception.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
bool-nullpointer-exception.sym
bool-pointer.asm
bool-pointer.cfg
bool-pointer.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
bool-pointer.sym
bool-vars.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bool-vars.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bool-vars.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bool-vars.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
bresenham.asm
bresenham.cfg
bresenham.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
bresenham.sym
bresenhamarr.asm Fixed problem with small negative constant unsigned words. 2019-07-10 20:54:35 +02:00
bresenhamarr.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
bresenhamarr.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
bresenhamarr.sym Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
c64dtv-8bppcharstretch.asm Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
c64dtv-8bppcharstretch.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
c64dtv-8bppcharstretch.log Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
c64dtv-8bppcharstretch.sym Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
c64dtv-8bppchunkystretch.asm merged and fixed conflict 2019-07-30 15:01:43 +02:00
c64dtv-8bppchunkystretch.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
c64dtv-8bppchunkystretch.log merged and fixed conflict 2019-07-30 15:01:43 +02:00
c64dtv-8bppchunkystretch.sym merged and fixed conflict 2019-07-30 15:01:43 +02:00
c64dtv-blitter-box.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
c64dtv-blitter-box.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
c64dtv-blitter-box.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
c64dtv-blitter-box.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
c64dtv-blittermin.asm
c64dtv-blittermin.cfg Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
c64dtv-blittermin.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
c64dtv-blittermin.sym Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
c64dtv-color.asm
c64dtv-color.cfg
c64dtv-color.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
c64dtv-color.sym
c64dtv-gfxexplorer.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
c64dtv-gfxexplorer.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
c64dtv-gfxexplorer.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
c64dtv-gfxexplorer.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
c64dtv-gfxmodes.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
c64dtv-gfxmodes.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
c64dtv-gfxmodes.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
c64dtv-gfxmodes.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
c-types.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
c-types.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
c-types.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
c-types.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
call-parameter-autocast.asm Working on fixing void pointers #186 2019-06-20 22:39:45 +02:00
call-parameter-autocast.cfg Working on fixing void pointers #186 2019-06-20 22:39:45 +02:00
call-parameter-autocast.log Added support for address-of array-element &sieve[j]. Closes #228 2019-07-26 16:12:12 +02:00
call-parameter-autocast.sym Working on fixing void pointers #186 2019-06-20 22:39:45 +02:00
callconstparam.asm Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
callconstparam.cfg Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
callconstparam.log Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
callconstparam.sym Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
cast-deref.asm
cast-deref.cfg
cast-deref.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
cast-deref.sym
cast-not-needed-2.asm
cast-not-needed-2.cfg
cast-not-needed-2.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
cast-not-needed-2.sym
cast-not-needed-3.asm
cast-not-needed-3.cfg
cast-not-needed-3.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
cast-not-needed-3.sym
cast-not-needed.asm
cast-not-needed.cfg
cast-not-needed.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
cast-not-needed.sym
cast-precedence-problem.asm
cast-precedence-problem.cfg
cast-precedence-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
cast-precedence-problem.sym
casting.asm
casting.cfg
casting.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
casting.sym
chargen.asm
chargen.cfg
chargen.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
chargen.sym
chessboard.asm
chessboard.cfg
chessboard.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
chessboard.sym
cia-timer-cyclecount.asm Added time.kc C standard library compatible. Added cycle counting to a few tests. 2019-07-03 22:22:25 +02:00
cia-timer-cyclecount.cfg Added time.kc C standard library compatible. Added cycle counting to a few tests. 2019-07-03 22:22:25 +02:00
cia-timer-cyclecount.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
cia-timer-cyclecount.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
cia-timer-simple.asm Added time.kc C standard library compatible. Added cycle counting to a few tests. 2019-07-03 22:22:25 +02:00
cia-timer-simple.cfg Added time.kc C standard library compatible. Added cycle counting to a few tests. 2019-07-03 22:22:25 +02:00
cia-timer-simple.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
cia-timer-simple.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
clobber-a-problem.asm
clobber-a-problem.cfg
clobber-a-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
clobber-a-problem.prg
clobber-a-problem.sym
clobber-a-problem.vs
coalesce-assignment.asm Working on light-weight coalesce #237 2019-07-29 23:50:42 +02:00
coalesce-assignment.cfg Working on light-weight coalesce #237 2019-07-29 23:50:42 +02:00
coalesce-assignment.log Working on light-weight coalesce #237 2019-07-29 23:50:42 +02:00
coalesce-assignment.sym Working on light-weight coalesce #237 2019-07-29 23:50:42 +02:00
comma-decl-for.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comma-decl-for.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comma-decl-for.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comma-decl-for.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comma-decl.asm
comma-decl.cfg
comma-decl.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
comma-decl.sym
comma-expr-1.asm
comma-expr-1.cfg
comma-expr-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
comma-expr-1.sym
comma-expr-2.asm
comma-expr-2.cfg
comma-expr-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
comma-expr-2.sym Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
comma-expr-for.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comma-expr-for.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comma-expr-for.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comma-expr-for.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comparison-rewriting-pointer.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comparison-rewriting-pointer.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comparison-rewriting-pointer.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comparison-rewriting-pointer.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comparison-rewriting.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
comparison-rewriting.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
comparison-rewriting.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
comparison-rewriting.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
complex-conditional-problem.asm
complex-conditional-problem.cfg
complex-conditional-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
complex-conditional-problem.sym
condition-integer-0.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-0.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-0.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-0.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-1.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-1.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-1.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-1.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-2.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-2.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-2.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-2.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-3.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-3.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-3.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-3.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
condition-integer-4.asm Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
condition-integer-4.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
condition-integer-4.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
condition-integer-4.sym Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
condition-type-mismatch.asm
condition-type-mismatch.cfg
condition-type-mismatch.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
condition-type-mismatch.sym
consolidate-array-index-problem.asm
consolidate-array-index-problem.cfg
consolidate-array-index-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
consolidate-array-index-problem.sym
consolidate-constant-problem.asm
consolidate-constant-problem.cfg
consolidate-constant-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
consolidate-constant-problem.sym
const-condition.asm
const-condition.cfg
const-condition.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
const-condition.sym
const-early-identification.asm
const-early-identification.cfg
const-early-identification.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
const-early-identification.sym
const-identification.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
const-identification.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
const-identification.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
const-identification.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
const-if-problem.asm
const-if-problem.cfg
const-if-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
const-if-problem.sym
const-int-cast-problem.asm
const-int-cast-problem.cfg
const-int-cast-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
const-int-cast-problem.sym
const-mult-div.asm Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
const-mult-div.cfg
const-mult-div.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
const-mult-div.sym Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
const-param.asm
const-param.cfg
const-param.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
const-param.sym
const-pointer.asm
const-pointer.cfg
const-pointer.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
const-pointer.sym
const-signed-promotion.asm
const-signed-promotion.cfg
const-signed-promotion.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
const-signed-promotion.sym
const-word-pointer.asm
const-word-pointer.cfg
const-word-pointer.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
const-word-pointer.sym
constabsmin.asm
constabsmin.cfg
constabsmin.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
constabsmin.sym
constant-string-concat-0.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
constant-string-concat-0.cfg Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
constant-string-concat-0.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
constant-string-concat-0.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
constant-string-concat.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
constant-string-concat.cfg
constant-string-concat.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
constant-string-concat.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
constantmin.asm
constantmin.cfg
constantmin.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
constantmin.sym
constants.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
constants.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
constants.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
constants.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
cordic-atan2-16-ref.asm Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
cordic-atan2-16-ref.cfg Merged optimizations. 2019-07-05 06:56:24 +02:00
cordic-atan2-16-ref.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
cordic-atan2-16-ref.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
cordic-atan2-16.asm Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
cordic-atan2-16.cfg Merged optimizations. 2019-07-05 06:56:24 +02:00
cordic-atan2-16.log Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
cordic-atan2-16.sym Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
cordic-atan2-clear.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
cordic-atan2-clear.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
cordic-atan2-clear.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
cordic-atan2-clear.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
cordic-atan2.asm Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
cordic-atan2.cfg Fixed a few array initializer kickasm problems. Changed atan2 to use it. 2019-06-30 23:33:30 +02:00
cordic-atan2.log Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
cordic-atan2.sym Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
danny-joystick-problem.asm Added joystick test 2019-07-30 22:28:19 +02:00
danny-joystick-problem.cfg Added joystick test 2019-07-30 22:28:19 +02:00
danny-joystick-problem.log Added joystick test 2019-07-30 22:28:19 +02:00
danny-joystick-problem.sym Added joystick test 2019-07-30 22:28:19 +02:00
deep-nesting.asm
deep-nesting.cfg
deep-nesting.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
deep-nesting.sym
default-font.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
default-font.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
default-font.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
default-font.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
deref-to-derefidx-2.asm
deref-to-derefidx-2.cfg
deref-to-derefidx-2.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
deref-to-derefidx-2.sym
deref-to-derefidx.asm
deref-to-derefidx.cfg
deref-to-derefidx.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
deref-to-derefidx.sym
derefidx-word-0.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
derefidx-word-0.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
derefidx-word-0.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
derefidx-word-0.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
derefidx-word-1.asm
derefidx-word-1.cfg
derefidx-word-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
derefidx-word-1.sym
derefidx-word-2.asm
derefidx-word-2.cfg
derefidx-word-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
derefidx-word-2.sym
divide-2s.asm
divide-2s.cfg Fixed void* pointer problem properly. Closes #205 2019-06-24 23:22:20 +02:00
divide-2s.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
divide-2s.sym Fixed void* pointer problem properly. Closes #205 2019-06-24 23:22:20 +02:00
double-assignment.asm
double-assignment.cfg
double-assignment.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
double-assignment.sym
double-import.asm
double-import.cfg
double-import.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
double-import.sym
double-indexing-arrays.asm
double-indexing-arrays.cfg
double-indexing-arrays.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
double-indexing-arrays.sym Re-added meaningful SYM test reference files. 2019-06-10 16:39:25 +02:00
duplicate-loop-problem.asm
duplicate-loop-problem.cfg
duplicate-loop-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
duplicate-loop-problem.sym
dword.asm
dword.cfg
dword.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
dword.sym
emptyblock-error.asm
emptyblock-error.cfg
emptyblock-error.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
emptyblock-error.sym
encoding-literal-char.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
encoding-literal-char.cfg Fixed encoding for literal chars through work-around. Closes #245 2019-08-07 14:58:57 +02:00
encoding-literal-char.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
encoding-literal-char.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
enum-0.asm Implemented enum support (excl. complex constant usage in values). Closes #119 2019-06-19 00:39:15 +02:00
enum-0.cfg Implemented enum support (excl. complex constant usage in values). Closes #119 2019-06-19 00:39:15 +02:00
enum-0.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
enum-0.sym Implemented enum support (excl. complex constant usage in values). Closes #119 2019-06-19 00:39:15 +02:00
enum-1.asm Implemented enum support (excl. complex constant usage in values). Closes #119 2019-06-19 00:39:15 +02:00
enum-1.cfg Implemented enum support (excl. complex constant usage in values). Closes #119 2019-06-19 00:39:15 +02:00
enum-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
enum-1.sym Implemented enum support (excl. complex constant usage in values). Closes #119 2019-06-19 00:39:15 +02:00
enum-2.asm Implemented enum support (excl. complex constant usage in values). Closes #119 2019-06-19 00:39:15 +02:00
enum-2.cfg Implemented enum support (excl. complex constant usage in values). Closes #119 2019-06-19 00:39:15 +02:00
enum-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
enum-2.sym Implemented enum support (excl. complex constant usage in values). Closes #119 2019-06-19 00:39:15 +02:00
enum-3.asm Added test refs 2019-06-19 01:24:10 +02:00
enum-3.cfg Added test refs 2019-06-19 01:24:10 +02:00
enum-3.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
enum-3.sym Added test refs 2019-06-19 01:24:10 +02:00
enum-4.asm Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-4.cfg Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-4.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
enum-4.sym Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-5.asm Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-5.cfg Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-5.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
enum-5.sym Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-6.asm Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-6.cfg Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-6.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
enum-6.sym Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-7.asm Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-7.cfg Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-7.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
enum-7.sym Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-8.asm Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-8.cfg Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
enum-8.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
enum-8.sym Added enum tests. Fixed inline enums inside structs. 2019-06-19 01:45:07 +02:00
euclid-3.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
euclid-3.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
euclid-3.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
euclid-3.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
euclid-problem-2.asm Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
euclid-problem-2.cfg Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
euclid-problem-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
euclid-problem-2.sym Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
euclid-problem.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
euclid-problem.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
euclid-problem.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
euclid-problem.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
fastmultiply-127.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
fastmultiply-127.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
fastmultiply-127.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
fastmultiply-127.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
fibmem.asm
fibmem.cfg
fibmem.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
fibmem.sym
fill-square.asm Improved output from -Sc option adding C-code comments to the ASM. 2019-07-08 16:43:10 +02:00
fill-square.cfg Improved output from -Sc option adding C-code comments to the ASM. 2019-07-08 16:43:10 +02:00
fill-square.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
fill-square.sym Improved output from -Sc option adding C-code comments to the ASM. 2019-07-08 16:43:10 +02:00
fillscreen.asm
fillscreen.cfg
fillscreen.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
fillscreen.sym
flipper-rex2.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
flipper-rex2.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
flipper-rex2.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
flipper-rex2.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
font-hex-show.asm Put font-hex into a lib file 2019-06-23 11:26:11 +02:00
font-hex-show.cfg Put font-hex into a lib file 2019-06-23 11:26:11 +02:00
font-hex-show.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
font-hex-show.sym Put font-hex into a lib file 2019-06-23 11:26:11 +02:00
for-empty-increment.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
for-empty-increment.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
for-empty-increment.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
for-empty-increment.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
for-empty-init.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
for-empty-init.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
for-empty-init.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
for-empty-init.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
for-two-vars.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
for-two-vars.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
for-two-vars.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
for-two-vars.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
forclassicmin.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
forclassicmin.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
forclassicmin.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
forclassicmin.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
forincrementassign.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
forincrementassign.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
forincrementassign.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
forincrementassign.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
forrangedwords.asm
forrangedwords.cfg
forrangedwords.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
forrangedwords.sym
forrangemin.asm
forrangemin.cfg
forrangemin.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
forrangemin.sym
forrangesymbolic.asm
forrangesymbolic.cfg
forrangesymbolic.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
forrangesymbolic.sym
fragment-synth.asm
fragment-synth.cfg
fragment-synth.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
fragment-synth.sym
fragment-variations.asm Fixed problem with small negative constant unsigned words. 2019-07-10 20:54:35 +02:00
fragment-variations.cfg
fragment-variations.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
fragment-variations.sym
fragments-assignment-binary-_deref_pbuc1.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-_deref_pbuz1.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuaa.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuxx.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuyy.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-pbuc1_derefidx_vbuz1.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuaa.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuc1.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuxx.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuyy.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuz1.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-pbuz1_derefidx_vbuz2.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-vbuaa.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-vbuxx.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-vbuyy.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary-vbuz1.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-binary.log
fragments-assignment-copy.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-assignment-unary.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
fragments-complex.log Added optimize option for using a fragment cache. Yields no significant performance benefit. 2019-07-15 09:47:47 +02:00
function-pointer-noarg-2.asm
function-pointer-noarg-2.cfg
function-pointer-noarg-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
function-pointer-noarg-2.sym
function-pointer-noarg-3.asm
function-pointer-noarg-3.cfg
function-pointer-noarg-3.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
function-pointer-noarg-3.sym
function-pointer-noarg-call-2.asm
function-pointer-noarg-call-2.cfg
function-pointer-noarg-call-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
function-pointer-noarg-call-2.sym
function-pointer-noarg-call-3.asm
function-pointer-noarg-call-3.cfg
function-pointer-noarg-call-3.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
function-pointer-noarg-call-3.sym
function-pointer-noarg-call-4.asm
function-pointer-noarg-call-4.cfg
function-pointer-noarg-call-4.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
function-pointer-noarg-call-4.sym
function-pointer-noarg-call-5.asm
function-pointer-noarg-call-5.cfg
function-pointer-noarg-call-5.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
function-pointer-noarg-call-5.sym
function-pointer-noarg-call-6.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
function-pointer-noarg-call-6.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
function-pointer-noarg-call-6.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
function-pointer-noarg-call-6.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
function-pointer-noarg-call-7.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
function-pointer-noarg-call-7.cfg
function-pointer-noarg-call-7.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
function-pointer-noarg-call-7.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
function-pointer-noarg-call-8.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
function-pointer-noarg-call-8.cfg
function-pointer-noarg-call-8.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
function-pointer-noarg-call-8.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
function-pointer-noarg-call-9.asm
function-pointer-noarg-call-9.cfg
function-pointer-noarg-call-9.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
function-pointer-noarg-call-9.sym
function-pointer-noarg-call-10.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
function-pointer-noarg-call-10.cfg
function-pointer-noarg-call-10.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
function-pointer-noarg-call-10.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
function-pointer-noarg-call.asm
function-pointer-noarg-call.cfg
function-pointer-noarg-call.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
function-pointer-noarg-call.sym
function-pointer-noarg.asm
function-pointer-noarg.cfg
function-pointer-noarg.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
function-pointer-noarg.sym
function-pointer-return.asm
function-pointer-return.cfg
function-pointer-return.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
function-pointer-return.sym
gfxbank.asm
gfxbank.cfg
gfxbank.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
gfxbank.sym
global-pc-multiple.asm Snapshotting program dynamic state now working through Serialization. Working on #246 2019-08-03 13:22:27 +02:00
global-pc-multiple.cfg Snapshotting program dynamic state now working through Serialization. Working on #246 2019-08-03 13:22:27 +02:00
global-pc-multiple.log Snapshotting program dynamic state now working through Serialization. Working on #246 2019-08-03 13:22:27 +02:00
global-pc-multiple.sym Snapshotting program dynamic state now working through Serialization. Working on #246 2019-08-03 13:22:27 +02:00
global-pc.asm
global-pc.cfg
global-pc.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
global-pc.sym
halfscii.asm
halfscii.cfg
halfscii.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
halfscii.sym
helloworld0.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
helloworld0.cfg
helloworld0.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
helloworld0.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
helloworld2-inline.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
helloworld2-inline.cfg Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
helloworld2-inline.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
helloworld2-inline.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
helloworld2.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
helloworld2.cfg Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
helloworld2.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
helloworld2.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
hex2dec-ptrptr.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
hex2dec-ptrptr.cfg Any variable affected by address-of is now marked as infered volatile. Closes #200 2019-06-16 23:49:22 +02:00
hex2dec-ptrptr.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
hex2dec-ptrptr.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
hex2dec.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
hex2dec.cfg Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
hex2dec.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
hex2dec.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
ifmin.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ifmin.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ifmin.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ifmin.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
immzero.asm
immzero.cfg
immzero.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
immzero.sym
importing.asm
importing.cfg
importing.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
importing.sym
incd020.asm
incd020.cfg
incd020.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
incd020.sym
incrementinarray.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
incrementinarray.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
incrementinarray.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
incrementinarray.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
infloop-error.asm
infloop-error.cfg
infloop-error.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
infloop-error.sym
init-volatiles.asm
init-volatiles.cfg
init-volatiles.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
init-volatiles.sym
initializer-0.asm Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-0.cfg Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-0.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-0.sym Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-1.asm Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-1.cfg Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-1.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-1.sym Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-2.asm Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-2.cfg Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-2.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-2.sym Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-3.asm Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-3.cfg Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
initializer-3.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
initializer-3.sym Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
inline-asm-clobber-none.asm
inline-asm-clobber-none.cfg
inline-asm-clobber-none.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-asm-clobber-none.sym
inline-asm-clobber.asm
inline-asm-clobber.cfg
inline-asm-clobber.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-asm-clobber.sym
inline-asm-jsr-clobber.asm
inline-asm-jsr-clobber.cfg
inline-asm-jsr-clobber.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-asm-jsr-clobber.sym
inline-asm-label.asm
inline-asm-label.cfg
inline-asm-label.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-asm-label.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-asm-optimized.asm
inline-asm-optimized.cfg
inline-asm-optimized.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-asm-optimized.sym
inline-asm-ref-scoped.asm
inline-asm-ref-scoped.cfg
inline-asm-ref-scoped.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-asm-ref-scoped.sym
inline-asm-refout-const.asm
inline-asm-refout-const.cfg
inline-asm-refout-const.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-asm-refout-const.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-asm-refout.asm
inline-asm-refout.cfg
inline-asm-refout.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-asm-refout.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-asm.asm
inline-asm.cfg
inline-asm.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-asm.sym
inline-assignment.asm
inline-assignment.cfg
inline-assignment.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-assignment.sym
inline-function-if.asm
inline-function-if.cfg
inline-function-if.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-function-if.sym
inline-function-level2.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
inline-function-level2.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
inline-function-level2.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
inline-function-level2.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
inline-function-min.asm
inline-function-min.cfg
inline-function-min.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-function-min.sym
inline-function-print.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-function-print.cfg Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
inline-function-print.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-function-print.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-function.asm
inline-function.cfg
inline-function.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-function.sym
inline-kasm-clobber.asm
inline-kasm-clobber.cfg
inline-kasm-clobber.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-kasm-clobber.sym
inline-kasm-data.asm
inline-kasm-data.cfg
inline-kasm-data.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-kasm-data.sym
inline-kasm-loop.asm
inline-kasm-loop.cfg
inline-kasm-loop.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-kasm-loop.sym
inline-kasm-refout.asm
inline-kasm-refout.cfg
inline-kasm-refout.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-kasm-refout.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-kasm-resource.asm
inline-kasm-resource.cfg
inline-kasm-resource.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inline-kasm-resource.sym
inline-pointer-0.asm
inline-pointer-0.cfg
inline-pointer-0.log Added support for address-of array-element &sieve[j]. Closes #228 2019-07-26 16:12:12 +02:00
inline-pointer-0.sym
inline-pointer-1.asm
inline-pointer-1.cfg
inline-pointer-1.log Added support for address-of array-element &sieve[j]. Closes #228 2019-07-26 16:12:12 +02:00
inline-pointer-1.sym
inline-pointer-2.asm
inline-pointer-2.cfg
inline-pointer-2.log Added support for address-of array-element &sieve[j]. Closes #228 2019-07-26 16:12:12 +02:00
inline-pointer-2.sym
inline-string-2.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-string-2.cfg
inline-string-2.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-string-2.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-string-3.asm
inline-string-3.cfg
inline-string-3.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-string-3.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-string.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-string.cfg
inline-string.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-string.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inline-word-0.asm
inline-word-0.cfg
inline-word-0.log Added support for address-of array-element &sieve[j]. Closes #228 2019-07-26 16:12:12 +02:00
inline-word-0.sym
inline-word-1.asm
inline-word-1.cfg
inline-word-1.log Added support for address-of array-element &sieve[j]. Closes #228 2019-07-26 16:12:12 +02:00
inline-word-1.sym
inline-word-2.asm
inline-word-2.cfg
inline-word-2.log Added support for address-of array-element &sieve[j]. Closes #228 2019-07-26 16:12:12 +02:00
inline-word-2.sym
inline-word.asm
inline-word.cfg
inline-word.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
inline-word.sym
inlinearrayproblem.asm
inlinearrayproblem.cfg
inlinearrayproblem.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inlinearrayproblem.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inmem-const-array.asm
inmem-const-array.cfg
inmem-const-array.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
inmem-const-array.sym
inmemarray.asm
inmemarray.cfg
inmemarray.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
inmemarray.sym
inmemstring.asm
inmemstring.cfg
inmemstring.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inmemstring.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
inner-increment-problem.asm Changed HEAP to grow down from $a000. Fixed inner increment problem. Closes #216 2019-07-09 11:40:56 +02:00
inner-increment-problem.cfg Changed HEAP to grow down from $a000. Fixed inner increment problem. Closes #216 2019-07-09 11:40:56 +02:00
inner-increment-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
inner-increment-problem.sym Changed HEAP to grow down from $a000. Fixed inner increment problem. Closes #216 2019-07-09 11:40:56 +02:00
int-conversion.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
int-conversion.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
int-conversion.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
int-conversion.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
int-literals.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
int-literals.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
int-literals.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
int-literals.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
interrupt-volatile-reuse-problem1.asm
interrupt-volatile-reuse-problem1.cfg
interrupt-volatile-reuse-problem1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
interrupt-volatile-reuse-problem1.prg
interrupt-volatile-reuse-problem1.sym
interrupt-volatile-reuse-problem1.vs
interrupt-volatile-reuse-problem2.asm
interrupt-volatile-reuse-problem2.cfg
interrupt-volatile-reuse-problem2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
interrupt-volatile-reuse-problem2.sym
irq-hardware-clobber-jsr.asm merged and fixed conflict 2019-07-30 15:01:43 +02:00
irq-hardware-clobber-jsr.cfg
irq-hardware-clobber-jsr.log merged and fixed conflict 2019-07-30 15:01:43 +02:00
irq-hardware-clobber-jsr.sym merged and fixed conflict 2019-07-30 15:01:43 +02:00
irq-hardware-clobber.asm
irq-hardware-clobber.cfg
irq-hardware-clobber.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
irq-hardware-clobber.sym
irq-hardware.asm
irq-hardware.cfg
irq-hardware.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
irq-hardware.sym
irq-idx-problem.asm
irq-idx-problem.cfg Removed all calls to ConstantIdentification.isAddressOfUsed(VarRef) since inferedVolatile now handles these situations. Structs are now working. Closes #57 2019-06-17 00:11:01 +02:00
irq-idx-problem.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
irq-idx-problem.sym Removed all calls to ConstantIdentification.isAddressOfUsed(VarRef) since inferedVolatile now handles these situations. Structs are now working. Closes #57 2019-06-17 00:11:01 +02:00
irq-kernel-minimal.asm
irq-kernel-minimal.cfg
irq-kernel-minimal.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
irq-kernel-minimal.sym
irq-kernel.asm
irq-kernel.cfg
irq-kernel.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
irq-kernel.sym
irq-local-var-overlap-problem.asm
irq-local-var-overlap-problem.cfg
irq-local-var-overlap-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
irq-local-var-overlap-problem.sym
irq-raster.asm
irq-raster.cfg
irq-raster.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
irq-raster.sym
irq-volatile-bool-problem.asm Removed all calls to ConstantIdentification.isAddressOfUsed(VarRef) since inferedVolatile now handles these situations. Structs are now working. Closes #57 2019-06-17 00:11:01 +02:00
irq-volatile-bool-problem.cfg Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
irq-volatile-bool-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
irq-volatile-bool-problem.sym Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
iterarray.asm
iterarray.cfg
iterarray.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
iterarray.sym
kc-ka-string-encoding.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
kc-ka-string-encoding.cfg Added encoding information to literal chars. Working on 2/3 of #245 2019-08-03 14:08:48 +02:00
kc-ka-string-encoding.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
kc-ka-string-encoding.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
keyboard-glitch.asm
keyboard-glitch.cfg
keyboard-glitch.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
keyboard-glitch.sym
line-anim.asm Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
line-anim.cfg
line-anim.log Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
line-anim.sym Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
linegen.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
linegen.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
linegen.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
linegen.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
literal-char-minus-number.asm
literal-char-minus-number.cfg
literal-char-minus-number.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
literal-char-minus-number.sym
literal-strings.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
literal-strings.cfg
literal-strings.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
literal-strings.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
literals.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
literals.cfg
literals.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
literals.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
liverange-call-problem.asm Fixed problem with small negative constant unsigned words. 2019-07-10 20:54:35 +02:00
liverange-call-problem.cfg
liverange-call-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
liverange-call-problem.sym
liverange-problem-0.asm Fixed error where global variable live ranges where ignored by ZP coalesce. 2019-07-06 00:48:45 +02:00
liverange-problem-0.cfg Fixed error where global variable live ranges where ignored by ZP coalesce. 2019-07-06 00:48:45 +02:00
liverange-problem-0.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
liverange-problem-0.sym Fixed error where global variable live ranges where ignored by ZP coalesce. 2019-07-06 00:48:45 +02:00
liverange.asm
liverange.cfg
liverange.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
liverange.sym
local-string.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
local-string.cfg
local-string.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
local-string.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
localscope-loops.asm
localscope-loops.cfg
localscope-loops.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
localscope-loops.sym
localscope-simple.asm
localscope-simple.cfg
localscope-simple.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
localscope-simple.sym
longbranch-interrupt-problem.asm
longbranch-interrupt-problem.cfg Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
longbranch-interrupt-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
longbranch-interrupt-problem.sym Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
longjump2.asm
longjump2.cfg
longjump2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
longjump2.sym
longjump.asm
longjump.cfg
longjump.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
longjump.sym
loop100.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop100.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop100.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop100.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-break-continue.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
loop-break-continue.cfg
loop-break-continue.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
loop-break-continue.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
loop-break-nested.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-break-nested.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-break-nested.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-break-nested.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-break.asm
loop-break.cfg
loop-break.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
loop-break.sym
loop-continue.asm
loop-continue.cfg
loop-continue.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
loop-continue.sym
loop-for-sideeffect.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-for-sideeffect.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-for-sideeffect.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-for-sideeffect.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-memset-min.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-memset-min.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-memset-min.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-memset-min.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-problem2.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-problem2.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-problem2.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-problem2.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-problem.asm
loop-problem.cfg
loop-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
loop-problem.sym
loop-while-continue.asm
loop-while-continue.cfg
loop-while-continue.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
loop-while-continue.sym
loop-while-min.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-while-min.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-while-min.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-while-min.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-while-sideeffect.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-while-sideeffect.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-while-sideeffect.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loop-while-sideeffect.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loopmin.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loopmin.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loopmin.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loopmin.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
loopnest2.asm
loopnest2.cfg
loopnest2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
loopnest2.sym
loopnest3.asm
loopnest3.cfg
loopnest3.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
loopnest3.sym
loopnest.asm
loopnest.cfg
loopnest.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
loopnest.sym
loopsplit.asm
loopsplit.cfg
loopsplit.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
loopsplit.sym
malloc-0.asm Changed HEAP to grow down from $a000. Fixed inner increment problem. Closes #216 2019-07-09 11:40:56 +02:00
malloc-0.cfg Fixed void* pointer problem properly. Closes #205 2019-06-24 23:22:20 +02:00
malloc-0.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
malloc-0.sym Changed RADIX enum values. 2019-07-17 23:46:07 +02:00
malloc-1.asm Changed HEAP to grow down from $a000. Fixed inner increment problem. Closes #216 2019-07-09 11:40:56 +02:00
malloc-1.cfg Fixed void* pointer problem properly. Closes #205 2019-06-24 23:22:20 +02:00
malloc-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
malloc-1.sym Changed RADIX enum values. 2019-07-17 23:46:07 +02:00
medusa.asm Added a missing fragment and a newline. Added a petscii tester and started strings.h. 2019-06-17 23:57:45 +02:00
medusa.cfg Added a missing fragment and a newline. Added a petscii tester and started strings.h. 2019-06-17 23:57:45 +02:00
medusa.log Added a missing fragment and a newline. Added a petscii tester and started strings.h. 2019-06-17 23:57:45 +02:00
medusa.sym Added a missing fragment and a newline. Added a petscii tester and started strings.h. 2019-06-17 23:57:45 +02:00
mem-alignment.asm
mem-alignment.cfg
mem-alignment.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
mem-alignment.sym
memcpy-0.asm merged and fixed conflict 2019-07-30 15:01:43 +02:00
memcpy-0.cfg Updated tests 2019-06-22 13:45:11 +02:00
memcpy-0.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
memcpy-0.sym merged and fixed conflict 2019-07-30 15:01:43 +02:00
memory-heap.asm Changed HEAP to grow down from $a000. Fixed inner increment problem. Closes #216 2019-07-09 11:40:56 +02:00
memory-heap.cfg Changed HEAP to grow down from $a000. Fixed inner increment problem. Closes #216 2019-07-09 11:40:56 +02:00
memory-heap.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
memory-heap.sym Changed RADIX enum values. 2019-07-17 23:46:07 +02:00
min-fmul-16.asm Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
min-fmul-16.cfg Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
min-fmul-16.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
min-fmul-16.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
mixed-array-0.asm
mixed-array-0.cfg
mixed-array-0.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
mixed-array-0.sym
mixed-array-1.asm
mixed-array-1.cfg
mixed-array-1.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
mixed-array-1.sym
modglobal.asm
modglobal.cfg
modglobal.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
modglobal.sym
modglobalmin.asm
modglobalmin.cfg
modglobalmin.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
modglobalmin.sym
mul8u-min.asm
mul8u-min.cfg
mul8u-min.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
mul8u-min.sym
multiply-2s.asm
multiply-2s.cfg Fixed void* pointer problem properly. Closes #205 2019-06-24 23:22:20 +02:00
multiply-2s.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
multiply-2s.sym Fixed void* pointer problem properly. Closes #205 2019-06-24 23:22:20 +02:00
multiply-ns.asm Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
multiply-ns.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
multiply-ns.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
multiply-ns.sym Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
nes-array.asm Fixed error where global variable live ranges where ignored by ZP coalesce. 2019-07-06 00:48:45 +02:00
nes-array.cfg Fixed error where global variable live ranges where ignored by ZP coalesce. 2019-07-06 00:48:45 +02:00
nes-array.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
nes-array.sym Fixed error where global variable live ranges where ignored by ZP coalesce. 2019-07-06 00:48:45 +02:00
no-recursion-heavy.asm
no-recursion-heavy.cfg
no-recursion-heavy.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
no-recursion-heavy.sym
noop-cast-elimination.asm
noop-cast-elimination.cfg
noop-cast-elimination.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
noop-cast-elimination.sym
norom-charset.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
norom-charset.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
norom-charset.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
norom-charset.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
number-conversion.asm
number-conversion.cfg
number-conversion.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
number-conversion.sym
number-inference-sum.asm
number-inference-sum.cfg
number-inference-sum.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
number-inference-sum.sym
number-type.asm
number-type.cfg
number-type.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
number-type.sym
operator-lohi-problem-1.asm
operator-lohi-problem-1.cfg
operator-lohi-problem-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
operator-lohi-problem-1.sym
operator-lohi-problem.asm
operator-lohi-problem.cfg
operator-lohi-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
operator-lohi-problem.sym
overlap-allocation-2.asm
overlap-allocation-2.cfg
overlap-allocation-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
overlap-allocation-2.sym
overlap-allocation.asm
overlap-allocation.cfg
overlap-allocation.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
overlap-allocation.sym
plasma-center.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
plasma-center.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
plasma-center.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
plasma-center.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
platform-asm6502.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
platform-asm6502.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
platform-asm6502.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
platform-asm6502.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
plus-0.asm
plus-0.cfg
plus-0.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
plus-0.sym
pointer-cast-2.asm
pointer-cast-2.cfg
pointer-cast-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
pointer-cast-2.sym
pointer-cast-3.asm
pointer-cast-3.cfg
pointer-cast-3.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
pointer-cast-3.sym
pointer-cast-4.asm
pointer-cast-4.cfg
pointer-cast-4.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
pointer-cast-4.sym
pointer-cast.asm
pointer-cast.cfg
pointer-cast.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
pointer-cast.sym
pointer-plus-0.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
pointer-plus-0.cfg
pointer-plus-0.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
pointer-plus-0.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
pointer-pointer-1.asm
pointer-pointer-1.cfg
pointer-pointer-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
pointer-pointer-1.sym
pointer-pointer-2.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
pointer-pointer-2.cfg Any variable affected by address-of is now marked as infered volatile. Closes #200 2019-06-16 23:49:22 +02:00
pointer-pointer-2.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
pointer-pointer-2.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
pointer-pointer-3.asm
pointer-pointer-3.cfg
pointer-pointer-3.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
pointer-pointer-3.sym
pointer-void-0.asm Added initial void pointer support. Working on #186 2019-06-19 23:16:59 +02:00
pointer-void-0.cfg Added initial void pointer support. Working on #186 2019-06-19 23:16:59 +02:00
pointer-void-0.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
pointer-void-0.sym Added initial void pointer support. Working on #186 2019-06-19 23:16:59 +02:00
pointer-void-1.asm Working on fixing void pointers #186 2019-06-20 22:39:45 +02:00
pointer-void-1.cfg Working on fixing void pointers #186 2019-06-20 22:39:45 +02:00
pointer-void-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
pointer-void-1.sym Working on fixing void pointers #186 2019-06-20 22:39:45 +02:00
pointer-void-2.asm Void pointers now work. Closes #186 2019-06-21 00:36:42 +02:00
pointer-void-2.cfg Void pointers now work. Closes #186 2019-06-21 00:36:42 +02:00
pointer-void-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
pointer-void-2.sym Void pointers now work. Closes #186 2019-06-21 00:36:42 +02:00
pointer-void-3.asm Changed default to byte* 2019-06-24 19:48:18 +02:00
pointer-void-3.cfg Fixed void* pointer problem. Closes #205 2019-06-24 22:46:07 +02:00
pointer-void-3.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
pointer-void-3.sym Fixed void* pointer problem. Closes #205 2019-06-24 22:46:07 +02:00
print-problem.asm
print-problem.cfg
print-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
print-problem.sym
printmsg.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
printmsg.cfg
printmsg.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
printmsg.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
problem-negative-word-const.asm Fixed problem with small negative constant unsigned words. 2019-07-10 20:54:35 +02:00
problem-negative-word-const.cfg Fixed problem with small negative constant unsigned words. 2019-07-10 20:54:35 +02:00
problem-negative-word-const.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
problem-negative-word-const.sym Fixed problem with small negative constant unsigned words. 2019-07-10 20:54:35 +02:00
processor-port-test.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
processor-port-test.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
processor-port-test.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
processor-port-test.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
ptr-complex.asm
ptr-complex.cfg
ptr-complex.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
ptr-complex.sym
ptrptr-optimize-0.asm
ptrptr-optimize-0.cfg
ptrptr-optimize-0.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
ptrptr-optimize-0.sym
ptrptr-optimize-1.asm
ptrptr-optimize-1.cfg
ptrptr-optimize-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
ptrptr-optimize-1.sym
ptrptr-optimize-2.asm
ptrptr-optimize-2.cfg
ptrptr-optimize-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
ptrptr-optimize-2.sym
ptrtest.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ptrtest.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ptrtest.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ptrtest.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ptrtestmin.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ptrtestmin.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ptrtestmin.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ptrtestmin.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
reserve-zp-global.asm
reserve-zp-global.cfg
reserve-zp-global.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
reserve-zp-global.sym
reserve-zp-procedure-1.asm
reserve-zp-procedure-1.cfg
reserve-zp-procedure-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
reserve-zp-procedure-1.sym
reserve-zp-procedure-2.asm
reserve-zp-procedure-2.cfg
reserve-zp-procedure-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
reserve-zp-procedure-2.sym
reserve-zp-procedure-3.asm
reserve-zp-procedure-3.cfg
reserve-zp-procedure-3.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
reserve-zp-procedure-3.sym
robozzle64-label-problem.asm Fixed problem with small negative constant unsigned words. 2019-07-10 20:54:35 +02:00
robozzle64-label-problem.cfg
robozzle64-label-problem.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
robozzle64-label-problem.sym
roll-sprite-msb.asm Fixed problem with small negative constant unsigned words. 2019-07-10 20:54:35 +02:00
roll-sprite-msb.cfg
roll-sprite-msb.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
roll-sprite-msb.sym
roll-variable.asm
roll-variable.cfg
roll-variable.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
roll-variable.sym
runtime-unused-procedure.asm
runtime-unused-procedure.cfg
runtime-unused-procedure.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
runtime-unused-procedure.sym
sandbox-ternary-error.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sandbox-ternary-error.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sandbox-ternary-error.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sandbox-ternary-error.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sandbox.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sandbox.cfg Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
sandbox.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sandbox.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
scan-desire-problem.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
scan-desire-problem.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
scan-desire-problem.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
scan-desire-problem.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-center-angle.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-center-angle.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-center-angle.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
screen-center-angle.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
screen-center-distance.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-center-distance.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-center-distance.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
screen-center-distance.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
screen-show-spiral-buckets.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-show-spiral-buckets.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-show-spiral-buckets.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-show-spiral-buckets.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-show-spiral.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-show-spiral.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-show-spiral.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
screen-show-spiral.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
scroll-clobber.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
scroll-clobber.cfg
scroll-clobber.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
scroll-clobber.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
scrollbig-clobber.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
scrollbig-clobber.cfg
scrollbig-clobber.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
scrollbig-clobber.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
semi-struct-1.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
semi-struct-1.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
semi-struct-1.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
semi-struct-1.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
semi-struct-2.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
semi-struct-2.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
semi-struct-2.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
semi-struct-2.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sequence-locality-0.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sequence-locality-0.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sequence-locality-0.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sequence-locality-0.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sequence-locality-1.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sequence-locality-1.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sequence-locality-1.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sequence-locality-1.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
showlogo.sym
sieve-min.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sieve-min.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sieve-min.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sieve-min.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sieve.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sieve.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sieve.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sieve.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
signed-bytes.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
signed-bytes.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
signed-bytes.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
signed-bytes.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
signed-indexed-subtract.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
signed-indexed-subtract.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
signed-indexed-subtract.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
signed-indexed-subtract.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
signed-word-minus-byte-2.asm
signed-word-minus-byte-2.cfg
signed-word-minus-byte-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
signed-word-minus-byte-2.sym
signed-words.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
signed-words.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
signed-words.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
signed-words.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
simple-loop.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
simple-loop.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
simple-loop.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
simple-loop.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sine-plotter.log Fixed problem with small negative constant unsigned words. 2019-07-10 20:54:35 +02:00
sinus-basic.asm Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
sinus-basic.cfg Fixed void* pointer problem. Closes #205 2019-06-24 22:46:07 +02:00
sinus-basic.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinus-basic.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen8.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen8.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sinusgen8.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen8.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen8b.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen8b.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sinusgen8b.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen8b.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen16.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen16.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sinusgen16.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen16.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen16b.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen16b.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sinusgen16b.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgen16b.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgenscale8.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgenscale8.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
sinusgenscale8.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sinusgenscale8.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sizeof-arrays.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sizeof-arrays.cfg Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sizeof-arrays.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
sizeof-arrays.sym
sizeof-expr.asm
sizeof-expr.cfg
sizeof-expr.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
sizeof-expr.sym
sizeof-struct.asm
sizeof-struct.cfg
sizeof-struct.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
sizeof-struct.sym Added a struct unwound placeholder when unwinding a struct variable. Will be used for address-of and to ensure the phi-generator does not run amok. 2019-06-16 17:10:18 +02:00
sizeof-types.asm
sizeof-types.cfg
sizeof-types.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
sizeof-types.sym
statement-sequence-1.asm
statement-sequence-1.cfg
statement-sequence-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
statement-sequence-1.sym
string-const-consolidation-noroot.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
string-const-consolidation-noroot.cfg
string-const-consolidation-noroot.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
string-const-consolidation-noroot.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
string-const-consolidation.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
string-const-consolidation.cfg
string-const-consolidation.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
string-const-consolidation.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
string-encoding-literals.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
string-encoding-literals.cfg
string-encoding-literals.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
string-encoding-literals.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
string-encoding-pragma.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
string-encoding-pragma.cfg
string-encoding-pragma.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
string-encoding-pragma.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
strip.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
strip.cfg
strip.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
strip.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
struct-0.asm
struct-0.cfg
struct-0.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
struct-0.sym Added a struct unwound placeholder when unwinding a struct variable. Will be used for address-of and to ensure the phi-generator does not run amok. 2019-06-16 17:10:18 +02:00
struct-1.asm
struct-1.cfg
struct-1.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
struct-1.sym Added a struct unwound placeholder when unwinding a struct variable. Will be used for address-of and to ensure the phi-generator does not run amok. 2019-06-16 17:10:18 +02:00
struct-2.asm
struct-2.cfg
struct-2.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
struct-2.sym Added a struct unwound placeholder when unwinding a struct variable. Will be used for address-of and to ensure the phi-generator does not run amok. 2019-06-16 17:10:18 +02:00
struct-3.asm
struct-3.cfg
struct-3.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
struct-3.sym Added a struct unwound placeholder when unwinding a struct variable. Will be used for address-of and to ensure the phi-generator does not run amok. 2019-06-16 17:10:18 +02:00
struct-4.asm
struct-4.cfg
struct-4.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
struct-4.sym Added a struct unwound placeholder when unwinding a struct variable. Will be used for address-of and to ensure the phi-generator does not run amok. 2019-06-16 17:10:18 +02:00
struct-5.asm
struct-5.cfg
struct-5.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
struct-5.sym Added a struct unwound placeholder when unwinding a struct variable. Will be used for address-of and to ensure the phi-generator does not run amok. 2019-06-16 17:10:18 +02:00
struct-6.asm
struct-6.cfg
struct-6.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
struct-6.sym Added a struct unwound placeholder when unwinding a struct variable. Will be used for address-of and to ensure the phi-generator does not run amok. 2019-06-16 17:10:18 +02:00
struct-7.asm
struct-7.cfg
struct-7.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
struct-7.sym Added a struct unwound placeholder when unwinding a struct variable. Will be used for address-of and to ensure the phi-generator does not run amok. 2019-06-16 17:10:18 +02:00
struct-8.asm Added spline sample. Added many fragments. Fixed error in line where from&to are the same. Fixed cast to dword/sdword. Fixed unwinding of members that are themselves structs. Closes #222 2019-07-16 21:16:00 +02:00
struct-8.cfg Added spline sample. Added many fragments. Fixed error in line where from&to are the same. Fixed cast to dword/sdword. Fixed unwinding of members that are themselves structs. Closes #222 2019-07-16 21:16:00 +02:00
struct-8.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
struct-8.sym Added spline sample. Added many fragments. Fixed error in line where from&to are the same. Fixed cast to dword/sdword. Fixed unwinding of members that are themselves structs. Closes #222 2019-07-16 21:16:00 +02:00
struct-9.asm Added spline sample. Added many fragments. Fixed error in line where from&to are the same. Fixed cast to dword/sdword. Fixed unwinding of members that are themselves structs. Closes #222 2019-07-16 21:16:00 +02:00
struct-9.cfg Added spline sample. Added many fragments. Fixed error in line where from&to are the same. Fixed cast to dword/sdword. Fixed unwinding of members that are themselves structs. Closes #222 2019-07-16 21:16:00 +02:00
struct-9.log Finished fixes for uniwnding struct pointers/arrays. 2019-07-26 14:31:00 +02:00
struct-9.sym Added spline sample. Added many fragments. Fixed error in line where from&to are the same. Fixed cast to dword/sdword. Fixed unwinding of members that are themselves structs. Closes #222 2019-07-16 21:16:00 +02:00
struct-10.asm Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-10.cfg Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-10.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
struct-10.sym Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-pos-fill.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
struct-pos-fill.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
struct-pos-fill.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
struct-pos-fill.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
struct-ptr-0.asm
struct-ptr-0.cfg
struct-ptr-0.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-0.sym
struct-ptr-1.asm
struct-ptr-1.cfg
struct-ptr-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-1.sym
struct-ptr-2.asm
struct-ptr-2.cfg
struct-ptr-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-2.sym
struct-ptr-3.asm
struct-ptr-3.cfg
struct-ptr-3.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-3.sym
struct-ptr-4.asm
struct-ptr-4.cfg
struct-ptr-4.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-4.sym
struct-ptr-5.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
struct-ptr-5.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
struct-ptr-5.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
struct-ptr-5.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
struct-ptr-6.asm
struct-ptr-6.cfg
struct-ptr-6.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-6.sym
struct-ptr-7.asm
struct-ptr-7.cfg
struct-ptr-7.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-7.sym
struct-ptr-8.asm
struct-ptr-8.cfg
struct-ptr-8.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-8.sym
struct-ptr-9.asm
struct-ptr-9.cfg
struct-ptr-9.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-9.sym
struct-ptr-10.asm
struct-ptr-10.cfg
struct-ptr-10.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
struct-ptr-10.sym
struct-ptr-11.asm
struct-ptr-11.cfg
struct-ptr-11.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-11.sym
struct-ptr-12-ref.asm Added address-of test identifying problems with address-of implementation. Error is #200 2019-06-16 15:03:23 +02:00
struct-ptr-12-ref.cfg Added address-of test identifying problems with address-of implementation. Error is #200 2019-06-16 15:03:23 +02:00
struct-ptr-12-ref.log Added support for address-of array-element &sieve[j]. Closes #228 2019-07-26 16:12:12 +02:00
struct-ptr-12-ref.sym Added address-of test identifying problems with address-of implementation. Error is #200 2019-06-16 15:03:23 +02:00
struct-ptr-12.asm Implemented unwound struct address-of rewriting to use first member. 2019-06-16 19:54:03 +02:00
struct-ptr-12.cfg Implemented unwound struct address-of rewriting to use first member. 2019-06-16 19:54:03 +02:00
struct-ptr-12.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-12.sym Implemented unwound struct address-of rewriting to use first member. 2019-06-16 19:54:03 +02:00
struct-ptr-13.asm Added missing ref-files. 2019-06-15 19:19:22 +02:00
struct-ptr-13.cfg Added missing ref-files. 2019-06-15 19:19:22 +02:00
struct-ptr-13.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-13.sym Added missing ref-files. 2019-06-15 19:19:22 +02:00
struct-ptr-14.asm Added another struct address-of test passing the pointer to a procedure. 2019-06-16 21:48:13 +02:00
struct-ptr-14.cfg Added another struct address-of test passing the pointer to a procedure. 2019-06-16 21:48:13 +02:00
struct-ptr-14.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-14.sym Added another struct address-of test passing the pointer to a procedure. 2019-06-16 21:48:13 +02:00
struct-ptr-15.asm Added utoa() implementation handling binary/octal/decimal & hexadecimal. 2019-07-17 23:38:09 +02:00
struct-ptr-15.cfg Added utoa() implementation handling binary/octal/decimal & hexadecimal. 2019-07-17 23:38:09 +02:00
struct-ptr-15.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
struct-ptr-15.sym Added utoa() implementation handling binary/octal/decimal & hexadecimal. 2019-07-17 23:38:09 +02:00
struct-ptr-16.asm Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
struct-ptr-16.cfg Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-16.log Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
struct-ptr-16.sym Implemented light-weight zeropage coalesce. Closes #237 2019-07-31 13:47:22 +02:00
struct-ptr-17.asm Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-17.cfg Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-17.log Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-17.sym Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-18.asm Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-18.cfg Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-18.log Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-18.sym Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-19.asm Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-19.cfg Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-19.log Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
struct-ptr-19.sym Renamed struct tests away from "problem-" name. Postponed struct member unwinding for non-variable members. 2019-07-26 14:54:10 +02:00
subexpr-optimize-0.asm
subexpr-optimize-0.cfg
subexpr-optimize-0.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
subexpr-optimize-0.sym
subexpr-optimize-1.asm
subexpr-optimize-1.cfg
subexpr-optimize-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
subexpr-optimize-1.sym
subexpr-optimize-2.asm
subexpr-optimize-2.cfg
subexpr-optimize-2.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
subexpr-optimize-2.sym
subexpr-optimize-3.asm
subexpr-optimize-3.cfg
subexpr-optimize-3.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
subexpr-optimize-3.sym
subexpr-optimize-4.asm
subexpr-optimize-4.cfg
subexpr-optimize-4.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
subexpr-optimize-4.sym
summin.asm
summin.cfg
summin.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
summin.sym
ternary-1.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ternary-1.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ternary-1.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ternary-1.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ternary-2.asm
ternary-2.cfg
ternary-2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
ternary-2.sym
ternary-3.asm
ternary-3.cfg
ternary-3.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
ternary-3.sym
ternary-inference.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ternary-inference.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ternary-inference.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
ternary-inference.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-comments-block.asm
test-comments-block.cfg
test-comments-block.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
test-comments-block.sym
test-comments-loop.asm
test-comments-loop.cfg
test-comments-loop.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
test-comments-loop.sym
test-comments-single.asm
test-comments-single.cfg
test-comments-single.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
test-comments-single.sym
test-comments-usage.asm
test-comments-usage.cfg
test-comments-usage.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
test-comments-usage.sym
test-comparisons-sword.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-comparisons-sword.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-comparisons-sword.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-comparisons-sword.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-comparisons-word.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-comparisons-word.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-comparisons-word.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-comparisons-word.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-comparisons.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-comparisons.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-comparisons.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-comparisons.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-division.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-division.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-division.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-division.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-interrupt-notype.asm
test-interrupt-notype.cfg
test-interrupt-notype.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
test-interrupt-notype.sym
test-interrupt-volatile-write.asm
test-interrupt-volatile-write.cfg Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
test-interrupt-volatile-write.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
test-interrupt-volatile-write.sym Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
test-interrupt-volatile.asm
test-interrupt-volatile.cfg
test-interrupt-volatile.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
test-interrupt-volatile.sym
test-interrupt.asm
test-interrupt.cfg
test-interrupt.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
test-interrupt.sym
test-kasm-pc.asm
test-kasm-pc.cfg
test-kasm-pc.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
test-kasm-pc.sym
test-kasm.asm
test-kasm.cfg
test-kasm.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
test-kasm.sym
test-keyboard-space.asm
test-keyboard-space.cfg
test-keyboard-space.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
test-keyboard-space.sym
test-keyboard.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-keyboard.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-keyboard.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-keyboard.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-lohiconst.asm
test-lohiconst.cfg
test-lohiconst.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
test-lohiconst.sym
test-lowhigh.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-lowhigh.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-lowhigh.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-lowhigh.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-multiply-8bit.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-multiply-8bit.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-multiply-8bit.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-multiply-8bit.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-multiply-16bit.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-multiply-16bit.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-multiply-16bit.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-multiply-16bit.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-scroll-up.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-scroll-up.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-scroll-up.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-scroll-up.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-signed-word-minus-byte.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-signed-word-minus-byte.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-signed-word-minus-byte.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-signed-word-minus-byte.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
test-word-size-arrays.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-word-size-arrays.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-word-size-arrays.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
test-word-size-arrays.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
tetris-npe.asm Tetris NPE has been fixed. 2019-07-06 11:00:15 +02:00
tetris-npe.cfg Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
tetris-npe.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
tetris-npe.sym Dropped SelfPhiEliminate pass - so now phi-variables have value for all predecessor-blocks. Added self-phi-handling to Identical-PHI optimization step instead. Closes #231 2019-07-25 14:35:43 +02:00
textbox.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
textbox.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
textbox.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
textbox.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
tod018-problem.asm
tod018-problem.cfg
tod018-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
tod018-problem.sym
travis1.asm Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
travis1.cfg
travis1.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
travis1.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
true-inline-words.asm
true-inline-words.cfg
true-inline-words.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
true-inline-words.sym
type-inference.asm
type-inference.cfg
type-inference.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
type-inference.sym
type-mix.asm
type-mix.cfg
type-mix.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
type-mix.sym
type-signed.asm Added spline sample. Added many fragments. Fixed error in line where from&to are the same. Fixed cast to dword/sdword. Fixed unwinding of members that are themselves structs. Closes #222 2019-07-16 21:16:00 +02:00
type-signed.cfg Fixed tests 2019-06-30 15:30:08 +02:00
type-signed.log Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
type-signed.sym Fixed encoded string zero termination. Closes #192 2019-08-07 19:36:19 +02:00
typedef-0.asm Added support for typedef (only supported in the global scope). Closes #177 2019-06-15 00:32:09 +02:00
typedef-0.cfg Added support for typedef (only supported in the global scope). Closes #177 2019-06-15 00:32:09 +02:00
typedef-0.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
typedef-0.sym Added support for typedef (only supported in the global scope). Closes #177 2019-06-15 00:32:09 +02:00
typedef-1.asm Added support for typedef (only supported in the global scope). Closes #177 2019-06-15 00:32:09 +02:00
typedef-1.cfg Added support for typedef (only supported in the global scope). Closes #177 2019-06-15 00:32:09 +02:00
typedef-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
typedef-1.sym Added a struct unwound placeholder when unwinding a struct variable. Will be used for address-of and to ensure the phi-generator does not run amok. 2019-06-16 17:10:18 +02:00
typeid-plus-byte-problem.asm Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
typeid-plus-byte-problem.cfg
typeid-plus-byte-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
typeid-plus-byte-problem.sym Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
typeid-plus-bytes.asm Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
typeid-plus-bytes.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
typeid-plus-bytes.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
typeid-plus-bytes.sym Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
typeid-simple.asm Made char (without sign qualifier) unsigned as allowed by standard C. Closes #204 2019-07-06 11:24:16 +02:00
typeid-simple.cfg Made char (without sign qualifier) unsigned as allowed by standard C. Closes #204 2019-07-06 11:24:16 +02:00
typeid-simple.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
typeid-simple.sym
typeinference-problem.asm Added malloc tests. Improved cast handing in ASM fragments. Optimized screen center distance calculation (implemented table-based sqr() and sqrt() using binary search). 2019-06-23 23:44:55 +02:00
typeinference-problem.cfg
typeinference-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
typeinference-problem.sym
typemismatch.asm
uninitialized.asm
uninitialized.cfg
uninitialized.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
uninitialized.sym
unroll-for-min.asm Implemented new Unroller that can copy a set of blocks in the control flow graph and handles block transitions according to a specified strategy. Moved loop-unroll implementation to the new Unroller. 2019-08-05 17:32:37 +02:00
unroll-for-min.cfg Implemented new Unroller that can copy a set of blocks in the control flow graph and handles block transitions according to a specified strategy. Moved loop-unroll implementation to the new Unroller. 2019-08-05 17:32:37 +02:00
unroll-for-min.log Implemented new Unroller that can copy a set of blocks in the control flow graph and handles block transitions according to a specified strategy. Moved loop-unroll implementation to the new Unroller. 2019-08-05 17:32:37 +02:00
unroll-for-min.sym Implemented new Unroller that can copy a set of blocks in the control flow graph and handles block transitions according to a specified strategy. Moved loop-unroll implementation to the new Unroller. 2019-08-05 17:32:37 +02:00
unroll-loop-modifyvar.asm
unroll-loop-modifyvar.cfg
unroll-loop-modifyvar.log Added constant loop-head detection to a switchable optimization option -Oloophead. #246 2019-08-07 11:27:56 +02:00
unroll-loop-modifyvar.sym
unroll-screenfill-for-double.asm
unroll-screenfill-for-double.cfg
unroll-screenfill-for-double.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
unroll-screenfill-for-double.sym
unroll-screenfill-for.asm
unroll-screenfill-for.cfg
unroll-screenfill-for.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
unroll-screenfill-for.sym
unroll-screenfill-while.asm
unroll-screenfill-while.cfg
unroll-screenfill-while.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
unroll-screenfill-while.sym
unroll-while-min.asm Implemented new Unroller that can copy a set of blocks in the control flow graph and handles block transitions according to a specified strategy. Moved loop-unroll implementation to the new Unroller. 2019-08-05 17:32:37 +02:00
unroll-while-min.cfg Implemented new Unroller that can copy a set of blocks in the control flow graph and handles block transitions according to a specified strategy. Moved loop-unroll implementation to the new Unroller. 2019-08-05 17:32:37 +02:00
unroll-while-min.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
unroll-while-min.sym Implemented new Unroller that can copy a set of blocks in the control flow graph and handles block transitions according to a specified strategy. Moved loop-unroll implementation to the new Unroller. 2019-08-05 17:32:37 +02:00
unused-irq.asm
unused-irq.cfg
unused-irq.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
unused-irq.sym
unused-method.asm
unused-method.cfg
unused-method.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
unused-method.sym
unused-vars.asm Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
unused-vars.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
unused-vars.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
unused-vars.sym
unusedblockproblem.asm
unusedblockproblem.cfg
unusedblockproblem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
unusedblockproblem.sym
useglobal.asm
useglobal.cfg
useglobal.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
useglobal.sym
useuninitialized.asm
useuninitialized.cfg
useuninitialized.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
useuninitialized.sym
valuelist-error.asm
var-forward-problem2.asm
var-forward-problem2.cfg
var-forward-problem2.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
var-forward-problem2.sym
var-forward-problem.asm
var-forward-problem.cfg
var-forward-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
var-forward-problem.sym
var-init-problem.asm
var-init-problem.cfg
var-init-problem.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
var-init-problem.sym
var-register.asm
var-register.cfg
var-register.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
var-register.sym
void-parameter.asm
void-parameter.cfg
void-parameter.log merged and fixed conflict 2019-07-30 15:01:43 +02:00
void-parameter.sym merged and fixed conflict 2019-07-30 15:01:43 +02:00
voronoi.asm Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
voronoi.cfg Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
voronoi.log Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
voronoi.sym Added constant loop head optimization, that detects when the condition is constant in the first loop iteration. Closes #246 2019-08-07 13:22:05 +02:00
wfragment1.asm
wfragment1.cfg
wfragment1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
wfragment1.sym Added utoa() and ultoa() to print() 2019-07-18 00:45:46 +02:00
word-array-0.asm Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
word-array-0.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
word-array-0.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
word-array-0.sym Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
word-array-1.asm
word-array-1.cfg
word-array-1.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
word-array-1.sym
word-array-2.asm Added spline test, a bunch of missing fragments and special ror/rol 8 handling. 2019-07-15 23:45:52 +02:00
word-array-2.cfg
word-array-2.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
word-array-2.sym
word-pointer-compound.asm
word-pointer-compound.cfg
word-pointer-compound.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
word-pointer-compound.sym
word-pointer-iteration-0.asm
word-pointer-iteration-0.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
word-pointer-iteration-0.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
word-pointer-iteration-0.sym Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
word-pointer-iteration.asm
word-pointer-iteration.cfg
word-pointer-iteration.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
word-pointer-iteration.sym
word-pointer-math-0.asm
word-pointer-math-0.cfg Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
word-pointer-math-0.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
word-pointer-math-0.sym Implemented enum support for complex constants in enum values. Added enum to clearscreen. Changed constant expression handling in pass 0. 2019-06-19 01:23:27 +02:00
word-pointer-math-1.asm Fixed pointer subtraction error. Closes #206 2019-06-24 19:30:52 +02:00
word-pointer-math-1.cfg Added tests for two errors #205 and #206 2019-06-24 08:21:58 +02:00
word-pointer-math-1.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
word-pointer-math-1.sym Fixed pointer subtraction error. Closes #206 2019-06-24 19:30:52 +02:00
word-pointer-math.asm
word-pointer-math.cfg
word-pointer-math.log Added support for literal arrays of structs by making the literal-identification and literal-handling and code-generation recursive over the value lists. Closes #223 2019-07-28 23:05:30 +02:00
word-pointer-math.sym
wordexpr.asm
wordexpr.cfg
wordexpr.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
wordexpr.sym
zeropage-sinus.asm merged and fixed conflict 2019-07-30 15:01:43 +02:00
zeropage-sinus.cfg merged and fixed conflict 2019-07-30 15:01:43 +02:00
zeropage-sinus.log merged and fixed conflict 2019-07-30 15:01:43 +02:00
zeropage-sinus.sym merged and fixed conflict 2019-07-30 15:01:43 +02:00
zpparammin.asm
zpparammin.cfg
zpparammin.log Added support for different target platforms. Added first platforms c64basic and asm6502 (no upstart). Closes #232 2019-07-25 17:06:19 +02:00
zpparammin.sym
zpptr.asm
zpptr.cfg
zpptr.log Working on extracting zp coalesce logic. 2019-07-31 11:08:33 +02:00
zpptr.sym