| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add cond switch | 2022-08-25 | 3 | -2/+39 | ||
| * | add vgcore.* to .gitignore | 2022-08-25 | 1 | -0/+1 | ||
| * | eu switch | 2022-08-25 | 5 | -14/+112 | ||
| * | switch check | 2022-08-25 | 3 | -0/+29 | ||
| * | check casts | 2022-08-25 | 1 | -3/+19 | ||
| * | iswitch | 2022-08-25 | 4 | -0/+72 | ||
| * | slice and stuff | 2022-08-24 | 4 | -2/+60 | ||
| * | do-while | 2022-08-24 | 2 | -2/+15 | ||
| * | rm life.c | 2022-08-24 | 2 | -85/+1 | ||
| * | i don't know how to use phi nodes sorry | 2022-08-24 | 3 | -12/+117 | ||
| * | and/or | 2022-08-24 | 2 | -9/+40 | ||
| * | more llvm | 2022-08-24 | 6 | -32/+195 | ||
| * | fold fix | 2022-08-24 | 1 | -8/+8 | ||
| * | enum ini | 2022-08-24 | 3 | -57/+50 | ||
| * | opaque ptrs | 2022-08-24 | 3 | -27/+62 | ||
| * | dot operator llvm | 2022-08-24 | 6 | -88/+120 | ||
| * | send target triple to llvm | 2022-08-24 | 3 | -0/+3 | ||
| * | arch stuff | 2022-08-24 | 6 | -1/+28 | ||
| * | llvm defer and more | 2022-08-24 | 10 | -128/+306 | ||
| * | collatz! | 2022-08-23 | 4 | -34/+202 | ||
| * | ack works | 2022-08-23 | 1 | -18/+41 | ||
| * | llvm hello worlding | 2022-08-22 | 8 | -48/+570 | ||
| * | screw it , llvm | 2022-08-22 | 4 | -3/+34 | ||
| * | ir | 2022-08-22 | 5 | -4/+86 | ||
| * | asm prelude, more IR | 2022-08-21 | 8 | -37/+227 | ||
| * | more IR (is it correct even. its so confusing) | 2022-08-20 | 4 | -17/+143 | ||
| * | more IR progress | 2022-08-20 | 6 | -56/+196 | ||
| * | initial work on IR | 2022-08-20 | 10 | -7/+345 | ||
| * | defer fix | 2022-08-20 | 5 | -15/+22 | ||
| * | defer | 2022-08-20 | 6 | -22/+86 | ||
| * | fix memory bug | 2022-08-19 | 4 | -10/+40 | ||
| * | fix tepl cache | 2022-08-19 | 1 | -4/+6 | ||
| * | add license | 2022-08-19 | 1 | -0/+10 | ||
| * | 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 | 6 | -68/+138 | ||
| * | fix hashing and typeeq for enums | 2022-08-19 | 3 | -2/+10 | ||
| * | #tag lvalue | 2022-08-19 | 1 | -1/+4 | ||
| * | EUSwitch and #tag | 2022-08-19 | 3 | -6/+75 | ||
| * | fix vim syntax | 2022-08-19 | 2 | -3/+7 | ||
| * | fix leaks | 2022-08-19 | 1 | -2/+3 | ||
| * | do not use P.tokloc directly | 2022-08-19 | 1 | -63/+56 | ||
| * | templates | 2022-08-19 | 5 | -29/+291 | ||
| * | tagged unions | 2022-08-19 | 3 | -1/+21 | ||
| * | enum union size,align and enumty | 2022-08-19 | 3 | -11/+59 | ||
| * | big mem fix | 2022-08-19 | 1 | -1/+3 | ||
| * | take alignment in allocator | 2022-08-19 | 3 | -12/+15 | ||
| * | update syntax | 2022-08-19 | 1 | -1/+1 | ||