about summary refs log tree commit diff
path: root/llvm-c (unfollow)
Commit message (Collapse)AuthorFilesLines
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 stdlibBaitinq3-14/+29
2025-05-10Codegen: Add varags hack for use in paramsBaitinq1-0/+1
2025-05-10Feature: Support returning void from functionsBaitinq4-12/+17