about summary refs log tree commit diff
path: root/llvm-c/DisassemblerTypes.h (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-15Feature: Add support for null pointersBaitinq4-2/+21
2025-05-15Bootstrap: Tokenizer: Tokenize keywordsBaitinq1-4/+81
2025-05-15Bootstrap: Tokenizer: Continue implementingBaitinq4-7/+93
2025-05-15Codegen: Fix bug with nested ifsBaitinq1-2/+2
2025-05-14Misc: Cleanup flake.nixBaitinq1-20/+19
2025-05-14Bootstrap: Require filename argumentBaitinq1-0/+5
2025-05-14bootstrap: tokenizer: more changesBaitinq1-1/+46
2025-05-12Feature: Add support for break statementBaitinq4-5/+31
2025-05-12boostrap: tokenizer: cleanBaitinq1-10/+25
2025-05-12std: Add strcmpBaitinq1-0/+24
2025-05-11Feature: Add support for GE and LE comparisonsBaitinq3-2/+26
2025-05-11Bootstrap: cleanupBaitinq2-46/+50
2025-05-10Codegen: Fix: Don't change underlying type if dereferenceBaitinq1-2/+4
2025-05-10Codegen: Support declaring functions multiple timesBaitinq2-21/+20
2025-05-10Feature: Add initial stdlib