Age | Commit message (Expand) | Author |
2010-12-30 | simple django-style substitution/macros | Alon Zakai |
2010-12-29 | better slab selection with type info | Alon Zakai |
2010-12-28 | minimal support for 80-bit x87 floats | Alon Zakai |
2010-12-27 | use finalizeLLVMFunctionCall for more functions, and related minor fixes | Alon Zakai |
2010-12-25 | comments + clean up compiler.js | Alon Zakai |
2010-12-25 | clean up getNativeFieldSize | Alon Zakai |
2010-12-25 | code cleanup | Alon Zakai |
2010-12-18 | fixes for llvm optimized code in 2 tests | Alon Zakai |
2010-12-15 | misc fixes and improvements - thanks go to tuba | Alon Zakai |
2010-12-09 | code cleanup of |,;|s | David LaPalomento |
2010-12-02 | handle bitcasts etc. of call() idents +test | Alon Zakai |
2010-11-26 | flatten global constants at compile time | Alon Zakai |
2010-11-21 | strengthen SAFE_HEAP | Alon Zakai |
2010-11-21 | SAFE_HEAP now validates the load-store consistency assumption, plus minor rel... | Alon Zakai |
2010-11-16 | differentiate llvm variables from functions in niceIdents | Alon Zakai |
2010-11-16 | handle identifiers with quotes and ignore |hidden| +test | puffnfresh |
2010-11-13 | recognize varargs in function pointer types | Alon Zakai |
2010-11-02 | support for struct/aggregate values in load&store; all tests pass | alon@honor |
2010-10-27 | modularize generated code | alon@honor |
2010-10-25 | fix for type of |inttoptr|,|ptrtoint| | alon@honor |
2010-10-24 | progress on cleaning up Runtime | alon@honor |
2010-10-24 | add nonvirtual part to polymorph test; fails in clang | alon@honor |
2010-10-23 | nicer numerical constants | alon@honor |
2010-10-23 | optimize out unneeded item[0] | alon@honor |
2010-10-21 | expose ___SIZE of structs | alon@honor |
2010-10-20 | dynamic stack allocation support; demangler test closer to passing | alon@honor |
2010-10-17 | optimize reintegrator | alon@honor |
2010-10-17 | misc minor fixes | alon@honor |
2010-10-16 | further optimize stolen branchings | alon@honor |
2010-10-16 | rewrite BNOPP optimizer | alon@honor |
2010-10-11 | increment stack all at once; 2% speedup | alon@honor |
2010-10-10 | typed arrays support; function __index__ing ; 36% speedup | alon@honor |
2010-10-09 | cleanup: remove need for .text in item.type | alon@honor |
2010-10-03 | cleanup + test both optimized and non-optimized | alon@honor |
2010-10-02 | rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ... | alon@honor |
2010-10-01 | handle nested function calls in mathops | alon@honor |
2010-09-30 | use parse/finalizeLLVM in mathops | alon@honor |
2010-09-30 | optional stricter support for unsigned values +test | alon@honor |
2010-09-29 | nicer llvm parameter parsing tools, used in 'store' | alon@honor |
2010-09-27 | parseLLVMFunctionCall/finalizeLLVMFunctionCall cleanup | alon@honor |
2010-09-27 | preprocessor requires variable>0 to consider it true | alon@honor |
2010-09-27 | clean out parseBitcast | alon@honor |
2010-09-27 | cleanup parseGetElementPtr and ignore 'volatile' | alon@honor |
2010-09-26 | beginnings of SDL support; minor fixes for SDL; raytrace web demo | alon@honor |
2010-09-25 | optional memory alignment that matches c/c++; used in clang, not in llvm-gcc | alon@honor |
2010-09-24 | Infinity and NaN | alon@honor |
2010-09-24 | floating point fixes +test | alon@honor |
2010-09-24 | IEEE floats fixes | alon@honor |
2010-09-22 | handle a few minor parsing issues (negative IEEE doubles, []s in constants, a... | alon@honor |
2010-09-20 | refactor into files | alon@honor |