aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* EUSwitch and #tag lemon2022-08-192-4/+75
|
* fix leaks lemon2022-08-191-2/+3
|
* do not use P.tokloc directly lemon2022-08-191-63/+56
| | | | for it is not what is intended whilst a macro is being expanded
* templates lemon2022-08-194-28/+284
|
* tagged unions lemon2022-08-192-1/+18
|
* enum union size,align and enumty lemon2022-08-192-11/+53
|
* big mem fix lemon2022-08-191-1/+3
|
* take alignment in allocator lemon2022-08-193-12/+15
|