2010-04-11 |
inglorion | Added generators to create ELF files for mips and mipsel.
|
commit | commitdiff | tree |
2010-04-11 |
inglorion | MipsGasGenerator: added support for tail calls.
|
commit | commitdiff | tree |
2010-04-11 |
inglorion | MipsGasGenerator: Added support for byte, word, get...
|
commit | commitdiff | tree |
2010-04-11 |
inglorion | MipsGasGenerator: Removed reference to non-existent...
|
commit | commitdiff | tree |
2010-04-10 |
inglorion | MipsGasGenerator: added cases for div, mod, and mul
|
commit | commitdiff | tree |
2010-04-10 |
inglorion | MipsGasGenerator:
|
commit | commitdiff | tree |
2010-04-10 |
inglorion | MipsGasGenerator: Fixed calling of functions defined...
|
commit | commitdiff | tree |
2010-04-10 |
inglorion | Added set and bitwise operators.
|
commit | commitdiff | tree |
2010-04-10 |
inglorion | Updated comment describing the stack frames created by
|
commit | commitdiff | tree |
2010-04-10 |
inglorion | Replaced register names by mnemonic constants in MIPSGasGene...
|
commit | commitdiff | tree |
2010-04-10 |
inglorion | MIPSGasGenerator now also registers for mipsel.
|
commit | commitdiff | tree |
2010-04-10 |
inglorion | First step on the way to adding a code generator for...
|
commit | commitdiff | tree |
2010-02-10 |
inglorion | Updated compiler to use new code generation API.
|
commit | commitdiff | tree |
2010-02-10 |
inglorion | Updated rdoc documentation.
|
commit | commitdiff | tree |
2010-02-10 |
inglorion | Updated manpage to describe the new - and -o - arguments...
|
commit | commitdiff | tree |
2010-02-10 |
inglorion | Changed "section code" to "section functions" in tests.
|
commit | commitdiff | tree |
2010-02-10 |
inglorion | Add functions to section :functions instead of section...
|
commit | commitdiff | tree |
2010-02-10 |
inglorion | Introduced section aliases.
|
commit | commitdiff | tree |
2010-02-09 |
inglorion | Added test case for the new code generator API.
|
commit | commitdiff | tree |
2010-02-09 |
inglorion | Added new, simpler, more powerful code generation API.
|
commit | commitdiff | tree |
2010-02-08 |
inglorion | Made voodooc accept "-" and "-o -" to read from standard...
|
commit | commitdiff | tree |
2010-02-06 |
inglorion | Fixed top-level Makefile so that make test depends...
|
commit | commitdiff | tree |
2010-02-06 |
inglorion | Added gensym to the public interface of code generators.
|
commit | commitdiff | tree |
2010-02-06 |
inglorion | Modified gemspec to improve generated rdoc documentation.
|
commit | commitdiff | tree |
2010-02-06 |
inglorion | Fixed AMD64 ELF generator to use ".o" as default suffix...
|
commit | commitdiff | tree |
2010-02-06 |
inglorion | Added support for RubyGems.
|
commit | commitdiff | tree |
2010-02-06 |
inglorion | Updated doc/Makefile to find libraries in new directory.
|
commit | commitdiff | tree |
2010-02-06 |
inglorion | Updated Makefiles to fit new directory structure.
|
commit | commitdiff | tree |
2010-02-06 |
inglorion | Changed directory structure to conform to RubyGems...
|
commit | commitdiff | tree |
2010-02-06 |
inglorion | Fixed parser so that line numbers are displayed correctly.
|
commit | commitdiff | tree |
2009-10-11 |
inglorion | Fixed tail_call in i386_nasm_generator
|
commit | commitdiff | tree |
2009-10-11 |
inglorion | Changed test/Makefile to work with BSD make
|
commit | commitdiff | tree |
2009-10-10 |
inglorion | Made AMD64 code generator emit position independent...
|
commit | commitdiff | tree |
2009-10-10 |
inglorion | Changed gensym prefix from '.' to '_'.
|
commit | commitdiff | tree |
2009-10-09 |
inglorion | In NasmGenerator, don't add comma if a string starts...
|
commit | commitdiff | tree |
2009-10-09 |
inglorion | Added 99bottles test to test programmatic code generation.
|
commit | commitdiff | tree |
2009-10-09 |
inglorion | In NasmGenerator, add comma when switching from numeric...
|
commit | commitdiff | tree |
2009-10-09 |
inglorion | Modified CommonCodeGenerator to add function code to...
|
commit | commitdiff | tree |
2009-10-08 |
inglorion | Set default output file extension for NASM assembly...
|
commit | commitdiff | tree |
2009-10-08 |
inglorion | Allow instantiation of code generators without any...
|
commit | commitdiff | tree |
2009-10-08 |
inglorion | Fixed a bug in in_section in CommonCodeGenerator.
|
commit | commitdiff | tree |
2009-10-07 |
inglorion | Add newline after align directives in nasm generator.
|
commit | commitdiff | tree |
2009-10-07 |
inglorion | Fixed lib/ruby/Makefile to install voodoo.rb
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Removed MAKEFLAGS from Makefiles
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Minor documentation improvements.
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Changed title for generated rdoc documentation.
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Removed common NasmGenerator code from I386NasmGenerator.
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Made I386NasmGenerator a subclass of NasmGenerator.
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Updated i386_elf_generator to respect YASM environment...
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Moved re-usable code from AMD64NasmGenerator to NASMGenerator.
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Added wordsize method to code generator API so that...
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Added test case for call expression.
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Use Voodoo::Config to determine default architecture...
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | voodooc can now list supported architectures and output...
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Make default architecture configurable.
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Renamed label in goto.voo to not coincide with an instructio...
|
commit | commitdiff | tree |
2009-10-03 |
inglorion | Updated language.html
|
commit | commitdiff | tree |
2009-10-02 |
inglorion | Made AMD64 code generator pass new test cases.
|
commit | commitdiff | tree |
2009-10-02 |
inglorion | Added test case for set-byte.
|
commit | commitdiff | tree |
2009-10-02 |
inglorion | Added test case for set-word.
|
commit | commitdiff | tree |
2009-10-02 |
inglorion | Added test case for goto.
|
commit | commitdiff | tree |
2009-10-02 |
inglorion | Modified tail-calls test to perform 1000000000 iterations.
|
commit | commitdiff | tree |
2009-10-02 |
inglorion | Added tail call support to amd64 code generator.
|
commit | commitdiff | tree |
2009-10-02 |
inglorion | Added conditionals to amd64 code generator.
|
commit | commitdiff | tree |
2009-10-02 |
inglorion | Added support for div, mod, and mul to amd64 code generator.
|
commit | commitdiff | tree |
2009-10-01 |
inglorion | Added bitwise operators, let and set to amd64_nasm_generator.
|
commit | commitdiff | tree |
2009-10-01 |
inglorion | More work on AMD64 code generator.
|
commit | commitdiff | tree |
2009-10-01 |
inglorion | Added amd64_elf_generator to generate ELF objects for...
|
commit | commitdiff | tree |
2009-10-01 |
inglorion | Added amd64_nasm_generator to generate NASM code for...
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Added default targets to Makefile and doc/Makefile
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Added manpage for voodooc.
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Install rdoc documentation if it has been generated.
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Added documentation for the classes Compiler, CommonCodeGene...
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Added documentation for the Voodoo module.
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Added voodoo.rb so that "require 'voodoo'" can be used...
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Added file COPYING with copyright information.
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Added make rdoc target to generate rdoc documentation...
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Install LICENSE file along with the other documentation.
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Changed test program to use symbolic section names.
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Fixed i386_nasm_code_generator require of common_code_generator.
|
commit | commitdiff | tree |
2009-09-30 |
inglorion | Changed license to LGPL v2.1.
|
commit | commitdiff | tree |
2009-09-27 |
inglorion | Fix require in i386_nasm_generator.
|
commit | commitdiff | tree |
2009-09-27 |
inglorion | Moved README to doc directory and added a symlink from...
|
commit | commitdiff | tree |
2009-09-27 |
inglorion | Updated README.
|
commit | commitdiff | tree |
2009-09-26 |
inglorion | Set file extension for i386_elf_generator to ".o".
|
commit | commitdiff | tree |
2009-09-26 |
inglorion | Added doc/Makefile
|
commit | commitdiff | tree |
2009-09-26 |
inglorion | Added i386_elf_generator.rb
|
commit | commitdiff | tree |
2009-09-26 |
inglorion | Added x86_elf_generator to generate ELF objects.
|
commit | commitdiff | tree |
2009-09-26 |
inglorion | Changed parser to return top-level elements instead...
|
commit | commitdiff | tree |
2009-09-26 |
inglorion | Changed parser to return symbols as symbols and numbers...
|
commit | commitdiff | tree |
2009-09-26 |
inglorion | Improved error reporting for invalid combinations or...
|
commit | commitdiff | tree |
2009-09-26 |
inglorion | Added functions to select code generator based on architectu...
|
commit | commitdiff | tree |
2009-09-26 |
inglorion | Moved code generators to separate directory.
|
commit | commitdiff | tree |
2009-09-26 |
inglorion | Put all modules in the Voodoo namespace.
|
commit | commitdiff | tree |
2009-09-26 |
inglorion | Revamped compiler to support multiple code generators.
|
commit | commitdiff | tree |
2009-09-25 |
inglorion | Moded modules to lib/ruby/voodoo.
|
commit | commitdiff | tree |
2009-09-24 |
inglorion | Implemented new code generator API.
|
commit | commitdiff | tree |
2009-06-09 |
inglorion | Made Makefiles actually use Makefile.cfg.
|
commit | commitdiff | tree |
2009-06-09 |
inglorion | Added configure script.
|
commit | commitdiff | tree |
2009-01-12 |
Robbert Haarman | Moved tail-calls test to the end of the test script...
|
commit | commitdiff | tree |