| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | replace instances of streq with == | 2022-09-01 | 1 | -1/+1 | |
| * | static bitfield initializers | 2022-09-01 | 1 | -0/+21 | |
| * | self hosting !!! with some workarounds though . | 2022-08-31 | 1 | -3/+5 | |
| * | get close to self hosting (ack works) | 2022-08-31 | 1 | -32/+44 | |
| * | fix some type size errors | 2022-08-30 | 1 | -5/+3 | |
| * | ptr diff fix | 2022-08-30 | 1 | -5/+8 | |
| * | union statics | 2022-08-30 | 1 | -64/+134 | |
| * | bitfield initializers | 2022-08-30 | 1 | -0/+14 | |
| * | Makefile and such | 2022-08-30 | 1 | -5/+4 | |
| * | fix vararg | 2022-08-30 | 1 | -3/+10 | |
| * | i1 | 2022-08-29 | 1 | -1/+1 | |
| * | fix some bugs | 2022-08-29 | 1 | -9/+19 | |
| * | remove ir*.cff; make vararg only with primitive types | 2022-08-29 | 1 | -173/+177 | |
| * | many things ,varags | 2022-08-29 | 1 | -43/+121 | |
| * | add type, multiline strings | 2022-08-29 | 1 | -2/+15 | |
| * | llvm fix some bug | 2022-08-28 | 1 | -2/+2 | |
| * | miscellaneous | 2022-08-27 | 1 | -5/+24 | |
| * | gen strlit value | 2022-08-27 | 1 | -0/+2 | |
| * | fix value when assign op store overflows, also typecheck assignops | 2022-08-27 | 1 | -5/+5 | |
| * | deref fix | 2022-08-27 | 1 | -1/+1 | |
| * | llvm print line | 2022-08-27 | 1 | -0/+1 | |
| * | improve bitfields | 2022-08-27 | 1 | -109/+114 | |
| * | bitfields | 2022-08-26 | 1 | -21/+71 | |
| * | array statics | 2022-08-26 | 1 | -0/+28 | |
| * | some fixes + .[] syntax sugar | 2022-08-26 | 1 | -2/+2 | |
| * | oops | 2022-08-26 | 1 | -1/+1 | |
| * | vararg promote array->ptr | 2022-08-26 | 1 | -1/+4 | |
| * | gensym fix, offset fix, str statics | 2022-08-26 | 1 | -1/+9 | |
| * | vararg promotion | 2022-08-25 | 1 | -2/+10 | |
| * | hmm | 2022-08-25 | 1 | -3/+9 | |
| * | now test.cff kinda | 2022-08-25 | 1 | -12/+62 | |
| * | slen, sptr, complete method type stuff | 2022-08-25 | 1 | -0/+15 | |
| * | aligns fix | 2022-08-25 | 1 | -1/+2 | |
| * | add cond switch | 2022-08-25 | 1 | -0/+26 | |
| * | eu switch | 2022-08-25 | 1 | -10/+61 | |
| * | iswitch | 2022-08-25 | 1 | -0/+23 | |
| * | slice and stuff | 2022-08-24 | 1 | -1/+51 | |
| * | do-while | 2022-08-24 | 1 | -0/+13 | |
| * | i don't know how to use phi nodes sorry | 2022-08-24 | 1 | -6/+32 | |
| * | and/or | 2022-08-24 | 1 | -6/+39 | |
| * | more llvm | 2022-08-24 | 1 | -24/+93 | |
| * | enum ini | 2022-08-24 | 1 | -5/+49 | |
| * | opaque ptrs | 2022-08-24 | 1 | -22/+58 | |
| * | dot operator llvm | 2022-08-24 | 1 | -84/+82 | |
| * | send target triple to llvm | 2022-08-24 | 1 | -0/+1 | |
| * | llvm defer and more | 2022-08-24 | 1 | -24/+95 | |
| * | collatz! | 2022-08-23 | 1 | -26/+199 | |
| * | ack works | 2022-08-23 | 1 | -18/+41 | |
| * | llvm hello worlding | 2022-08-22 | 1 | -0/+514 |