Age | Commit message (Expand) | Author |
---|---|---|
2024-11-27 | Impl simple if node; Add binary instr dumpHEADdev | Mitya Selivanov |
2024-11-25 | Rm test file | Mitya Selivanov |
2024-11-25 | Phi node | Mitya Selivanov |
2024-11-25 | Control flow | Mitya Selivanov |
2024-11-25 | Codegen refactor | Mitya Selivanov |
2024-11-24 | Add subtraction tests | Mitya Selivanov |
2024-11-24 | Update comments | Mitya Selivanov |
2024-11-23 | Update include guards | Mitya Selivanov |
2024-11-23 | Impl chunk table | Mitya Selivanov |
2024-11-23 | Simple string table impl | Mitya Selivanov |
2024-11-23 | Use 0 for UNDEFINED | Mitya Selivanov |
2024-11-22 | Add subtraction op | Mitya Selivanov |
2024-11-22 | Add addition tests | Mitya Selivanov |
2024-11-18 | Always delete test files | Mitya Selivanov |
2024-11-18 | Log level in tests | Mitya Selivanov |
2024-11-18 | Remove test files | Mitya Selivanov |
2024-11-18 | Add arch detection; Fix page size | Mitya Selivanov |
2024-11-16 | Add command line arguments parsing | Mitya Selivanov |
2024-11-16 | Fix codegen cleanup | Mitya Selivanov |
2024-11-16 | two plus two test | Mitya Selivanov |
2024-11-13 | Update comments, aligning | Mitya Selivanov |
2024-08-01 | Add _init, _fini symbols | Mitya Selivanov |
2024-08-01 | Precalculate GOT segment size | Mitya Selivanov |
2024-08-01 | Precalculate GOT segment size | Mitya Selivanov |
2024-08-01 | Cleanup | Mitya Selivanov |
2024-08-01 | Link crti, crtn | Mitya Selivanov |
2024-08-01 | Rearrange segments | Mitya Selivanov |
2024-08-01 | Fix num program headers | Mitya Selivanov |
2024-08-01 | TLS segments | Mitya Selivanov |
2024-08-01 | TLS segments | Mitya Selivanov |
2024-08-01 | Global offset table | Mitya Selivanov |
2024-08-01 | Link with object files; TODO: GOT | Mitya Selivanov |
2024-08-01 | Add .got segment | Mitya Selivanov |
2024-07-31 | Test suite | Mitya Selivanov |
2024-07-31 | Cleanup | Mitya Selivanov |
2024-07-31 | Fix num program headers | Mitya Selivanov |
2024-07-31 | Map elf header segment | Mitya Selivanov |
2024-07-31 | Provide __ehdr_start symbol for libc | Mitya Selivanov |
2024-07-31 | Cleanup; Remove prefixes | Mitya Selivanov |
2024-07-30 | Cleanup | Mitya Selivanov |
2024-07-30 | Init libc | Mitya Selivanov |
2024-07-30 | Fix symbol search | Mitya Selivanov |
2024-07-30 | Do not rewrite symbols in place | Mitya Selivanov |
2024-07-30 | Relocations | Mitya Selivanov |
2024-07-30 | Fix section index in relocations | Mitya Selivanov |
2024-07-30 | Fix offsets | Mitya Selivanov |
2024-07-30 | Codegen: call (incomplete) | Mitya Selivanov |
2024-07-30 | Codegen: call (incomplete) | Mitya Selivanov |
2024-07-30 | Codegen: call (incomplete) | Mitya Selivanov |
2024-07-25 | Codegen: call (incomplete) | Mitya Selivanov |