descriptionprogramming language providing a thin abstraction layer over a platform's instruction set and calling conventions
homepage URLhttp://inglorion.net/software/voodoo/
ownervoodoo@inglorion.net
last changeSun, 17 Feb 2013 19:31:03 +0000
Push URLssh://repo.or.cz/srv/git/voodoo-lang.git
Content tags:
Add:
readme
Voodoo is a programming language designed to be a thin abstraction layer over CPUs' native instruction sets and operating systems' calling conventions. It provides functionality to read and write memory, perform arithmetic, define and call functions, and not much more. Voodoo aims to provide a level of abstraction high enough to reduce the effort of generating code for numerous target platforms, while allowing any construct to be expressed efficiently.
shortlog
2013-02-17 inglorionstricter test for variables in shared libraries master v1.1
2013-02-17 inglorionmade variables in shared libraries work on i386
2013-02-17 inglorionmade variables in shared libraries work on AMD64
2013-02-17 inglorionshared libraries can now export variables on MIPS
2013-02-17 inglorionimplemented shared library support on MIPS
2013-02-17 inglorionadded shared library support to AMD64 and i386
2013-02-17 inglorionadded support for creating shared libraries on ARM
2013-02-10 inglorionkeep track of saved registers on MIPS
2013-02-10 inglorionadded save-frame-and-locals
2013-02-09 inglorionremoved no longer necessary code from mips_gas_generator
2013-02-09 inglorionimplemented save-locals and restore-locals on MIPS
2013-02-06 inglorionmade save-frame only save registers not yet saved in...
2013-02-06 inglorionmoved more code into common_code_generator
2013-02-05 inglorionMoved save and restore logic for frames and locals...
2013-02-03 inglorionimplemented save-locals and restore-locals on i386
2013-02-03 inglorionimplemented {save,restore}-frame and {save,restore...
...
tags
6 months ago v1.0.2 Tagged version 1.0.2
15 months ago v1.0.1 Tagged version 1.0.1
16 months ago v1.0.0 Tagged version 1.0.0
2 years ago v0.7.0 Tagged version 0.7.0
2 years ago v0.6.3 Tagged version 0.6.3
3 years ago v0.6.2 Tagged version 0.6.2
3 years ago v0.6.1 Tagged version 0.6.1
3 years ago v0.6.0 Tagged version 0.6.0
3 years ago v0.5.0
3 years ago v0.4.1 Tagged version 0.4.1
3 years ago v0.4.0 Tagged version 0.4.0
3 years ago v0.3.0 Tagged version 0.3.0
4 years ago v0.2.1
4 years ago v0.2.0 Release version 0.2.0.
4 years ago v0.1.0 Initial public release.
heads
2 months ago master
2 months ago v1.1
6 months ago v1.0
15 months ago experimental