index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utility.js
Age
Commit message (
Collapse
)
Author
2011-08-26
optimize generateStructTypes and flatten
Alon Zakai
2011-06-03
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
Alon Zakai
2011-05-16
compiler code is now js strict mode compliant
Alon Zakai
2011-04-18
refactor assertions and parsing code
Alon Zakai
2011-02-22
optimize type discovery
Alon Zakai
2011-02-20
fixes for benchmarks
Alon Zakai
2011-01-23
minor fixes and optimizations
Alon Zakai
2010-12-25
code cleanup
Alon Zakai
2010-12-23
error message when encountering asm calls
Alon Zakai
2010-12-19
CHECK_OVERFLOWS option
Alon Zakai
2010-12-09
code cleanup of |,;|s
David LaPalomento
2010-12-07
fix a few bugs related to highly-nested structs
Alon Zakai
2010-11-27
fix bug in laying out of constant structures +tests
Alon Zakai
2010-11-27
simplify dump(), avoid memory issues
Alon Zakai
2010-11-21
SAFE_HEAP now validates the load-store consistency assumption, plus minor ↵
Alon Zakai
related fixes
2010-10-23
optimize out unneeded item[0]
alon@honor
2010-10-21
fixes in parseConst; move getFunctionIndex into Runtime; test for global ↵
alon@honor
function pointers
2010-10-18
minor fixes and cleanups
alon@honor
2010-10-09
optimize away 1's and 0's in getelementptr; 1% speedup
alon@honor
2010-10-02
add missing branch detection of default in switch. all reloop but sauer, ↵
alon@honor
dlmalloc/clang
2010-10-02
rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ↵
alon@honor
sauer
2010-09-25
optional memory alignment that matches c/c++; used in clang, not in llvm-gcc
alon@honor
2010-09-21
fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such ↵
alon@honor
problems
2010-09-20
refactor into files
alon@honor
--HG-- rename : src/parser.js => src/compiler.js
2010-09-15
rewrite enzymatic, compilation is x2.5 faster
alon@honor
2010-09-05
optimize FunctionReconstructor
alon@honor
2010-08-30
imported patch optimize_enzymatic
alon@honor
2010-08-29
clean up segments from noalias etc.
alon@honor
2010-08-29
fix for 'sret' & other GEP features
alon@honor
2010-08-26
cleanup + prep for enzymatic2
alon@honor
2010-08-25
the code
alon@honor