aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Collapse)Author
2010-10-02rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ↵alon@honor
sauer
2010-10-02memory implementation cleanupalon@honor
2010-10-01test+fix for modifying fields of global structuresalon@honor
2010-09-30use parse/finalizeLLVM in mathopsalon@honor
2010-09-30optional stricter support for unsigned values +testalon@honor
2010-09-29nicer llvm parameter parsing tools, used in 'store'alon@honor
2010-09-29clean up memory allocationalon@honor
2010-09-28call stack implementationalon@honor
2010-09-27parseLLVMFunctionCall/finalizeLLVMFunctionCall cleanupalon@honor
2010-09-27cleanup parseGetElementPtr and ignore 'volatile'alon@honor
2010-09-26beginnings of SDL support; minor fixes for SDL; raytrace web demoalon@honor
2010-09-25fix for arrays of arrays +testalon@honor
2010-09-25optional memory alignment that matches c/c++; used in clang, not in llvm-gccalon@honor
2010-09-25snippets ==> libraryalon@honor
--HG-- rename : src/snippets.js => src/library.js
2010-09-25improve snippets format, and a few additional library implementationsalon@honor
2010-09-25parseNumerical in fastopsalon@honor
2010-09-24floating point fixes +testalon@honor
2010-09-22handle a few minor parsing issues (negative IEEE doubles, []s in constants, ↵alon@honor
aliases - ignored)
2010-09-21fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such ↵alon@honor
problems
2010-09-20optimize __lastLabel__/phialon@honor
2010-09-20refactor into filesalon@honor
--HG-- rename : src/parser.js => src/compiler.js