index
:
interpreter
this commit
import
master
native-llvm
Simple interpreter written in Zig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codegen.zig
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
|
Codegen: add bundled llvm
Baitinq
2025-03-04
1
-14
/
+22
|
/
*
Codegen: Initialize all llvm targets
Baitinq
2025-03-04
1
-5
/
+8
|
*
Codegen: Cleanup
Baitinq
2025-02-25
1
-6
/
+5
|
*
Codegen: Support functions as function params
Baitinq
2025-02-23
1
-28
/
+89
|
*
Misc: Fix llvm error message cleanup
Baitinq
2025-02-22
1
-1
/
+1
|
*
Parser: Add proper support for type parsing
Baitinq
2025-02-16
1
-7
/
+23
|
*
Codegen: support bool type
Baitinq
2025-02-15
1
-5
/
+7
|
*
Codegen: depend on libc for entrypoint
Baitinq
2025-02-15
1
-21
/
+0
|
*
Codegen: print verification message
Baitinq
2025-02-15
1
-1
/
+4
|
*
Feature: Introduce initial support for function return types
Baitinq
2025-02-15
1
-1
/
+7
|
*
Codegen: Fix bug when reassigning variables
Baitinq
2025-02-14
1
-2
/
+8
|
*
Codegen: Cleanup
Baitinq
2025-02-13
1
-62
/
+42
|
*
Misc: Cleanup comments
Baitinq
2025-02-12
1
-3
/
+0
|
*
Codegen: Properly support global vars
Baitinq
2025-02-12
1
-2
/
+18
|
*
Codegen: Fix bug with function as variables
Baitinq
2025-02-12
1
-2
/
+0
|
*
Codegen: Dont alloca for function definitions
Baitinq
2025-02-12
1
-1
/
+1
|
*
Codegen: Fix generating function params
Baitinq
2025-02-12
1
-7
/
+21
|
*
Misc: Add TODOs
Baitinq
2025-02-11
1
-0
/
+3
|
*
Codegen: Fix generating binop expressions
Baitinq
2025-02-11
1
-12
/
+16
|
*
Codegen: Fix generating unary expressions
Baitinq
2025-02-11
1
-10
/
+24
|
*
Codegen: Fix generating equality expressions
Baitinq
2025-02-11
1
-4
/
+11
|
*
Codegen: Implement while statement and fix addition
Baitinq
2025-02-10
1
-8
/
+41
|
*
Codegen: Fix SSA variable declaration
Baitinq
2025-02-10
1
-15
/
+35
|
*
Codegen: Random fixes
Baitinq
2025-02-05
1
-4
/
+2
|
*
Codegen: "Support" booleans
Baitinq
2025-02-04
1
-27
/
+95
|
*
Codegen: Support anonymous functions
Baitinq
2025-02-04
1
-8
/
+14
|
*
Codegen: Fix verifier errors and ensure verifier runs
Baitinq
2025-02-04
1
-7
/
+16
|
*
Codegen: Prepare for module verifying
Baitinq
2025-02-04
1
-0
/
+3
|
*
Codegen: Support recursive functions
Baitinq
2025-02-04
1
-12
/
+19
|
*
Codegen: Add errdefers for debugging
Baitinq
2025-02-02
1
-0
/
+6
|
*
Codegen: Support mul,div,sub and cmp
Baitinq
2025-02-02
1
-3
/
+50
|
*
Codegen: Support if statements
Baitinq
2025-02-02
1
-0
/
+23
|
*
Codegen: Handle function parameters
Baitinq
2025-02-01
1
-6
/
+24
|
*
Codegen: Start handling global variables
Baitinq
2025-01-31
1
-3
/
+10
|
*
Codegen: Fix function as variables
Baitinq
2025-01-31
1
-8
/
+75
|
*
Codegen: Fix bug calling printf
Baitinq
2025-01-30
1
-7
/
+6
|
*
Codegen: Get addition kind of working
Baitinq
2025-01-30
1
-6
/
+10
|
*
Codegen: Cleanup
Baitinq
2025-01-30
1
-61
/
+55
|
*
Examples: Fix example 2
Baitinq
2025-01-30
1
-0
/
+1
|
*
Codegen: Support function calls in return statement
Baitinq
2025-01-30
1
-6
/
+9
|
*
Codegen: Get function declaration/calling kind of working
Baitinq
2025-01-30
1
-23
/
+38
|
*
Codegen: Support identifiers in return expressions
Baitinq
2025-01-29
1
-3
/
+7
|
*
Codegen: Support variable reassignment
Baitinq
2025-01-29
1
-37
/
+23
|
*
Codegen: Get variable declarations kind of working
Baitinq
2025-01-29
1
-18
/
+37
|
*
Codegen: Get printf working
Baitinq
2025-01-28
1
-5
/
+42
|
*
Codegen: Cleanup
Baitinq
2025-01-27
1
-7
/
+6
|
*
Codegen: Get the most basic ever example compiling
Baitinq
2025-01-27
1
-14
/
+71
|
*
Codegen: Start working on actual AST codegen
Baitinq
2025-01-27
1
-8
/
+46
|
*
Codegen: PoC use _start
Baitinq
2025-01-27
1
-1
/
+1
|
*
Codegen: PoC hello world
Baitinq
2025-01-26
1
-0
/
+13
|
[prev]
[next]