| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-18 | add tests and fixes on top of 674438 | Kimplul | |
| 2024-08-18 | missed a NULL check | Kimplul | |
| + Thought I had checked this but must've been mistaken. | |||
| 2024-08-18 | fix some clang warnings | Kimplul | |
| 2024-08-18 | add analyzer | Kimplul | |
| + Apparently no issues :) | |||
| 2024-06-27 | allow compiling some massive functions | Kimplul | |
| 2024-05-24 | fix bmake compilation | Kimplul | |
| 2024-04-30 | format | Kimplul | |
| 2024-04-30 | correct addr | Kimplul | |
| + Doesn't quite implement stack handling fully as of yet, but slowly getting there | |||
| 2024-04-20 | fix parallel moves | Kimplul | |
| 2024-04-15 | fix insert_before/after | Kimplul | |
| + Hopefully for good, quite a lot of messing about with those functions | |||
| 2024-04-15 | format | Kimplul | |
| 2024-04-11 | formatting | Kimplul | |
| 2024-04-09 | add blit to instructions | Kimplul | |
| 2024-04-09 | add constant value to some instructions | Kimplul | |
| 2024-04-07 | add features that make machine generation easier | Kimplul | |
| 2024-04-03 | add callsite register saving | Kimplul | |
| 2024-04-03 | make regalloc work with ssa form | Kimplul | |
| + Still not ideal register allocator, but can be improved with some heuristics and potentially completely replaced in the future if so desired with graph coloring or something. | |||
| 2024-04-03 | add ssa form | Kimplul | |
| 2024-04-02 | add simple unreachability | Kimplul | |
| 2024-03-31 | produce some very limited assembly output | Kimplul | |
| + Several subsystems missing critical features, but enough to do some basic things like calling procedures, printing to screen and doing loops | |||
| 2024-02-24 | initial commit | Kimplul | |
| + Now to do the actual hard parts, heh | |||
