Generating a lot of code!

Still a few missing instructions/variants and other issues, but a big and
valid LLVM module is being generated.
This commit is contained in:
Ben Vanik
2013-01-22 00:22:27 -08:00
parent 791f14182c
commit 91f9e8b7bb
18 changed files with 1613 additions and 423 deletions

View File

@@ -97,7 +97,7 @@ int Processor::PrepareModule(UserModule* user_module,
modules_.push_back(exec_module);
user_module->Dump(export_resolver.get());
//user_module->Dump(export_resolver.get());
exec_module->Dump();
return 0;