index
:
pry-lang
this commit
import
logo
master
Simple self-hosted low level programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
codegen.zig
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Codegen: Fix bug with nested ifs
Baitinq
2025-05-15
1
-2
/
+2
*
Feature: Add support for break statement
Baitinq
2025-05-12
1
-0
/
+16
*
Feature: Add support for GE and LE comparisons
Baitinq
2025-05-11
1
-0
/
+2
*
Codegen: Fix: Don't change underlying type if dereference
Baitinq
2025-05-10
1
-2
/
+4
*
Codegen: Support declaring functions multiple times
Baitinq
2025-05-10
1
-15
/
+12
*
Codegen: Add varags hack for use in params
Baitinq
2025-05-10
1
-0
/
+1
*
Feature: Support returning void from functions
Baitinq
2025-05-10
1
-1
/
+6
*
Feature: Add support for imports
Baitinq
2025-05-10
1
-1
/
+12
*
Codegen: Don't rely on llvm types
Baitinq
2025-05-10
1
-85
/
+73
*
Codegen: Simplify by not tracking llvm type
Baitinq
2025-05-04
1
-52
/
+69
*
Codegen: Fix regression with additions
Baitinq
2025-05-04
1
-3
/
+0
*
Codegen: Verify module before outputing ir
Baitinq
2025-05-04
1
-6
/
+6
*
Codegen: Improve tracking of node types
Baitinq
2025-04-10
1
-30
/
+58
*
Feature: Add char type and support underlying pointer values
Baitinq
2025-04-06
1
-2
/
+46
*
Codegen: Fix GEP type
Baitinq
2025-04-02
1
-2
/
+1
*
Feature: Start adding support for assigning to pointers with arithmetic
Baitinq
2025-04-01
1
-28
/
+36
*
Codegen: Start supporting pointer arithmetic
Baitinq
2025-04-01
1
-2
/
+10
*
Feature: Add basic support for pointer references and dereferences
Baitinq
2025-03-29
1
-4
/
+27
*
Codegen: Support void type
Baitinq
2025-03-26
1
-0
/
+1
*
Feature: Add basic support for varargs
Baitinq
2025-03-25
1
-1
/
+6
*
Feature: Add "proper" pointer types
Baitinq
2025-03-24
1
-1
/
+4
*
Feature: Add initial support for pointers
Baitinq
2025-03-24
1
-18
/
+1
*
Feature: Add support for strings
Baitinq
2025-03-24
1
-82
/
+29
*
Feature: Add initial support for linking external symbols
Baitinq
2025-03-22
1
-0
/
+24
*
Misc: Improve error handling
Baitinq
2025-03-21
1
-2
/
+3
*
Codegen: Support functions as return values
Baitinq
2025-03-20
1
-11
/
+62
*
Codegen: Fix printing of llvm error messages
Baitinq
2025-03-12
1
-8
/
+11
*
simplify
Baitinq
2025-03-12
1
-133
/
+126
*
Merge branch 'master' into native-llvm
Baitinq
2025-03-12
1
-115
/
+57
|
\
|
*
Codegen: Fix bug with functions without name
Baitinq
2025-03-11
1
-2
/
+3
|
*
Codegen: Fix bug with if statements inside while loops
Baitinq
2025-03-09
1
-5
/
+3
|
*
Feature: Add support for mod operator
Baitinq
2025-03-09
1
-4
/
+10
|
*
Feature: Add support for GT and LT operators
Baitinq
2025-03-08
1
-71
/
+13
|
*
Codegen: Fix bug with recursive functions as variables
Baitinq
2025-03-08
1
-19
/
+15
|
*
Codegen: Use alternative way of knowing if we should load function before call
Baitinq
2025-03-08
1
-3
/
+1
|
*
Codegen: Fix llvm codegen in macos
Baitinq
2025-03-04
1
-2
/
+1
|
*
Codegen: Fix llvm compilation in macos
Baitinq
2025-03-04
1
-10
/
+12
*
|
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
[next]