2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: lseek.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: fclose stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: fdopen stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: unlink.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: fwrite stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: qsort stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: getcwd.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: strchr stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: fprintf stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: localtime stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: time stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: snprintf stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: strtoul stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: memmove stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: memset stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: memmove stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: memcpy stub.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: close.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: arithmetic in initializes.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: multi-byte [local] offsets.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Naming fix.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: remove warnings for foo (void...
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: multiple statements in default...
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: array[<const-expr>].
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Use "tag" for tag namespace.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Guile eval.c support: headers.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Non-Guix support. Thanks rain1!
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: sizeof (struct.field).
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct.union.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: sizeof ("foo").
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct foo {int bar; int baz...
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: generalize neg.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: >>=, <<=.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Bugfix non-char* *x x[] test.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: foo[i].bar.baz.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: *global =.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: anonymous union.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: declare struct tm.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: ignore [ULL], UL, LL, L.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: ~, ^=.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct.struct.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: ***parameter.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: bitwise-or initializer.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: char*[] in function.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: more list initializers.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: headers.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: sizeof struct field.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: sizeof typename.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: pre/post-inc/dec more.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: comma operator.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: assign pointer to struct field.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: multi-line strings.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: union.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Tinycc support: struct.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Refactor decl.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Use records for Guile: <local>.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Use records for Guile: <global>.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Use records for Guile: <type>.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Use records for Guile: <info>.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Use records for Guile: preparation.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Refactor decl.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | guix: Update build.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | build: support Guix.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | build: Add make install.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | build: Add target list.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | build: Ignore some files.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | build: Bugfix for store.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | build: Resurrect guile-2.0. Thanks rain1!
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | build: Non-Guix build robustifications. Thanks, rain1!
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | build: Fix snarf dependencies.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | build: Use released M0 intead of M1.
|
commit | commitdiff | tree |
2017-07-26 |
Jan Nieuwenhuizen | mescc: Import tinycc test suite.
|
commit | commitdiff | tree |
2017-07-09 |
Jan Nieuwenhuizen | test: Split-up Mescc scaffold test.
|
commit | commitdiff | tree |
2017-07-09 |
Jan Nieuwenhuizen | mescc: Avoid warnings in recursve functions.
|
commit | commitdiff | tree |
2017-07-09 |
Jan Nieuwenhuizen | mescc: undefine __GNUC__.
|
commit | commitdiff | tree |
2017-07-05 |
Jan Nieuwenhuizen | mescc: Support stdarg.
|
commit | commitdiff | tree |
2017-07-02 |
Jan Nieuwenhuizen | build: Remove make.
|
commit | commitdiff | tree |
2017-07-02 |
Jan Nieuwenhuizen | mescc: Produce M1 output instead of hex2.
|
commit | commitdiff | tree |
2017-06-18 |
Jan Nieuwenhuizen | mescc: Add headers for guile:eval.c.
|
commit | commitdiff | tree |
2017-06-18 |
Jan Nieuwenhuizen | mescc: Add headers for 8cc.
|
commit | commitdiff | tree |
2017-06-27 |
Jan Nieuwenhuizen | guix: Add missing module.
|
commit | commitdiff | tree |
2017-06-26 |
Jan Nieuwenhuizen | guix: Add mescc-tools.
|
commit | commitdiff | tree |
2017-06-25 |
Jan Nieuwenhuizen | Release 0.8.
|
commit | commitdiff | tree |
2017-06-25 |
Jan Nieuwenhuizen | build: Release update.
|
commit | commitdiff | tree |
2017-06-08 |
Jan Nieuwenhuizen | doc: Release update.
|
commit | commitdiff | tree |
2017-06-25 |
Jan Nieuwenhuizen | mescc: Remove ELF creation, handled by hex2 now.
|
commit | commitdiff | tree |
2017-06-25 |
Jan Nieuwenhuizen | mescc: Produce object files in hex2 format, remove...
|
commit | commitdiff | tree |
2017-06-23 |
Jan Nieuwenhuizen | build: Add stage0 hex2 test.
|
commit | commitdiff | tree |
2017-06-21 |
Jan Nieuwenhuizen | stage0: Move to-be-generated part of body to footer.
|
commit | commitdiff | tree |
2017-06-19 |
Jan Nieuwenhuizen | stage0: Leverage label>base in stage0 gdb header.
|
commit | commitdiff | tree |
2017-06-19 |
Jan Nieuwenhuizen | stage0: Move stage0's section-headers before text.
|
commit | commitdiff | tree |
2017-06-18 |
Jan Nieuwenhuizen | stage0: Add stage0 hex2 gdb header and footer example.
|
commit | commitdiff | tree |
2017-06-13 |
Jan Nieuwenhuizen | mescc: Remove jump calculation, use labels: rename...
|
commit | commitdiff | tree |
2017-06-13 |
Jan Nieuwenhuizen | mescc: Remove jump calculation, use labels: remove...
|
commit | commitdiff | tree |
2017-06-12 |
Jan Nieuwenhuizen | mescc: Remove jump calculation, use labels: cleanup.
|
commit | commitdiff | tree |
2017-06-13 |
Jan Nieuwenhuizen | mescc: Remove jump calculation, use labels: switch.
|
commit | commitdiff | tree |
2017-06-12 |
Jan Nieuwenhuizen | mescc: Remove jump calculation, use labels: and, or.
|
commit | commitdiff | tree |
2017-06-12 |
Jan Nieuwenhuizen | mescc: Remove jump calculation, use labels: if.
|
commit | commitdiff | tree |
2017-06-12 |
Jan Nieuwenhuizen | mescc: Remove jump calculation, use labels: for.
|
commit | commitdiff | tree |
2017-06-12 |
Jan Nieuwenhuizen | mescc: Remove jump calculation, use labels: do while.
|
commit | commitdiff | tree |
next |