Age | Commit message (Expand) | Author |
2023-03-20 | cc: fndecls: always ignore non-function types | Sigrid Solveig Haflínudóttir |
2023-03-17 | cc: fndecls: use current fn node directly | Sigrid Solveig Haflínudóttir |
2023-03-17 | cc: fix suicide with undefined function arguments | Jacob Moody |
2023-03-17 | cc: add __func__ support | Sigrid Solveig Haflínudóttir |
2023-03-17 | cc: NORET -> _Noreturn | Jacob Moody |
2023-03-16 | cc: add NORET | Jacob Moody |
2022-12-03 | cc: fix vlong->VOID cast (thanks cosa) | cinap_lenrek |
2022-11-27 | c99: update dead web link | Noam Preil |
2022-11-04 | cc: do not wait for cpp to finish if there were errors | Sigrid Solveig Haflínudóttir |
2022-11-04 | cc: wait for cpp to report whether it was a success | Sigrid Solveig Haflínudóttir |
2022-10-01 | cc: take our pickle out of the peephole | Anthony Martin |
2022-01-23 | cc: fix incorrect octal range condition in mpatov | Michael Forney |
2021-10-12 | cc: do not expand function-like macros for non-function invocations | cinap_lenrek |
2021-06-24 | cc: create .$O files with DMTMP | Jacob Moody |
2021-01-24 | cc: mk clean should delete cc.a$O | Ori Bernstein |
2021-01-23 | [9front] cc: fix comparison warning with constant LHS | Michael Forney |
2021-01-23 | [9front] cc: remove unnecessary 128-bit add function | Michael Forney |
2020-12-29 | cc: add a couple notes to the comments regarding flags | BurnZeZ |
2020-08-08 | cc: promote integer constants according to c99 spec. | Ori Bernstein |
2020-05-12 | cc: dont export gethunk(), hunk, nhunk and thunk | cinap_lenrek |
2020-05-12 | cc: get rid of hunk pointer fiddling and just use alloc() | cinap_lenrek |
2020-04-25 | cc: simplify macexpand() and off-by-one error | cinap_lenrek |
2020-04-19 | ?a, ?c: fix macro debug prints | cinap_lenrek |
2020-04-19 | ?c: get rid of sprint(), strcpy() and strcat()/strncat(), cleanup | cinap_lenrek |
2020-04-19 | cc: cc.h changes needed by previous commit | cinap_lenrek |
2020-04-19 | ?a, cc: fix buffer overflows in built-in preprocessor (macbody) | cinap_lenrek |
2020-04-19 | ?a: catch symb[NSYMB] buffer overflow in lexer, cleanup, assume thechar is a ... | cinap_lenrek |
2020-04-19 | cc: get rid of sprint() and temporary buffer for type conversion fuction | cinap_lenrek |
2020-04-11 | cc: remove mysbrk(), exponentially increase gethunk() allocation delta | cinap_lenrek |
2020-04-11 | cc, ?[acl]: fix gethunk() and move common memory allocator code to cc/compat | cinap_lenrek |
2020-04-11 | backout the gethunk() again, as that breaks the assemblers | cinap_lenrek |
2020-04-10 | cc, ?l: fix gethunk() to actually grow allocation | cinap_lenrek |
2020-04-10 | merge | cinap_lenrek |
2020-04-10 | cc: backout gethunk() change | cinap_lenrek |
2020-04-10 | cc, ?a, ?l: change thunk type to uintptr | Sigrid |
2020-04-10 | cc: sbrk in bigger chunks as it grows, so it gets a chance to use the ram/swa... | Sigrid |
2020-03-15 | fix ccom idempotency | Ori Bernstein |
2020-02-27 | fix special case for null pointer constants in cond expressions | Ori Bernstein |
2019-09-07 | Allow address expressions in ?c after int casts. | Ori Bernstein |
2019-09-07 | cc: fix void cast crash | cinap_lenrek |
2019-08-12 | cc: use 7 octal digits for 21 bit runes | cinap_lenrek |
2019-06-19 | cc: remove nullwarn() from OCAST codegen, zap void casts | cinap_lenrek |
2019-06-18 | Import compiler warnings and bugfixes from Charles. | Ori Bernstein |
2019-02-25 | cc: fix %.*s format usage in lexer "token too long" error | cinap_lenrek |
2018-12-02 | kencc: make "function not declared" a warning unless compiling with -T | aiju |
2018-12-01 | kencc: turn "function args not checked" warning into "function not declared" ... | aiju |
2018-11-18 | cc: fix wrong "useless or misleading comparison" warning | cinap_lenrek |
2017-05-26 | ?a: getc() needs to increment lineno if it gets \n from peekc | aiju |
2017-03-22 | [012568kqv]a: correctly lex full range of integers in the assemblers (thanks ... | spew |
2016-06-26 | cc: add OROL op to side effect free op list | cinap_lenrek |