aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Expand)Author
2010-10-19partially handle the case of a variable in the middle of GEP indexings (and a...alon@honor
2010-10-16further optimize stolen branchingsalon@honor
2010-10-16steal branch2s into multiples; 1% speedupalon@honor
2010-10-16tweak loop optimizeralon@honor
2010-10-16optimize out unneeded loops in |multiple| blocksalon@honor
2010-10-16remove unneeded BREAKsalon@honor
2010-10-16optimize stack winding with local var; 5% speedupalon@honor
2010-10-15avoid redirection for math funcsalon@honor
2010-10-15do not wind/unwind stacks if initial stack size is 0; 20% speedupalon@honor
2010-10-15recurse blocks in loop optimizer; 1% speedupalon@honor
2010-10-15BNOPP in some simple emulated blocks; 1% speedupalon@honor
2010-10-14remove unnecessary boolean ==> int conversions; fix uncovered bug; 20% speedupalon@honor
2010-10-13aggressively nativize variables; stop doing optimizations that are no longer ...alon@honor
2010-10-11clean up relooper label storagealon@honor
2010-10-11increment stack all at once; 2% speedupalon@honor
2010-10-10typed arrays support; function __index__ing ; 36% speedupalon@honor
2010-10-10clean up flattener code and remove unneeded flattener definitions; 3% speedupalon@honor
2010-10-09pass types to makeGetValue/makeSetValuealon@honor
2010-10-09cleanup: remove need for .text in item.typealon@honor
2010-10-09optimize away 1's and 0's in getelementptr; 1% speedupalon@honor
2010-10-08fix bug with last commit, and better GUARD_MEMORY optionalon@honor
2010-10-08initial support for |extractvalue|alon@honor
2010-10-07begin work to adapt to llvm 2.8 | TESTS BROKENalon@honor
2010-10-06inline stack allocationsalon@honor
2010-10-06Runtime system, and inlining of stackEnter/Exitalon@honor
2010-10-04GUARD_LABELS option + further cleanupalon@honor
2010-10-04initial working version of 'multiple' block in relooperalon@honor
2010-10-03proper indentation of generated codealon@honor
2010-10-03minor relooper fixesalon@honor
2010-10-03cleanup + test both optimized and non-optimizedalon@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-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
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, a...alon@honor
2010-09-21fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such prob...alon@honor