1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-08-02 09:29:35 +00:00
Commit Graph

812 Commits

Author SHA1 Message Date
jespergravgaard
32d224589a Added kickc.sh executor and examples of kickc code to release. 2018-10-01 01:15:00 +02:00
jespergravgaard
0b86f55829 Added PDF manual 2018-09-30 20:32:50 +02:00
jespergravgaard
66b1249336 Refactored to a single CI task - with a single artifact 2018-09-30 15:51:15 +02:00
Jesper Gravgaard
aee3c197da Moved to root folder to make better ZIP. Also added LICENSES. 2018-09-30 12:31:24 +02:00
Jesper Gravgaard
14670a6276 Moved to root folder to make better ZIP 2018-09-30 12:26:23 +02:00
Jesper Gravgaard
c4dfc5aba5 Trying to expire temporary artifact 2018-09-30 12:08:42 +02:00
Jesper Gravgaard
a41435012e Another attempt at lreasing through jobs 2018-09-30 11:54:06 +02:00
Jesper Gravgaard
bccddc1083 Another attempt at lreasing through jobs 2018-09-30 11:52:23 +02:00
Jesper Gravgaard
f33da3dfa7 Another attempt 2018-09-29 12:29:40 +02:00
Jesper Gravgaard
84c2e54085 Hoping to create beter release ZIP 2018-09-29 12:24:57 +02:00
jespergravgaard
c8c1c86e72 Hoping to rename artifact 2018-09-26 23:39:11 +02:00
jespergravgaard
a26a93c901 Added artifact containing the packaged ZIP-file to GITLAB. 2018-09-26 22:49:00 +02:00
jespergravgaard
fcd3902090 Added test for default interrupt type (KERNEL_MIN). 2018-09-26 22:44:40 +02:00
jespergravgaard
c70801ee85 Added option for controlling uplift combinations. 2018-09-26 22:01:15 +02:00
jespergravgaard
44c32ba2e8 Added current path to includes. 2018-09-26 21:13:54 +02:00
jespergravgaard
b777a6bd98 Updated libraries. Added packaging assembly to maven POM. 2018-09-26 19:57:15 +02:00
jespergravgaard
7cecb2fb71 Added rudimentary bitwise not. 2018-09-13 12:08:11 +02:00
jespergravgaard
5f91f3c8be Added initial package phase to maven. 2018-09-03 00:33:16 +02:00
jespergravgaard
9816e4cba1 Fixed test 2018-09-01 00:03:45 +02:00
jespergravgaard
e335a956e7 Added inline hello world 2 2018-08-31 23:43:37 +02:00
jespergravgaard
82c7a6c84d Improved command help 2018-08-31 23:22:09 +02:00
jespergravgaard
17ad45d453 Moved some KC-files to stdlib. Added option for multiple include paths. 2018-08-31 22:52:10 +02:00
jespergravgaard
7f29a344ae Improved commandline to include output-directory, compilation & execution. 2018-08-27 01:03:15 +02:00
jespergravgaard
7b940014a2 Version 0.5. First cmdline runnable version. 2018-08-26 09:12:31 +02:00
jespergravgaard
ffba4a87c1 Added target to create JAR 2018-08-25 10:28:22 +02:00
jespergravgaard
c05b04ff3c Created initial simple commandline using picocli. 2018-08-23 23:54:39 +02:00
jespergravgaard
8efb7f9f2f Added example of (non-working) calls inside unrolled loop.
Refactored hyperscreen to use c64.kc.
2018-08-23 22:14:39 +02:00
jespergravgaard
6dca0ada51 Added few comments and a few new constants 2018-08-23 00:35:19 +02:00
jespergravgaard
63badba136 Removed a bit more logging. 2018-08-23 00:24:33 +02:00
jespergravgaard
2c6fab8fe4 Removed a bit more logging. 2018-08-22 22:38:40 +02:00
jespergravgaard
126c8f6e0d Added detection of non-constant loops. 2018-08-22 22:23:43 +02:00
jespergravgaard
a223abdf6e Now also simplifying +0 and *0 in constant values. 2018-08-22 12:40:19 +02:00
jespergravgaard
105510a9ae Now consolidating constant integer increments eliminating xx+1+1+1 expressions in the output. 2018-08-22 11:36:38 +02:00
jespergravgaard
42bc31126a Decreased default logging. 2018-08-22 11:10:10 +02:00
jespergravgaard
2a5cdfb064 A bit more inlining 2018-08-22 10:17:58 +02:00
jespergravgaard
5fe09eefde Fixed test ref (and added failing infinite unroll loop) 2018-08-22 02:45:38 +02:00
jespergravgaard
a78960a823 Using loop unrolling in logo scroller. 2018-08-22 02:34:03 +02:00
jespergravgaard
1d339804da Added a double unroll loop 2018-08-22 02:19:27 +02:00
jespergravgaard
be18a84d98 Working loop unrolling! There are probably still a lot of non-working cases - and the lack of loop unroll limit will definitely cause infinite loops. 2018-08-22 01:42:00 +02:00
jespergravgaard
bbeb37ea61 Loop unroll prepare now complete. 2018-08-21 16:45:07 +02:00
jespergravgaard
4f23ed5079 Split unroll prepare into separate pass 2018-08-21 10:01:09 +02:00
jespergravgaard
b19bf2246e Created "loop-unroll" branch. 2018-08-19 21:48:26 +02:00
jespergravgaard
a87da922f8 Centralized getting all entry point blocks in the program into ControlFlowGraph 2018-08-12 01:03:44 +02:00
Jesper Gravgaard
75a8749db4 Moved interrrupt registers into c64.kc 2018-08-11 12:04:52 +02:00
Jesper Gravgaard
39e7ce3df1 Refactored all casts to pointers to use the generic OperatorCastPtr. 2018-08-11 11:38:19 +02:00
Jesper Gravgaard
129de6c3ec Refactored most casts to pointers to use the generic OperatorCastPtr. 2018-08-11 11:30:19 +02:00
Jesper Gravgaard
fe7950798e Added call-graph recursion in clobber-analysis for interrupt hardware clobber. 2018-08-11 11:08:43 +02:00
jespergravgaard
9a9eeec129 Fixed tests. 2018-08-11 00:52:02 +02:00
jespergravgaard
f33d7018ba Implemented clobber analysis to ensure that hardware clobber interrupts only save the registers clobbered. 2018-08-11 00:48:15 +02:00
jespergravgaard
9ef574f32d Fixed tests 2018-08-10 20:33:17 +02:00