aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* improve bitfields lemon2022-08-272-119/+117
* bitfields lemon2022-08-265-52/+242
* array statics lemon2022-08-261-0/+28
* some fixes + .[] syntax sugar lemon2022-08-263-2/+16
* oops lemon2022-08-261-1/+1
* vararg promote array->ptr lemon2022-08-264-5/+8
* gensym fix, offset fix, str statics lemon2022-08-262-3/+11
* vararg promotion lemon2022-08-251-2/+10
* don't inherit defers into nested functions lemon2022-08-251-0/+3
* hmm lemon2022-08-251-3/+9
* now test.cff kinda lemon2022-08-253-12/+64
* fix voidness eq issue lemon2022-08-252-17/+6
* slen, sptr, complete method type stuff lemon2022-08-252-3/+46
* aligns fix lemon2022-08-252-5/+5
* add cond switch lemon2022-08-252-1/+27
* eu switch lemon2022-08-253-13/+66
* switch check lemon2022-08-252-0/+29
* check casts lemon2022-08-251-3/+19
* iswitch lemon2022-08-251-0/+23
* slice and stuff lemon2022-08-243-2/+60
* do-while lemon2022-08-241-0/+13
* i don't know how to use phi nodes sorry lemon2022-08-241-6/+32
* and/or lemon2022-08-241-6/+39
* more llvm lemon2022-08-244-31/+115
* fold fix lemon2022-08-241-8/+8
* enum ini lemon2022-08-241-5/+49
* opaque ptrs lemon2022-08-242-23/+58
* dot operator llvm lemon2022-08-244-88/+85
* send target triple to llvm lemon2022-08-243-0/+3
* arch stuff lemon2022-08-244-1/+25
* llvm defer and more lemon2022-08-248-125/+304
* collatz! lemon2022-08-233-33/+200
* ack works lemon2022-08-231-18/+41
* llvm hello worlding lemon2022-08-227-13/+569
* screw it , llvm lemon2022-08-223-2/+8
* ir lemon2022-08-224-3/+85
* asm prelude, more IR lemon2022-08-217-36/+225
* more IR (is it correct even. its so confusing) lemon2022-08-203-15/+133
* more IR progress lemon2022-08-205-55/+195
* initial work on IR lemon2022-08-207-3/+335
* defer fix lemon2022-08-201-6/+6
* fix memory bug lemon2022-08-194-10/+40
* fix tepl cache lemon2022-08-191-4/+6
* more miscellaneous fixes lemon2022-08-193-7/+12
* some rough edges.. lemon2022-08-194-28/+129
* change enum backing type lemon2022-08-193-6/+33
* attrib lemon2022-08-192-0/+15
* labels, #FILE #LINE, some bugfixes, c types lemon2022-08-195-66/+136
* fix hashing and typeeq for enums lemon2022-08-192-1/+9
* #tag lvalue lemon2022-08-191-1/+4