| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | on big aggregates big, use a hash map to lookup fields | 2022-09-01 | 1 | -0/+3 | |
| | | |||||
| * | relax block comment lexing requirements | 2022-09-01 | 1 | -0/+1 | |
| | | |||||
| * | disallow mutating elements of const array | 2022-09-01 | 1 | -1/+1 | |
| | | |||||
| * | def x = expr -> defmacro x = expr, def const -> def | 2022-08-31 | 1 | -1/+1 | |
| | | |||||
| * | remove some testing thing | 2022-08-31 | 1 | -2/+1 | |
| | | |||||
| * | get close to self hosting (ack works) | 2022-08-31 | 1 | -3/+5 | |
| | | |||||
| * | interntype by ref | 2022-08-30 | 1 | -5/+5 | |
| | | |||||
| * | bitfield initializers | 2022-08-30 | 1 | -0/+1 | |
| | | |||||
| * | remove ir*.cff; make vararg only with primitive types | 2022-08-29 | 1 | -20/+0 | |
| | | |||||
| * | many things ,varags | 2022-08-29 | 1 | -4/+27 | |
| | | |||||
| * | add type, multiline strings | 2022-08-29 | 1 | -0/+1 | |
| | | |||||
| * | fix some fold and add def const | 2022-08-28 | 1 | -0/+1 | |
| | | |||||
| * | bitfields | 2022-08-26 | 1 | -2/+16 | |
| | | |||||
| * | eu switch | 2022-08-25 | 1 | -1/+1 | |
| | | |||||
| * | more llvm | 2022-08-24 | 1 | -1/+2 | |
| | | |||||
| * | opaque ptrs | 2022-08-24 | 1 | -1/+0 | |
| | | |||||
| * | dot operator llvm | 2022-08-24 | 1 | -1/+1 | |
| | | |||||
| * | send target triple to llvm | 2022-08-24 | 1 | -0/+1 | |
| | | |||||
| * | arch stuff | 2022-08-24 | 1 | -0/+2 | |
| | | |||||
| * | llvm defer and more | 2022-08-24 | 1 | -14/+34 | |
| | | |||||
| * | collatz! | 2022-08-23 | 1 | -1/+1 | |
| | | |||||
| * | llvm hello worlding | 2022-08-22 | 1 | -1/+6 | |
| | | |||||
| * | screw it , llvm | 2022-08-22 | 1 | -0/+4 | |
| | | |||||
| * | asm prelude, more IR | 2022-08-21 | 1 | -1/+14 | |
| | | |||||
| * | more IR progress | 2022-08-20 | 1 | -0/+2 | |
| | | |||||
| * | initial work on IR | 2022-08-20 | 1 | -1/+9 | |
| | | |||||
| * | fix memory bug | 2022-08-19 | 1 | -0/+1 | |
| | | |||||
| * | some rough edges.. | 2022-08-19 | 1 | -0/+6 | |
| | | |||||
| * | change enum backing type | 2022-08-19 | 1 | -2/+2 | |
| | | |||||
| * | attrib | 2022-08-19 | 1 | -0/+2 | |
| | | |||||
| * | labels, #FILE #LINE, some bugfixes, c types | 2022-08-19 | 1 | -20/+28 | |
| | | |||||
| * | EUSwitch and #tag | 2022-08-19 | 1 | -1/+12 | |
| | | |||||
| * | templates | 2022-08-19 | 1 | -2/+35 | |
| | | |||||
| * | tagged unions | 2022-08-19 | 1 | -0/+1 | |
| | | |||||
| * | enum union size,align and enumty | 2022-08-19 | 1 | -0/+1 | |
| | | |||||
| * | alignof, offsetof | 2022-08-19 | 1 | -2/+2 | |
| | | |||||
| * | iswitch | 2022-08-18 | 1 | -0/+5 | |
| | | |||||
| * | lots of goodnes | 2022-08-18 | 1 | -3/+25 | |
| | | |||||
| * | fix bodyarg | 2022-08-18 | 1 | -7/+11 | |
| | | |||||
| * | parse defmacro | 2022-08-17 | 1 | -1/+23 | |
| | | |||||
| * | collatz checks | 2022-08-17 | 1 | -1/+6 | |
| | | |||||
| * | ack check | 2022-08-17 | 1 | -0/+22 | |
| | | |||||
| * | if and loopses | 2022-08-17 | 1 | -0/+13 | |
| | | |||||
| * | let | 2022-08-17 | 1 | -0/+2 | |
| | | |||||
| * | more exprs, warnings | 2022-08-17 | 1 | -1/+21 | |
| | | |||||
| * | binary operators and more stuff | 2022-08-16 | 1 | -1/+2 | |
| | | |||||
| * | syntax | 2022-08-16 | 1 | -1/+1 | |
| | | |||||
| * | change 'not' to '!' | 2022-08-16 | 1 | -2/+2 | |
| | | | | | it looks nicer | ||||
| * | stuff | 2022-08-16 | 1 | -0/+40 | |
| | | |||||
| * | self hosted hello world parses | 2022-08-15 | 1 | -0/+2 | |
| | | |||||