Age | Commit message (Expand) | Author |
2010-10-19 | partially handle the case of a variable in the middle of GEP indexings (and a... | alon@honor |
2010-10-16 | further optimize stolen branchings | alon@honor |
2010-10-16 | steal branch2s into multiples; 1% speedup | alon@honor |
2010-10-16 | tweak loop optimizer | alon@honor |
2010-10-16 | optimize out unneeded loops in |multiple| blocks | alon@honor |
2010-10-16 | remove unneeded BREAKs | alon@honor |
2010-10-16 | optimize stack winding with local var; 5% speedup | alon@honor |
2010-10-15 | avoid redirection for math funcs | alon@honor |
2010-10-15 | do not wind/unwind stacks if initial stack size is 0; 20% speedup | alon@honor |
2010-10-15 | recurse blocks in loop optimizer; 1% speedup | alon@honor |
2010-10-15 | BNOPP in some simple emulated blocks; 1% speedup | alon@honor |
2010-10-14 | remove unnecessary boolean ==> int conversions; fix uncovered bug; 20% speedup | alon@honor |
2010-10-13 | aggressively nativize variables; stop doing optimizations that are no longer ... | alon@honor |
2010-10-11 | clean up relooper label storage | 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-10 | clean up flattener code and remove unneeded flattener definitions; 3% speedup | alon@honor |
2010-10-09 | pass types to makeGetValue/makeSetValue | alon@honor |
2010-10-09 | cleanup: remove need for .text in item.type | alon@honor |
2010-10-09 | optimize away 1's and 0's in getelementptr; 1% speedup | alon@honor |
2010-10-08 | fix bug with last commit, and better GUARD_MEMORY option | alon@honor |
2010-10-08 | initial support for |extractvalue| | alon@honor |
2010-10-07 | begin work to adapt to llvm 2.8 | TESTS BROKEN | alon@honor |
2010-10-06 | inline stack allocations | alon@honor |
2010-10-06 | Runtime system, and inlining of stackEnter/Exit | alon@honor |
2010-10-04 | GUARD_LABELS option + further cleanup | alon@honor |
2010-10-04 | initial working version of 'multiple' block in relooper | alon@honor |
2010-10-03 | proper indentation of generated code | alon@honor |
2010-10-03 | minor relooper fixes | alon@honor |
2010-10-03 | cleanup + test both optimized and non-optimized | alon@honor |
2010-10-02 | add missing branch detection of default in switch. all reloop but sauer, dlma... | alon@honor |
2010-10-02 | rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ... | alon@honor |
2010-10-02 | memory implementation cleanup | alon@honor |
2010-10-01 | test+fix for modifying fields of global structures | 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-29 | clean up memory allocation | alon@honor |
2010-09-28 | call stack implementation | alon@honor |
2010-09-27 | parseLLVMFunctionCall/finalizeLLVMFunctionCall cleanup | 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 | fix for arrays of arrays +test | alon@honor |
2010-09-25 | optional memory alignment that matches c/c++; used in clang, not in llvm-gcc | alon@honor |
2010-09-25 | snippets ==> library | alon@honor |
2010-09-25 | improve snippets format, and a few additional library implementations | alon@honor |
2010-09-25 | parseNumerical in fastops | alon@honor |
2010-09-24 | floating point fixes +test | alon@honor |
2010-09-22 | handle a few minor parsing issues (negative IEEE doubles, []s in constants, a... | alon@honor |
2010-09-21 | fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such prob... | alon@honor |