aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
--HG-- rename : src/snippets.js => src/library.js
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
2010-09-22handle a few minor parsing issues (negative IEEE doubles, []s in constants, ↵alon@honor
aliases - ignored)
2010-09-22disable relooping pending rewritealon@honor
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
2010-09-20fix optimizer bugs with clang bitcodeAlon Zakai
2010-09-20fixes for clang, including support for phi; all tests pass, but optimizer ↵Alon Zakai
and relooper broken (on clang)
2010-09-15rewrite enzymatic, compilation is x2.5 fasteralon@honor
2010-09-14additional sauer tests+fixesalon@honor
2010-09-14load&bitcast combo supportalon@honor
2010-09-14proper flattening of nested structures +testalon@honor
2010-09-11fallback if no |arguments| (like on the web)alon@honor
2010-09-11Catch a corner case with 0 in varargsalon@honor
2010-09-11better handling of NULL in printf, and varargsalon@honor
2010-09-10fix some print() cornersalon@honor
2010-09-10Proper parsing of llvm stringsalon@honor
2010-09-10tweaks to sauer, and strtolalon@honor
2010-09-09Allow overriding compiler settings.jsalon@honor
2010-09-09fix some regexps that v8 and sm do not agree onalon@honor
2010-09-08Fix bug with strcatalon@honor
2010-09-08support for in-function staticsalon@honor
2010-09-08simplify parser: remove consts, have only varsalon@honor
2010-09-08support for getelementptr inside loads, fixes a testalon@honor
2010-09-07strcatalon@honor
2010-09-07commentsalon@honor
2010-09-07ES_SIZEOF: safe and portable sizeofalon@honor
2010-09-06fixes for null instead of 0, and makePointer on raw values instead of arraysalon@honor