| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove some testing thing | 2022-08-31 | 2 | -7/+1 | |
| * | get close to self hosting (ack works) | 2022-08-31 | 3 | -39/+64 | |
| * | fix some type size errors | 2022-08-30 | 4 | -10/+7 | |
| * | interntype by ref | 2022-08-30 | 3 | -18/+18 | |
| * | ptr diff fix | 2022-08-30 | 1 | -5/+8 | |
| * | union statics | 2022-08-30 | 2 | -65/+135 | |
| * | bitfield initializers | 2022-08-30 | 3 | -2/+65 | |
| * | Makefile and such | 2022-08-30 | 4 | -11/+84 | |
| * | 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 | 10 | -1057/+236 | |
| * | many things ,varags | 2022-08-29 | 5 | -148/+291 | |
| * | staticify | 2022-08-29 | 1 | -18/+51 | |
| * | add type, multiline strings | 2022-08-29 | 3 | -4/+30 | |
| * | llvm fix some bug | 2022-08-28 | 1 | -2/+2 | |
| * | fix some fold and add def const | 2022-08-28 | 5 | -3/+80 | |
| * | miscellaneous | 2022-08-27 | 3 | -7/+27 | |
| * | gen strlit value | 2022-08-27 | 1 | -0/+2 | |
| * | fix value when assign op store overflows, also typecheck assignops | 2022-08-27 | 2 | -7/+13 | |
| * | deref fix | 2022-08-27 | 1 | -1/+1 | |
| * | llvm print line | 2022-08-27 | 1 | -0/+1 | |
| * | improve bitfields | 2022-08-27 | 2 | -119/+117 | |
| * | bitfields | 2022-08-26 | 5 | -52/+242 | |
| * | array statics | 2022-08-26 | 1 | -0/+28 | |
| * | some fixes + .[] syntax sugar | 2022-08-26 | 3 | -2/+16 | |
| * | oops | 2022-08-26 | 1 | -1/+1 | |
| * | vararg promote array->ptr | 2022-08-26 | 4 | -5/+8 | |
| * | gensym fix, offset fix, str statics | 2022-08-26 | 2 | -3/+11 | |
| * | vararg promotion | 2022-08-25 | 1 | -2/+10 | |
| * | don't inherit defers into nested functions | 2022-08-25 | 1 | -0/+3 | |
| * | hmm | 2022-08-25 | 1 | -3/+9 | |
| * | now test.cff kinda | 2022-08-25 | 3 | -12/+64 | |
| * | fix voidness eq issue | 2022-08-25 | 2 | -17/+6 | |
| * | slen, sptr, complete method type stuff | 2022-08-25 | 2 | -3/+46 | |
| * | aligns fix | 2022-08-25 | 2 | -5/+5 | |
| * | add cond switch | 2022-08-25 | 2 | -1/+27 | |
| * | eu switch | 2022-08-25 | 3 | -13/+66 | |
| * | switch check | 2022-08-25 | 2 | -0/+29 | |
| * | check casts | 2022-08-25 | 1 | -3/+19 | |
| * | iswitch | 2022-08-25 | 1 | -0/+23 | |
| * | slice and stuff | 2022-08-24 | 3 | -2/+60 | |
| * | 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 | 4 | -31/+115 | |
| * | fold fix | 2022-08-24 | 1 | -8/+8 | |
| * | enum ini | 2022-08-24 | 1 | -5/+49 | |
| * | opaque ptrs | 2022-08-24 | 2 | -23/+58 | |
| * | dot operator llvm | 2022-08-24 | 4 | -88/+85 |