| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| * | send target triple to llvm | 2022-08-24 | 3 | -0/+3 | ||
| * | arch stuff | 2022-08-24 | 4 | -1/+25 | ||
| * | llvm defer and more | 2022-08-24 | 8 | -125/+304 | ||
| * | collatz! | 2022-08-23 | 3 | -33/+200 | ||
| * | ack works | 2022-08-23 | 1 | -18/+41 | ||
| * | llvm hello worlding | 2022-08-22 | 7 | -13/+569 | ||
| * | screw it , llvm | 2022-08-22 | 3 | -2/+8 | ||
| * | ir | 2022-08-22 | 4 | -3/+85 | ||
| * | asm prelude, more IR | 2022-08-21 | 7 | -36/+225 | ||
| * | more IR (is it correct even. its so confusing) | 2022-08-20 | 3 | -15/+133 | ||
| * | more IR progress | 2022-08-20 | 5 | -55/+195 | ||
| * | initial work on IR | 2022-08-20 | 7 | -3/+335 | ||
| * | defer fix | 2022-08-20 | 1 | -6/+6 | ||
| * | fix memory bug | 2022-08-19 | 4 | -10/+40 | ||
| * | fix tepl cache | 2022-08-19 | 1 | -4/+6 | ||
| * | more miscellaneous fixes | 2022-08-19 | 3 | -7/+12 | ||
| * | some rough edges.. | 2022-08-19 | 4 | -28/+129 | ||
| * | change enum backing type | 2022-08-19 | 3 | -6/+33 | ||
| * | attrib | 2022-08-19 | 2 | -0/+15 | ||
| * | labels, #FILE #LINE, some bugfixes, c types | 2022-08-19 | 5 | -66/+136 | ||
| * | fix hashing and typeeq for enums | 2022-08-19 | 2 | -1/+9 | ||
| * | #tag lvalue | 2022-08-19 | 1 | -1/+4 | ||
| * | EUSwitch and #tag | 2022-08-19 | 2 | -4/+75 | ||
| * | fix leaks | 2022-08-19 | 1 | -2/+3 | ||
| * | do not use P.tokloc directly | 2022-08-19 | 1 | -63/+56 | ||
| * | templates | 2022-08-19 | 4 | -28/+284 | ||
| * | tagged unions | 2022-08-19 | 2 | -1/+18 | ||
| * | enum union size,align and enumty | 2022-08-19 | 2 | -11/+53 | ||
| * | big mem fix | 2022-08-19 | 1 | -1/+3 | ||
| * | take alignment in allocator | 2022-08-19 | 3 | -12/+15 | ||
| * | alignof, offsetof | 2022-08-19 | 3 | -8/+19 | ||
| * | switch enum | 2022-08-18 | 2 | -1/+2 | ||
| * | iswitch | 2022-08-18 | 2 | -1/+64 | ||
| * | lots of goodnes | 2022-08-18 | 5 | -35/+605 | ||