Jesper Gravgaard
|
ae765bec6b
|
Allowing location to be any expression that ends up being constant. Changed syntax for kickasm directives.
|
2018-07-25 20:09:12 +09:00 |
|
Jesper Gravgaard
|
19855bed21
|
Added "location" directive to inline kickasm to allow absolute placement.
|
2018-07-25 17:10:46 +09:00 |
|
Jesper Gravgaard
|
ea80c9445a
|
Fixed arrays with fixed size defined by a simple named constant.
|
2018-07-23 23:24:44 +09:00 |
|
Jesper Gravgaard
|
112087b7bb
|
Added iteration through all parts of the symbol table to usage finding. Now array lenghts set to constant calculations also work.
|
2018-07-23 16:27:30 +09:00 |
|
Jesper Gravgaard
|
99085f1351
|
Refactored ReferenceInfos to use a more abstract model of references to variables/constants.
|
2018-07-23 01:00:25 +09:00 |
|
Jesper Gravgaard
|
4b4c6f5364
|
Using ProgramValueIterator instead of custom loop.
|
2018-07-22 16:41:19 +09:00 |
|
Jesper Gravgaard
|
81e214cee3
|
Now replacing in both control flow graph and symbol table per default.
|
2018-07-22 16:24:08 +09:00 |
|
Jesper Gravgaard
|
f17422a564
|
Renamed ValueReplacer classes to ValueIterator to better illustrate the generic nature.
|
2018-07-22 16:02:51 +09:00 |
|
Jesper Gravgaard
|
a14fa4dec3
|
Eliminated AliasReplacers separate implementation of the execution. Now using a clean ValueReplacer. Also fixed Pass1GenerateSSA to use a clean ValueReplacer.
|
2018-07-22 14:14:15 +09:00 |
|
Jesper Gravgaard
|
f9449997cb
|
Refacing ValueReplacer
|
2018-07-21 23:29:11 +09:00 |
|
Jesper Gravgaard
|
62cfda6468
|
Added SymbolVariableRef (preparing for refacing ValueReplacer and ReferenceInfos)
|
2018-07-21 22:58:42 +09:00 |
|
Jesper Gravgaard
|
3328a570c6
|
Implemented late constant resolving for array lengths allowing the use of any constant expressions in the first/last values. The length inside the SymbolType still needs to be fixed - so a few tests currently fail.
|
2018-07-21 18:13:36 +09:00 |
|
Jesper Gravgaard
|
ac9ba0065c
|
Implemented late constant resolving for ranged for() allowing the use of any constant expressions in the first/last values..
|
2018-07-12 14:42:47 +02:00 |
|
Jesper Gravgaard
|
dbcbe597c0
|
Fixed test on Windows.
|
2018-07-10 22:29:12 +02:00 |
|
jespergravgaard
|
cda0a9b498
|
Added a sinus plotter to test the sinus curves against macro-generated sinus.
|
2018-07-10 11:56:01 +02:00 |
|
jespergravgaard
|
ad0512cc9d
|
Fixed test
|
2018-07-09 18:57:14 +02:00 |
|
jespergravgaard
|
5abd555206
|
Implemented initial logo scroller. Fixed long branch detection when inlining kickasm. Added needed fragments.
|
2018-07-09 18:39:01 +02:00 |
|
Jesper Gravgaard
|
5e9b15477a
|
Implemented sinus generator for logo scroller. Added missing fragments and fixed issue when removing an unused block also made some variables unused.
|
2018-07-08 23:58:43 +02:00 |
|
Jesper Gravgaard
|
2c0299ee09
|
Implemented support for resources neede for inline KickAsm code.
|
2018-07-07 19:23:38 +02:00 |
|
Jesper Gravgaard
|
a82c5cf5b1
|
Implemented support for inline KickAssembler code
|
2018-07-07 13:55:15 +02:00 |
|
jespergravgaard
|
198c941d85
|
Added syntax for extern variables and inline kickasm code
|
2018-07-06 12:42:59 +02:00 |
|
jespergravgaard
|
45f30c7031
|
Fixed fragment test
|
2018-06-03 23:33:49 +02:00 |
|
Jesper Gravgaard
|
364ea5e9b9
|
Fixed fragment tests
|
2018-06-02 11:34:35 +02:00 |
|
Jesper Gravgaard
|
11b700d269
|
Fixed tests
|
2018-06-01 00:45:18 +02:00 |
|
Jesper Gravgaard
|
bb1048fdfa
|
Fixed problem with ROL/ROR/ASL/LSR A not marked as clobbering A.
Working on line anim.
|
2018-05-31 20:01:56 +02:00 |
|
jespergravgaard
|
68cba8f9af
|
A bit more line anim - work in (early) progress. Added inlined toD018() and toDd00().
|
2018-05-14 23:53:03 +02:00 |
|
jespergravgaard
|
a7b751a9fd
|
A bit more line anim - work in (early) progress.
|
2018-05-14 10:31:43 +02:00 |
|
jespergravgaard
|
f492173178
|
Added line anim - work in (early) progress.
|
2018-05-08 00:25:33 +02:00 |
|
jespergravgaard
|
808b60d06a
|
Added printable error context to statements
|
2018-05-05 21:34:24 +02:00 |
|
jespergravgaard
|
21478bd5b6
|
Removed param-assignment attribute from call
|
2018-05-01 22:51:00 +02:00 |
|
jespergravgaard
|
e589373374
|
Added support for multi-level function inlining containing value-lists.
|
2018-05-01 22:37:28 +02:00 |
|
jespergravgaard
|
de8654322f
|
Renamed method
|
2018-05-01 22:10:06 +02:00 |
|
jespergravgaard
|
4e973cebc7
|
Now supporting more complex functions inlining.
|
2018-05-01 22:08:23 +02:00 |
|
jespergravgaard
|
6bd3a2dedf
|
Implemented function inlining. Closes #63
|
2018-05-01 00:09:51 +02:00 |
|
jespergravgaard
|
b15a88f27e
|
Changed control flow graph block collection to a modifiable list.
|
2018-04-29 22:34:26 +02:00 |
|
jespergravgaard
|
3879ac83b0
|
Added ConstantCastValue for when noop casts are used on constant values.
|
2018-04-29 21:39:12 +02:00 |
|
jespergravgaard
|
a3109431bf
|
Renamed modulus to modulo
|
2018-04-28 13:07:51 +02:00 |
|
jespergravgaard
|
469fd63320
|
Renamed modulus to modulo
|
2018-04-28 13:00:20 +02:00 |
|
jespergravgaard
|
55fa7be4d1
|
Implemented compound assignments. Closes #104
|
2018-04-28 12:06:01 +02:00 |
|
jespergravgaard
|
6a399cf210
|
Renamed boolean to bool. Closes #110
|
2018-04-28 08:41:05 +02:00 |
|
jespergravgaard
|
37e300fb2b
|
Added test of chained assignments.
|
2018-04-28 08:22:53 +02:00 |
|
jespergravgaard
|
7ed032f039
|
Fixed fragment test reference data
|
2018-04-28 08:15:21 +02:00 |
|
jespergravgaard
|
35080d08d1
|
Added error when encountering runtime dicision/multiplication/modulus.
|
2018-04-27 20:12:51 +02:00 |
|
jespergravgaard
|
779e10aefc
|
Added some basic arithmetic expression tests.
|
2018-04-27 16:11:42 +02:00 |
|
jespergravgaard
|
760ea7db44
|
Added missing fragment
|
2018-04-27 15:05:19 +02:00 |
|
jespergravgaard
|
521385065d
|
Fixed logging
|
2018-04-27 14:55:46 +02:00 |
|
jespergravgaard
|
80f57ed5f1
|
Added boolean pointer test and a test that modifying a constant results in an error.
|
2018-04-27 14:49:35 +02:00 |
|
jespergravgaard
|
ad54c264c4
|
Added boolean type variables & fragments. Lots of missing fragments. Inlining any booleans possible will improve performance. Closes #86
|
2018-04-27 01:09:34 +02:00 |
|
jespergravgaard
|
e3da759057
|
Added test with a constant word pointer. Added missing word fragments. Fixed issue with pointer to unused word variable.
|
2018-04-26 23:29:43 +02:00 |
|
jespergravgaard
|
9265592f25
|
Implemented identical phi elimination
|
2018-04-25 01:11:28 +02:00 |
|
jespergravgaard
|
b2f16e2a57
|
Added missing fragments and a few new synth rules for derefidx
|
2018-04-24 23:15:18 +02:00 |
|
jespergravgaard
|
34d8afcaae
|
Added some simple test programs for the manual.
|
2018-04-24 10:05:48 +02:00 |
|
jespergravgaard
|
34909f47d8
|
Recusion now detected, resulting in CompileError. Closes #88
|
2018-04-22 23:46:26 +02:00 |
|
jespergravgaard
|
a34f77d319
|
Improved fragment synthesis by allowing X/Y registers to be used for constant byte values - great for _derefidx_vbuc1! Closes #99
|
2018-04-22 22:49:40 +02:00 |
|
Jesper Gravgaard
|
eb2ff934c7
|
Added pass 2 assertion that no unversioned or fwddref variable refs exist.
|
2018-04-22 12:40:20 +02:00 |
|
Jesper Gravgaard
|
4640b31043
|
Added another test securing that undefined variables cannot be used even if fwd-refs are allowed.
|
2018-04-22 12:22:48 +02:00 |
|
jespergravgaard
|
c8edee4291
|
Implemented constant pointer detection - allowing for efficient NULL-code using const byte* NULL = $00. Closes #79
|
2018-04-22 11:40:25 +02:00 |
|
jespergravgaard
|
43395567af
|
Implemented constant pointer detection - allowing for efficient NULL-code using const byte* NULL = $00. Closes #79
|
2018-04-22 11:24:02 +02:00 |
|
jespergravgaard
|
3a0a8f450d
|
Now allowing forward references to variables (expected to be constants). Closes #101
|
2018-04-22 11:10:47 +02:00 |
|
jespergravgaard
|
13249cd744
|
Fixed problem where inline string is used only in hi/lo operator. Closes #103
|
2018-04-22 09:59:08 +02:00 |
|
jespergravgaard
|
b2f1e1abe3
|
Implemented boolean && /
|
2018-04-21 23:00:05 +02:00 |
|
jespergravgaard
|
8a7f5bde39
|
Implemented identification & elimination of complex constant if()s
|
2018-04-21 21:38:30 +02:00 |
|
jespergravgaard
|
5e3cbe1f3a
|
Added a const inline case
|
2018-04-20 23:09:18 +02:00 |
|
Jesper Gravgaard
|
b1b8f361d3
|
Improved bool min test
|
2018-04-20 20:48:13 +02:00 |
|
jespergravgaard
|
92cba685e1
|
Added another const bool test
|
2018-04-19 22:29:01 +02:00 |
|
jespergravgaard
|
ee6e58f79c
|
Fixed problem with PHI-blocks still referencing blocks that no longer call them bacause of constant bool if()s.
|
2018-04-19 01:46:41 +02:00 |
|
jespergravgaard
|
2fb9619381
|
Implemented constant if elimination and unused block removal in pass 2.
|
2018-04-18 23:19:25 +02:00 |
|
Jesper Gravgaard
|
e319ec9260
|
Added bool min test
|
2018-04-18 20:03:39 +02:00 |
|
Jesper Gravgaard
|
1ae9dbb6cf
|
Added inline string test 3 & made minor fix to dtv-blitter-min
|
2018-04-18 12:44:52 +02:00 |
|
jespergravgaard
|
3ddc19c5c2
|
Implemented blitter minimal example. Added missing ref files.
|
2018-04-15 23:32:49 +02:00 |
|
Jesper Gravgaard
|
c29d278146
|
Adding more C64DTV test programs
|
2018-04-15 20:02:48 +02:00 |
|
Jesper Gravgaard
|
9cc3490f28
|
Added the last modes
|
2018-04-14 01:08:08 +02:00 |
|
Jesper Gravgaard
|
7fd8669cc1
|
Fixed constant inlining of strings. Closes #102
|
2018-04-13 20:06:29 +02:00 |
|
jespergravgaard
|
23ff5bab95
|
Added Sixs FRED mode
|
2018-04-10 00:00:01 +02:00 |
|
jespergravgaard
|
301ea8b645
|
Added more presets
|
2018-04-09 08:46:37 +02:00 |
|
jespergravgaard
|
a49e61f747
|
Added more gfx to the tester
|
2018-04-08 02:32:37 +02:00 |
|
jespergravgaard
|
706734360f
|
Fixed tests
|
2018-04-07 17:03:36 +02:00 |
|
jespergravgaard
|
72e39f7cc4
|
Form and GFX are now two separate modes
|
2018-04-07 16:01:35 +02:00 |
|
jespergravgaard
|
2aef56bb2c
|
Implemented split screen form menu
|
2018-04-05 00:30:26 +02:00 |
|
jespergravgaard
|
6bfc6de252
|
Added a keyboard event queue with scanner. Using it in C64DTV Gfx Explorer.
|
2018-04-04 12:07:14 +02:00 |
|
jespergravgaard
|
93fb8e1bff
|
Added form colors. Added all fields to form.
|
2018-04-03 22:52:59 +02:00 |
|
jespergravgaard
|
0ad7984fe2
|
Added form field max values
|
2018-04-03 19:49:06 +02:00 |
|
jespergravgaard
|
25f396de12
|
Added z4 to tests
|
2018-04-03 08:21:04 +02:00 |
|
jespergravgaard
|
17ffe83bd2
|
Implemented v0.1 of a screen form library
|
2018-04-03 00:02:25 +02:00 |
|
jespergravgaard
|
91589327e3
|
Fixed loop detection problem.
|
2018-04-01 12:32:45 +02:00 |
|
jespergravgaard
|
10fd6ff19a
|
Lowered uplift combinations further for higher speed
|
2018-04-01 12:17:13 +02:00 |
|
jespergravgaard
|
617b85ba8d
|
Added missing a ora c
|
2018-04-01 04:40:28 +02:00 |
|
jespergravgaard
|
2d2ca18553
|
Fixed syntax
|
2018-04-01 04:38:11 +02:00 |
|
jespergravgaard
|
ef83e4342c
|
Making loop error not fail.
|
2018-04-01 04:00:07 +02:00 |
|
jespergravgaard
|
302b5a62d7
|
Implemented partial gfx mode tester for c64dtv. found loop error.
|
2018-04-01 03:58:07 +02:00 |
|
jespergravgaard
|
6e9503a14d
|
Made modes 1-3 compatible with stock C64
|
2018-03-29 09:19:36 +02:00 |
|
jespergravgaard
|
626329ddaa
|
Added hicol MC mode
|
2018-03-29 09:09:07 +02:00 |
|
jespergravgaard
|
89e2900fdc
|
Added ECM modes and MC std mode.
|
2018-03-29 08:49:51 +02:00 |
|
jespergravgaard
|
88313bbb81
|
added std charset / hicolor std charset and ecm std charset modes
|
2018-03-29 00:37:04 +02:00 |
|
jespergravgaard
|
7a55705b3e
|
Added Sixs FRED 2 mode
|
2018-03-28 16:43:47 +02:00 |
|
jespergravgaard
|
b4bfaf016a
|
Lowered number of uplift permutations to 1000
|
2018-03-28 15:21:22 +02:00 |
|
jespergravgaard
|
e518c393e6
|
Added chunky 8bpp BMM
|
2018-03-28 13:00:32 +02:00 |
|
jespergravgaard
|
839c356118
|
Added 8bpp Pixel Cell Mode
|
2018-03-27 22:32:06 +02:00 |
|
Jesper Gravgaard
|
46e5cb3e79
|
Fixed high-byteoperator problem with constants.
|
2018-03-27 12:01:58 +02:00 |
|
Jesper Gravgaard
|
39a6b0493f
|
Fixed high-byteoperator problem with constants.
|
2018-03-27 11:52:51 +02:00 |
|