| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | less memset | 2023-06-15 | 3 | -5/+9 | ||
| | | ||||||
| * | oops | 2023-06-14 | 1 | -1/+1 | ||
| | | ||||||
| * | cleanup | 2023-06-14 | 1 | -15/+14 | ||
| | | ||||||
| * | imrpove emit() | 2023-06-14 | 2 | -78/+106 | ||
| | | ||||||
| * | add spilling for function calls, misc fixes | 2023-06-14 | 6 | -41/+180 | ||
| | | ||||||
| * | simpler handling of large constants in IR | 2023-06-14 | 6 | -37/+37 | ||
| | | ||||||
| * | rename | 2023-06-14 | 2 | -2/+2 | ||
| | | ||||||
| * | rename parse.c -> c.c | 2023-06-13 | 2 | -1/+1 | ||
| | | ||||||
| * | lowering of structcopy | 2023-06-13 | 7 | -93/+178 | ||
| | | ||||||
| * | oops | 2023-06-13 | 1 | -1/+1 | ||
| | | ||||||
| * | use a hashtable for addr refs | 2023-06-13 | 7 | -18/+39 | ||
| | | ||||||
| * | lower allocas in isel() instead of emit() and misc fixes | 2023-06-13 | 11 | -172/+146 | ||
| | | ||||||
| * | amd64/emit: add comments | 2023-06-12 | 1 | -87/+115 | ||
| | | ||||||
| * | add todo.txt | 2023-06-12 | 1 | -0/+11 | ||
| | | ||||||
| * | dumb | 2023-06-12 | 1 | -9/+8 | ||
| | | ||||||
| * | xor reg,reg | 2023-06-12 | 3 | -5/+29 | ||
| | | ||||||
| * | nyi fdiv | 2023-06-12 | 1 | -1/+1 | ||
| | | ||||||
| * | dec,inc,sub | 2023-06-12 | 5 | -3/+57 | ||
| | | ||||||
| * | bugfix | 2023-06-12 | 2 | -3/+4 | ||
| | | ||||||
| * | amd64/emit: emit LEA for 3-address ADD | 2023-06-12 | 1 | -3/+14 | ||
| | | ||||||
| * | oops | 2023-06-12 | 1 | -1/+1 | ||
| | | ||||||
| * | something with phi | 2023-06-12 | 3 | -36/+18 | ||
| | | ||||||
| * | register renaming and such | 2023-06-12 | 10 | -92/+351 | ||
| | | ||||||
| * | remove RPARAM, add Oparam, lower args/rets to abi regs in abi0 | 2023-06-11 | 12 | -203/+267 | ||
| | | ||||||
| * | isel skeleton | 2023-06-10 | 15 | -167/+742 | ||
| | | ||||||
| * | pointer arith bugifx | 2023-06-08 | 1 | -1/+2 | ||
| | | ||||||
| * | codegen skeleton | 2023-06-06 | 15 | -18/+417 | ||
| | | ||||||
| * | regalloc: lower phis | 2023-06-05 | 2 | -5/+27 | ||
| | | ||||||
| * | encode calls a different way in the IR | 2023-06-05 | 9 | -178/+158 | ||
| | | ||||||
| * | fix classify ptrs | 2023-06-05 | 1 | -2/+2 | ||
| | | ||||||
| * | style | 2023-06-05 | 6 | -29/+33 | ||
| | | ||||||
| * | strlits | 2023-06-05 | 7 | -20/+85 | ||
| | | ||||||
| * | command line switch for debug options | 2023-06-05 | 7 | -12/+34 | ||
| | | ||||||
| * | better diagnostics | 2023-06-04 | 6 | -22/+65 | ||
| | | ||||||
| * | enum fixes | 2023-06-04 | 2 | -8/+9 | ||
| | | ||||||
| * | better enums | 2023-06-04 | 2 | -14/+55 | ||
| | | ||||||
| * | ; after do while | 2023-06-04 | 1 | -0/+1 | ||
| | | ||||||
| * | correctly handle function call returning narrow int | 2023-06-04 | 2 | -7/+16 | ||
| | | ||||||
| * | enums | 2023-06-04 | 2 | -5/+57 | ||
| | | ||||||
| * | evaluate call args backwards | 2023-06-04 | 6 | -14/+45 | ||
| | | ||||||
| * | oops | 2023-06-04 | 1 | -0/+1 | ||
| | | ||||||
| * | bugfix | 2023-06-04 | 4 | -16/+31 | ||
| | | ||||||
| * | makefile: automatic dependency generation | 2023-06-04 | 1 | -13/+4 | ||
| | | ||||||
| * | support calling undeclared functions | 2023-06-04 | 3 | -2/+23 | ||
| | | ||||||
| * | fix associativity of assignment expressions | 2023-06-04 | 2 | -3/+5 | ||
| | | ||||||
| * | optimize away unused results when expression is only evaluated for side effects | 2023-06-04 | 2 | -24/+48 | ||
| | | ||||||
| * | do while | 2023-06-04 | 2 | -0/+27 | ||
| | | ||||||
| * | goof | 2023-06-04 | 1 | -1/+5 | ||
| | | ||||||
| * | abi lowering pass | 2023-06-04 | 14 | -312/+667 | ||
| | | ||||||
| * | basic ABI lowering of aggregates | 2023-06-01 | 12 | -159/+447 | ||
| | | ||||||