aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* fix isel & emit for sym constants lemon2023-06-193-9/+11
|
* add %y symbol printing lemon2023-06-192-4/+14
|
* move ctype to common.h lemon2023-06-192-11/+7
|
* don't try to compile when debugging IR lemon2023-06-193-8/+13
|
* oops lemon2023-06-191-1/+1
|
* forgot some statics lemon2023-06-182-3/+3
|
* update todo.txt lemon2023-06-181-2/+0
|
* separate elf64 and elf32 structures lemon2023-06-182-180/+354
|
* add endian.h for endian dependent stuff lemon2023-06-187-55/+150
|
* fix iowrite() lemon2023-06-181-1/+4
|
* fix memory bugs lemon2023-06-183-10/+14
|
* basic cli driver lemon2023-06-182-63/+296
|
* ELF output static data lemon2023-06-187-26/+82
|
* basic ELF output lemon2023-06-1714-39/+692
|
* misc lemon2023-06-176-27/+46
|
* hint in-place operations to use same reg for lhs and dest lemon2023-06-151-1/+1
|
* less memset lemon2023-06-153-5/+9
|
* oops lemon2023-06-141-1/+1
|
* cleanup lemon2023-06-141-15/+14
|
* imrpove emit() lemon2023-06-142-78/+106
|
* add spilling for function calls, misc fixes lemon2023-06-146-41/+180
|
* simpler handling of large constants in IR lemon2023-06-146-37/+37
|
* rename lemon2023-06-142-2/+2
|
* rename parse.c -> c.c lemon2023-06-132-1/+1
|
* lowering of structcopy lemon2023-06-137-93/+178
|
* oops lemon2023-06-131-1/+1
|
* use a hashtable for addr refs lemon2023-06-137-18/+39
|
* lower allocas in isel() instead of emit() and misc fixes lemon2023-06-1311-172/+146
|
* amd64/emit: add comments lemon2023-06-121-87/+115
|
* add todo.txt lemon2023-06-121-0/+11
|
* dumb lemon2023-06-121-9/+8
|
* xor reg,reg lemon2023-06-123-5/+29
|
* nyi fdiv lemon2023-06-121-1/+1
|
* dec,inc,sub lemon2023-06-125-3/+57
|
* bugfix lemon2023-06-122-3/+4
|
* amd64/emit: emit LEA for 3-address ADD lemon2023-06-121-3/+14
|
* oops lemon2023-06-121-1/+1
|
* something with phi lemon2023-06-123-36/+18
|
* register renaming and such lemon2023-06-1210-92/+351
|
* remove RPARAM, add Oparam, lower args/rets to abi regs in abi0 lemon2023-06-1112-203/+267
|
* isel skeleton lemon2023-06-1015-167/+742
|
* pointer arith bugifx lemon2023-06-081-1/+2
|
* codegen skeleton lemon2023-06-0615-18/+417
|
* regalloc: lower phis lemon2023-06-052-5/+27
|
* encode calls a different way in the IR lemon2023-06-059-178/+158
|
* fix classify ptrs lemon2023-06-051-2/+2
|
* style lemon2023-06-056-29/+33
|
* strlits lemon2023-06-057-20/+85
|
* command line switch for debug options lemon2023-06-057-12/+34
|
* better diagnostics lemon2023-06-046-22/+65
|