1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-12-22 16:31:02 +00:00

Commit Graph

  • 430051635d Tail-call optimization shouldn't move discard pseudoinstructions Karol Stasiak 2018-01-20 22:03:19 +0100
  • 7e04312462 More optimizations Karol Stasiak 2018-01-20 20:00:51 +0100
  • 91acbfae2f Using short jumps whenever possible Karol Stasiak 2018-01-20 18:51:49 +0100
  • 8d818f7624 Early name check improvements Karol Stasiak 2018-01-20 02:04:58 +0100
  • ba9e1b6475 Type casting Karol Stasiak 2018-01-20 01:54:10 +0100
  • 013bcd63f1 Early name check improvements Karol Stasiak 2018-01-20 01:53:58 +0100
  • 372d341763 Replacing Ml* with Mf* everywhere Karol Stasiak 2018-01-20 01:32:06 +0100
  • c520bbb698 Comparison improvements Karol Stasiak 2018-01-20 01:30:46 +0100
  • c5e01d5117 A variable with fixed address shouldn't have an initial value Karol Stasiak 2018-01-20 01:30:28 +0100
  • 0b334ba570 Index register changing optimization improvement Karol Stasiak 2018-01-20 01:30:06 +0100
  • cb5f025ea9 Early name check Karol Stasiak 2018-01-20 00:57:37 +0100
  • f8f1af287f Tracing index register changes during superoptimization Karol Stasiak 2018-01-19 00:12:28 +0100
  • 57e11c8741 Fixing Loading branches optimization Karol Stasiak 2018-01-19 00:11:55 +0100
  • 0ba6953321 Added the standalone Galencia starfield demo as an example, with original author's permission Karol Stasiak 2018-01-18 22:49:44 +0100
  • 4c0d184c47 Constant evaluation fixes Karol Stasiak 2018-01-18 22:38:17 +0100
  • 64f72c8a1c Optimization fixes (inlining to registers, function inlining, bit operations, DCP opcode) Karol Stasiak 2018-01-18 22:37:47 +0100
  • b486436185 Some syntax documentation Karol Stasiak 2018-01-18 22:35:25 +0100
  • 6e0a750e48 Operator documentation fixes Karol Stasiak 2018-01-10 13:17:09 +0100
  • 8e3797e7e4 Typos in operator documentation Karol Stasiak 2018-01-10 13:09:38 +0100
  • 61599c8d1b Operator documentation Karol Stasiak 2018-01-10 13:08:24 +0100
  • 23a2830951 Fixed the C64 implementation of _panic Karol Stasiak 2018-01-10 10:54:15 +0100
  • d696704af9 More bit-packing and transfer optimizations Karol Stasiak 2018-01-08 12:00:46 +0100
  • 4676b0d48e Variable to register optimization fixes Karol Stasiak 2018-01-08 12:00:05 +0100
  • 33716f3881 Runtime bounds checking Karol Stasiak 2018-01-08 01:18:04 +0100
  • 502faa3694 panic() Karol Stasiak 2018-01-08 01:17:25 +0100
  • 309f12cf82 Don't optimize away PLP Karol Stasiak 2018-01-08 01:04:04 +0100
  • 14a5a58134 Generate warnings on some too complex separate bytes expressions Karol Stasiak 2018-01-08 01:03:08 +0100
  • 0c66dac3ae Optimizations for bit packing and common subexpressions Karol Stasiak 2018-01-07 23:32:10 +0100
  • 9ea3823bfd Compilation fixes Separated bytes compilation fixes (although only preliminary, it's still a pretty broken feature) Better compilation of complex expressions (don't spill to the stack so often) Karol Stasiak 2018-01-07 23:30:43 +0100
  • 2bc27fba75 Separated bytes parsing fix and "for" statement parsing fix Karol Stasiak 2018-01-07 23:28:26 +0100
  • 8b086f6c2f More optimisations Karol Stasiak 2018-01-06 00:21:28 +0100
  • 92999ec490 Better allocator Karol Stasiak 2018-01-04 22:58:00 +0100
  • 76122a2dd7 Some more documentation Karol Stasiak 2018-01-04 01:15:04 +0100
  • 1f020e2ced An instruction used for its opcode should not be elidable Karol Stasiak 2018-01-04 01:08:47 +0100
  • 504cb56ee7 Multiple arguments for some relative operators Karol Stasiak 2018-01-01 22:37:23 +0100
  • 3e0d1d4978 References to variables in assembly should always refer to their addresses Karol Stasiak 2018-01-01 22:13:05 +0100
  • 566631fc5e Decimal shifts Karol Stasiak 2017-12-27 22:26:30 +0100
  • 9193a4f035 String literal improvements Karol Stasiak 2017-12-27 22:26:13 +0100
  • 138ff8b82d Reserve flow analyser shouldn't mark parameters passed in registers as unimportant Karol Stasiak 2017-12-27 22:25:39 +0100
  • a7372ec7ca Inline multiple variables into index registers, taking into account their lifetimes Karol Stasiak 2017-12-24 00:09:52 +0100
  • 917210b4cf Explicitly addressed variables should have "*.addr" Karol Stasiak 2017-12-24 00:09:22 +0100
  • c57c0c2fdb Support for comparing on-stack words + zeropage optimizations Karol Stasiak 2017-12-24 00:08:49 +0100
  • 2945cd0003 Important optimization bugfixes + empty memory store removal Karol Stasiak 2017-12-24 00:07:53 +0100
  • e28ff16717 More optimizations, including optimizations with jump counting Karol Stasiak 2017-12-20 12:00:24 +0100
  • f5f4c033f3 Test benchmark tweak Karol Stasiak 2017-12-20 09:54:51 +0100
  • d9e0ad168a Don't emit labels for inlined functions Karol Stasiak 2017-12-20 09:54:32 +0100
  • 5c2832f4f3 Automatic function inlining; test suite changes Karol Stasiak 2017-12-20 02:50:52 +0100
  • e78bd0e41a LSR should be correctly analysed in flow Karol Stasiak 2017-12-20 02:49:27 +0100
  • e0f9544733 Don't compile the same functions twice Karol Stasiak 2017-12-20 01:07:38 +0100
  • 4d8de94c8a Compile functions in topological order, in preparation for inlining optimization Karol Stasiak 2017-12-19 22:09:57 +0100
  • 86ef4fcaf4 Allow for preinitialized global variables Karol Stasiak 2017-12-19 18:58:33 +0100
  • 115f040fe2 Fixed invalid BNE optimization Karol Stasiak 2017-12-19 18:57:13 +0100
  • 1dd8c3d855 Faster +=1 for large variables Karol Stasiak 2017-12-18 17:51:48 +0100
  • 081e3bc55c Flow analyser should correctly analyse INC A and DEC A Karol Stasiak 2017-12-18 10:09:25 +0100
  • 2779671300 ISC also reads A – fixed bug that appeared due to optimization Karol Stasiak 2017-12-18 10:08:57 +0100
  • ae1bc96da7 A for-loop index variable is also a used variable Karol Stasiak 2017-12-18 01:00:17 +0100
  • a62f16d0a9 The module loader should know what extensions the modules have... Karol Stasiak 2017-12-18 00:59:47 +0100
  • 47e6b41384 Decimal and binary addition in the same expression should work correctly Karol Stasiak 2017-12-16 17:55:08 +0100
  • 810ac4f00e Bugfixes for undocumented optimizations and a better test suite for them Karol Stasiak 2017-12-13 16:21:19 +0100
  • d95d74104f Removal of some unused old code Karol Stasiak 2017-12-07 00:55:44 +0100
  • 300dee4319 It's .mfk now, not .ml Karol Stasiak 2017-12-07 00:37:57 +0100
  • d134afa213 Proper version number in --version Karol Stasiak 2017-12-07 00:29:10 +0100
  • 48e26a0538 Initial code upload Karol Stasiak 2017-12-07 00:23:30 +0100
  • 537d59744e Empty repo initialization Karol Stasiak 2017-12-06 22:00:04 +0100