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
2013-03-20
abort compilation if there are unresolved in asm.js, after showing them all
Alon Zakai
2013-03-12
unique ids for aborts for dead functions
Alon Zakai
2013-01-22
let dump() avoid funcData pitfalls
Alon Zakai
2012-12-07
set asm function table sizes to power of two, and add proper masking
Alon Zakai
2012-11-27
fix global indexing bugs
Alon Zakai
2012-11-20
switch dpring to stderr
Alon Zakai
2012-11-02
improve js Benchmarker utility
Alon Zakai
2012-10-27
eliminate into one-time do-while loops
Alon Zakai
2012-05-11
print assertions to stderr
Alon Zakai
2012-04-11
show compiler warnings to console, not in source
Alon Zakai
2012-02-08
refactor legalizer code, and handle stores of <32 bits but not i8 or i16, ↵
Alon Zakai
properly
2012-02-06
optimize memory alignment calculations
Alon Zakai
2012-02-04
refactor out the 'assign' intertype, simplifying and optimizing the compiler
Alon Zakai
2012-01-15
add js benchmark utility
Alon Zakai
2012-01-08
support alignment in memset and memcpy in ta2
Alon Zakai
2012-01-01
unset to undo set in utility.js
Alon Zakai
2011-12-02
various fixes from js strict mode testing
Alon Zakai
2011-11-28
support for nested objects in library objects, including functions
Alon Zakai
2011-11-25
fix for passing structs by value, and warning for unfixable case of passing ↵
Alon Zakai
structs by value between C and C++ calling conventions
2011-11-23
replace compiler tricks for one-time loop removal and label removal with a ↵
Alon Zakai
proper pass in the js optimizer
2011-11-22
fix bugs in (unused) setSub
Alon Zakai
2011-11-19
partial work to remove assigns of undefined in js optimizer
Alon Zakai
2011-11-18
phi progress, almost all unoptimized tests pass
Alon Zakai
2011-11-13
warnOnce
Alon Zakai
2011-11-10
cleanup and fixes for i64
Alon Zakai
2011-11-10
i64 fixes and tests
Alon Zakai
2011-11-10
note for future parsing of i64 consts
Alon Zakai
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
[next]