2019-02-14 |
fennecdjay | :Fix: Operator emit func->code, add instr |
commit | commitdiff | tree | snapshot |
2019-02-14 |
fennecdjay | :art: More ... |
commit | commitdiff | tree | snapshot |
2019-02-08 |
fennecdjay | :art: BCH |
commit | commitdiff | tree | snapshot |
2019-02-08 |
fennecdjay | :art: Move define outside vm |
commit | commitdiff | tree | snapshot |
2019-02-08 |
fennecdjay | :fire: Really move int.c to prim.c and split funcs |
commit | commitdiff | tree | snapshot |
2019-02-08 |
fennecdjay | :fire: move int.c to prim.c and split funcs |
commit | commitdiff | tree | snapshot |
2019-02-08 |
fennecdjay | :art: fix BCH |
commit | commitdiff | tree | snapshot |
2019-02-08 |
fennecdjay | :art: Gack, BCH |
commit | commitdiff | tree | snapshot |
2019-02-08 |
fennecdjay | :art: no stdxxx buf |
commit | commitdiff | tree | snapshot |
2019-02-08 |
fennecdjay | :art: Update util (finally) |
commit | commitdiff | tree | snapshot |
2019-02-08 |
fennecdjay | :art: Try vm with computed gotos |
commit | commitdiff | tree | snapshot |
2019-01-25 |
fennecdjay | :art: Fix user enums and other improvments |
commit | commitdiff | tree | snapshot |
2019-01-25 |
fennecdjay | :art: Fix instr improvements |
commit | commitdiff | tree | snapshot |
2019-01-21 |
fennecdjay | :art: Improve Usr Call, use VM_Code on the stack 103/head |
commit | commitdiff | tree | snapshot |
2019-01-21 |
fennecdjay | :art: Finish with optionnal memoize |
commit | commitdiff | tree | snapshot |
2019-01-21 |
fennecdjay | :art: Prevent memoize if NOMEMOIZE |
commit | commitdiff | tree | snapshot |
2019-01-21 |
fennecdjay | :art: Rename RegPushImm0 => RegPushImm |
commit | commitdiff | tree | snapshot |
2019-01-21 |
fennecdjay | :art: Make memoization optionnal |
commit | commitdiff | tree | snapshot |
2019-01-20 |
fennecdjay | :art: FuncUsr optimization |
commit | commitdiff | tree | snapshot |
2019-01-20 |
fennecdjay | :art: Pure optimization |
commit | commitdiff | tree | snapshot |
2019-01-20 |
fennecdjay | :shirt: remove unused |
commit | commitdiff | tree | snapshot |
2019-01-20 |
fennecdjay | :art: global Call optimization |
commit | commitdiff | tree | snapshot |
2019-01-20 |
fennecdjay | :art: Shred->instr. (performance) |
commit | commitdiff | tree | snapshot |
2019-01-20 |
fennecdjay | :art: Introduce RegPushBase |
commit | commitdiff | tree | snapshot |
2019-01-20 |
fennecdjay | :art: Introduce RegPushImm0 |
commit | commitdiff | tree | snapshot |
2019-01-19 |
fennecdjay | :art: Update sub-modules |
commit | commitdiff | tree | snapshot |
2019-01-19 |
fennecdjay | :art: Update optims |
commit | commitdiff | tree | snapshot |
2019-01-19 |
fennecdjay | :art: Update sub-modules |
commit | commitdiff | tree | snapshot |
2019-01-19 |
fennecdjay | :bug: Fix builtin enums |
commit | commitdiff | tree | snapshot |
2019-01-02 |
fennecdjay | :art: Use mtune=native (util) |
commit | commitdiff | tree | snapshot |
2019-01-02 |
fennecdjay | :art: Use mtune=native |
commit | commitdiff | tree | snapshot |
2018-12-31 |
fennecdjay | :book: BCH badge |
commit | commitdiff | tree | snapshot |
2018-12-31 |
fennecdjay | :art: Remove garbage value (thanks to scan-build) 102/head |
commit | commitdiff | tree | snapshot |
2018-12-31 |
fennecdjay | :art: SplitEmit |
commit | commitdiff | tree | snapshot |
2018-12-30 |
fennecdjay | :art: More :smile: |
commit | commitdiff | tree | snapshot |
2018-12-30 |
fennecdjay | :art: Check instance array |
commit | commitdiff | tree | snapshot |
2018-12-29 |
fennecdjay | :art: Check union array |
commit | commitdiff | tree | snapshot |
2018-12-29 |
fennecdjay | :art: check arg empty |
commit | commitdiff | tree | snapshot |
2018-12-28 |
fennecdjay | :shirt: Clean gwi_class_ext |
commit | commitdiff | tree | snapshot |
2018-12-25 |
fennecdjay | :art: Update grammar |
commit | commitdiff | tree | snapshot |
2018-12-24 |
fennecdjay | :art: Remove useless declaration check |
commit | commitdiff | tree | snapshot |
2018-12-23 |
fennecdjay | :book: Update README |
commit | commitdiff | tree | snapshot |
2018-12-23 |
fennecdjay | :art: Improve calls checking |
commit | commitdiff | tree | snapshot |
2018-12-23 |
fennecdjay | :book: Coverity badge |
commit | commitdiff | tree | snapshot |
2018-12-23 |
fennecdjay | :art: More linting |
commit | commitdiff | tree | snapshot |
2018-12-23 |
fennecdjay | :art: Improve scan2_arg_def |
commit | commitdiff | tree | snapshot |
2018-12-23 |
fennecdjay | Revert ":shirt: Remove useless debug statements" |
commit | commitdiff | tree | snapshot |
2018-12-23 |
fennecdjay | :shirt: Remove useless debug statements |
commit | commitdiff | tree | snapshot |
2018-12-23 |
fennecdjay | :art: Spork improvment origin/master |
commit | commitdiff | tree | snapshot |
2018-12-23 |
fennecdjay | :shirt: Lint switch header |
commit | commitdiff | tree | snapshot |
2018-12-23 |
fennecdjay | :art: Fix switch commit |
commit | commitdiff | tree | snapshot |
2018-12-23 |
fennecdjay | :smile: Make switches scopable |
commit | commitdiff | tree | snapshot |
2018-12-22 |
fennecdjay | :wrench: Ignore desk file |
commit | commitdiff | tree | snapshot |
2018-12-22 |
fennecdjay | :art: Improve vararg handling |
commit | commitdiff | tree | snapshot |
2018-12-22 |
fennecdjay | :art: Better env_push_xxx implementation |
commit | commitdiff | tree | snapshot |
2018-12-22 |
fennecdjay | :art: Improve operator definition |
commit | commitdiff | tree | snapshot |
2018-12-22 |
fennecdjay | :bug: Various bugfixes |
commit | commitdiff | tree | snapshot |
2018-12-22 |
fennecdjay | :art: Return scope for env_push |
commit | commitdiff | tree | snapshot |
2018-12-21 |
fennecdjay | :shirt: More lintin on scan1 |
commit | commitdiff | tree | snapshot |
2018-12-21 |
fennecdjay | :bug: Fix (xxx) => template |
commit | commitdiff | tree | snapshot |
2018-12-21 |
fennecdjay | :art: Lint scan1 |
commit | commitdiff | tree | snapshot |
2018-12-21 |
fennecdjay | :art: Move abstact test to scan1 |
commit | commitdiff | tree | snapshot |
2018-12-21 |
fennecdjay | :shirt: Just lintin' |
commit | commitdiff | tree | snapshot |
2018-12-21 |
fennecdjay | :art: (Sound) Modules |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :art: Update ast |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :art: fold int modulo int |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :white_check_mark: remove skipped tests |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :art: Use macro for constant_xxx |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :white_check_mark: Update tests |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :art: Remove gack limitation on declarations |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :shirt: do some linting |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :wrench: Enable multiple optim files |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :bug: Fix use of func_symbol |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :art: Update constant folding |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :art: refresh optim |
commit | commitdiff | tree | snapshot |
2018-12-20 |
fennecdjay | :art: Improve and move func_symbol |
commit | commitdiff | tree | snapshot |
2018-12-19 |
fennecdjay | :white_check_mark: Use memcheck |
commit | commitdiff | tree | snapshot |
2018-12-19 |
fennecdjay | :white_check_mark: Remove test.log warning |
commit | commitdiff | tree | snapshot |
2018-12-19 |
fennecdjay | :white_check_mark: Remove test.log warning |
commit | commitdiff | tree | snapshot |
2018-12-19 |
fennecdjay | :white_check_mark: Fix test process |
commit | commitdiff | tree | snapshot |
2018-12-19 |
fennecdjay | :white_check_mark: Fix test process |
commit | commitdiff | tree | snapshot |
2018-12-19 |
fennecdjay | :art: Fix clang warnings |
commit | commitdiff | tree | snapshot |
2018-12-19 |
fennecdjay | :white_check_mark: Print log on failure |
commit | commitdiff | tree | snapshot |
2018-12-19 |
fennecdjay | :wrench: Use clang-7, not clang-7.0 |
commit | commitdiff | tree | snapshot |
2018-12-19 |
fennecdjay | :wrench: try with clang 7 |
commit | commitdiff | tree | snapshot |
2018-12-19 |
fennecdjay | Merge branch 'master' of https://github.com/fennecdjay... |
commit | commitdiff | tree | snapshot |
2018-12-19 |
fennecdjay | :wrench: Travis doesn't need sudo |
commit | commitdiff | tree | snapshot |
2018-12-14 |
fennecdjay | :art: Update plug |
commit | commitdiff | tree | snapshot |
2018-12-14 |
fennecdjay | :art: Update |
commit | commitdiff | tree | snapshot |
2018-12-14 |
fennecdjay | :art: Manually merge Fix branch |
commit | commitdiff | tree | snapshot |
2018-12-13 |
fennecdjay | :wrench: travis, again |
commit | commitdiff | tree | snapshot |
2018-12-13 |
fennecdjay | :wrench: travis, again |
commit | commitdiff | tree | snapshot |
2018-12-13 |
fennecdjay | :wrench: travis, again |
commit | commitdiff | tree | snapshot |
2018-12-13 |
fennecdjay | :wrench: travis, again |
commit | commitdiff | tree | snapshot |
2018-12-13 |
fennecdjay | :wrench: travis, again |
commit | commitdiff | tree | snapshot |
2018-12-13 |
fennecdjay | :wrench: travis, again |
commit | commitdiff | tree | snapshot |
2018-12-13 |
fennecdjay | :wrench: travis, again |
commit | commitdiff | tree | snapshot |
2018-12-13 |
fennecdjay | :wrench: travis, again |
commit | commitdiff | tree | snapshot |
2018-12-13 |
fennecdjay | :wrench travis |
commit | commitdiff | tree | snapshot |
2018-12-13 |
fennecdjay | :wrench travis |
commit | commitdiff | tree | snapshot |
next |