aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-10-05version 0.3alon@honor
2010-10-04higher memory defaults, for raytracing demoalon@honor
2010-10-04temporary hackish removal of unneeded breaks outside of complex emulated blocksalon@honor
2010-10-04GUARD_LABELS option + further cleanupalon@honor
2010-10-04clean up relooperalon@honor
2010-10-04initial working version of 'multiple' block in relooperalon@honor
2010-10-03cleanup fallback when no RELOOPalon@honor
2010-10-03proper indentation of generated codealon@honor
2010-10-03reloop blocks with multiple entriesalon@honor
2010-10-03minor relooper fixesalon@honor
2010-10-03clean up relooperalon@honor
2010-10-03cleanup + test both optimized and non-optimizedalon@honor
2010-10-02add missing branch detection of assign&invoke. all tests pass with reloopingalon@honor
2010-10-02add missing branch detection of default in switch. all reloop but sauer, dlma...alon@honor
2010-10-02rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ...alon@honor
2010-10-02dlmalloc testalon@honor
2010-10-02memory implementation cleanupalon@honor
2010-10-01test+fix for modifying fields of global structuresalon@honor
2010-10-01handle nested function calls in mathopsalon@honor
2010-09-30use parse/finalizeLLVM in mathopsalon@honor
2010-09-30library additionsalon@honor
2010-09-30optional stricter support for unsigned values +testalon@honor
2010-09-30abort()alon@honor
2010-09-29nicer llvm parameter parsing tools, used in 'store'alon@honor
2010-09-29clean up memory allocationalon@honor
2010-09-28SDL fixes, do not malloc for each framealon@honor
2010-09-28call stack implementationalon@honor
2010-09-27parseLLVMFunctionCall/finalizeLLVMFunctionCall cleanupalon@honor
2010-09-27preprocessor requires variable>0 to consider it truealon@honor
2010-09-27ignore 'noalias' in function defsalon@honor
2010-09-27emscripten.h tweaksalon@honor
2010-09-27missing udivalon@honor
2010-09-27simplify intertyping of storealon@honor
2010-09-27clean out parseBitcastalon@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-25add raytracing testalon@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
2010-09-25improve snippets format, and a few additional library implementationsalon@honor
2010-09-25additional function qualifiers to ignorealon@honor
2010-09-25parseNumerical in fastopsalon@honor
2010-09-25getelementptr intertyping fixalon@honor
2010-09-24Infinity and NaNalon@honor
2010-09-24floating point fixes +testalon@honor
2010-09-24IEEE floats fixesalon@honor
2010-09-23iostream fixesalon@honor
2010-09-23proper print buffering, + cleanupalon@honor
2010-09-22several stdlib implementationsalon@honor