| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | less memset | 2023-06-15 | 1 | -3/+9 | |
| * | simpler handling of large constants in IR | 2023-06-14 | 1 | -7/+4 | |
| * | lowering of structcopy | 2023-06-13 | 1 | -2/+3 | |
| * | use a hashtable for addr refs | 2023-06-13 | 1 | -3/+25 | |
| * | lower allocas in isel() instead of emit() and misc fixes | 2023-06-13 | 1 | -6/+6 | |
| * | remove RPARAM, add Oparam, lower args/rets to abi regs in abi0 | 2023-06-11 | 1 | -1/+2 | |
| * | isel skeleton | 2023-06-10 | 1 | -8/+14 | |
| * | codegen skeleton | 2023-06-06 | 1 | -1/+2 | |
| * | encode calls a different way in the IR | 2023-06-05 | 1 | -18/+3 | |
| * | style | 2023-06-05 | 1 | -2/+2 | |
| * | strlits | 2023-06-05 | 1 | -9/+15 | |
| * | command line switch for debug options | 2023-06-05 | 1 | -3/+0 | |
| * | abi lowering pass | 2023-06-04 | 1 | -25/+95 | |
| * | basic ABI lowering of aggregates | 2023-06-01 | 1 | -23/+60 | |
| * | struct args and return | 2023-06-01 | 1 | -7/+6 | |
| * | regalloc skeleton | 2023-05-31 | 1 | -1/+23 | |
| * | fix void conditional expr; condjump, condexprvalue optimizations | 2023-05-31 | 1 | -0/+21 | |
| * | phis? | 2023-05-30 | 1 | -14/+39 | |
| * | bool fixes | 2023-05-28 | 1 | -1/+1 | |
| * | hm | 2023-05-26 | 1 | -5/+5 | |
| * | initial commit | 2023-05-10 | 1 | -0/+221 |