aboutsummaryrefslogtreecommitdiff
path: root/src/jsifier.js
AgeCommit message (Collapse)Author
2010-10-31remove getters from global varsalon@honor
2010-10-27modularize generated codealon@honor
2010-10-26proper blockIds, fixes relooper bugalon@honor
2010-10-25fix bug with type of |select|alon@honor
2010-10-24progress on cleaning up Runtimealon@honor
2010-10-24add nonvirtual part to polymorph test; fails in clangalon@honor
2010-10-23better LABEL_DEBUGalon@honor
2010-10-23fix for invoke function calls not using function tablealon@honor
2010-10-23handle llvm functions in retalon@honor
2010-10-23fix in exception handlingalon@honor
2010-10-23fix for phi-in-phi, and fix uncovered bug with llvm function calls inside phialon@honor
2010-10-23optimize out unneeded item[0]alon@honor
2010-10-21fixes in parseConst; move getFunctionIndex into Runtime; test for global ↵alon@honor
function pointers
2010-10-21expose ___SIZE of structsalon@honor
2010-10-21optimize flattener appearancesalon@honor
2010-10-21optimize away unneeded FLATTENER[0]; enable gcc_unmangler testalon@honor
2010-10-21support phi with >2 paramsalon@honor
2010-10-20dynamic stack allocation support; demangler test closer to passingalon@honor
2010-10-20getelementptr corner casesalon@honor
2010-10-19partially handle the case of a variable in the middle of GEP indexings (and ↵alon@honor
assert if cannot handle)
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
needed; fix some uncovered bugs; 49% speedup
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, ↵alon@honor
dlmalloc/clang