aboutsummaryrefslogtreecommitdiff
path: root/src/analyzer.js
AgeCommit message (Collapse)Author
2010-10-02add missing branch detection of default in switch. all reloop but sauer, ↵alon@honor
dlmalloc/clang
2010-10-02rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ↵alon@honor
sauer
2010-10-01test+fix for modifying fields of global structuresalon@honor
2010-09-25optional memory alignment that matches c/c++; used in clang, not in llvm-gccalon@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