index
:
amalgam
master
A programming language for combining cpu and gpu programming into the same language.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.sh
Age
Commit message (
Expand
)
Author
2020-07-28
Fix build issues in release mode
dec05eba
2020-07-25
load function in progress
dec05eba
2020-07-25
Implicit cast to larger size, number suffix for number bitsize
dec05eba
2020-07-25
Implicit cast from str to ?&c_char, fix use of parameters (to use sys v regis...
dec05eba
2020-07-25
Start on opengl test, fix stack alignment before call (sys-v)
dec05eba
2020-07-25
Implement more instructions, implement function parameters and arguments
dec05eba
2020-07-25
Move program code generation and execution out of program (make it generic)
dec05eba
2020-07-25
Before interpreter. Cleanup build script. Begin writing code analyzer tool to...
dec05eba
2020-07-25
Remove nullable... it's bad to have magic. Static analysis can do it instead
dec05eba
2020-07-25
Add nullable, add bytecode documentation
dec05eba
2020-07-25
Starting on asm, implementing extern function call so progress is visible
dec05eba
2020-07-25
Start on amal program
dec05eba
2020-07-25
Start on real bytecode & doc parsing
dec05eba
2020-07-25
Generate compile_commands.json
dec05eba
2020-07-25
Start on bytecode. Commit before os switch
dec05eba
2020-07-25
Add struct, import caching, binop ops etc
dec05eba
2020-07-25
Resolve variable references
dec05eba
2020-07-25
Add ssa string
dec05eba
2020-07-25
Add hash map
dec05eba
2020-07-25
fix crashes
dec05eba
2020-07-25
Use multiple threads to parse
dec05eba
2020-07-25
Initial commit, Function declaration work somewhat
dec05eba