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
/
preamble.js
Age
Commit message (
Expand
)
Author
2010-11-27
proper memory initialization with or without typed arrays; additional lua tests
Alon Zakai
2010-11-26
remove clumsy iterative creation attempts of globals
Alon Zakai
2010-11-26
improve varargs support
Alon Zakai
2010-11-26
do not try to unflatten slabs at runtime
Alon Zakai
2010-11-25
improve lua test + fixes
Alon Zakai
2010-11-25
check stores in SAFE_HEAP
Alon Zakai
2010-11-21
optimize SAFE_HEAP for speed and enable additional tests
Alon Zakai
2010-11-21
strengthen SAFE_HEAP
Alon Zakai
2010-11-21
SAFE_HEAP now validates the load-store consistency assumption, plus minor rel...
Alon Zakai
2010-11-20
misc minor fixes and additions
Alon Zakai
2010-11-20
nonworking stubs for setjmp.h
Alon Zakai
2010-11-20
simple realloc implementation
Alon Zakai
2010-11-19
add |undef| value
Alon Zakai
2010-11-17
tweaks for frontend-optimized input
Alon Zakai
2010-11-14
optimize Pointer_make
Alon Zakai
2010-11-05
framework for integration tests
Alon Zakai
2010-11-01
add HEAPs and malloc/free to Module
alon@honor
2010-10-31
remove getters from global vars
alon@honor
2010-10-27
modularize generated code
alon@honor
2010-10-24
progress on cleaning up Runtime
alon@honor
2010-10-24
add nonvirtual part to polymorph test; fails in clang
alon@honor
2010-10-23
additional memset alias
alon@honor
2010-10-23
handle llvm functions in ret
alon@honor
2010-10-21
fixes in parseConst; move getFunctionIndex into Runtime; test for global func...
alon@honor
2010-10-21
demangler python script
alon@honor
2010-10-21
support for 'c' in printf
alon@honor
2010-10-16
optimize stack winding with local var; 5% speedup
alon@honor
2010-10-14
remove unnecessary boolean ==> int conversions; fix uncovered bug; 20% speedup
alon@honor
2010-10-10
typed arrays support; function __index__ing ; 36% speedup
alon@honor
2010-10-07
begin work to adapt to llvm 2.8 | TESTS BROKEN
alon@honor
2010-10-06
inline stack allocations
alon@honor
2010-10-06
Runtime system, and inlining of stackEnter/Exit
alon@honor
2010-10-04
higher memory defaults, for raytracing demo
alon@honor
2010-10-02
memory implementation cleanup
alon@honor
2010-09-30
optional stricter support for unsigned values +test
alon@honor
2010-09-29
clean up memory allocation
alon@honor
2010-09-28
call stack implementation
alon@honor
2010-09-25
fix for arrays of arrays +test
alon@honor
2010-09-25
optional memory alignment that matches c/c++; used in clang, not in llvm-gcc
alon@honor
2010-09-24
floating point fixes +test
alon@honor
2010-09-23
proper print buffering, + cleanup
alon@honor
2010-09-21
fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such prob...
alon@honor
2010-09-20
fixes for clang, including support for phi; all tests pass, but optimizer and...
Alon Zakai
2010-09-11
Catch a corner case with 0 in varargs
alon@honor
2010-09-11
better handling of NULL in printf, and varargs
alon@honor
2010-09-10
fix some print() corners
alon@honor
2010-09-06
LABEL_DEBUG option
alon@honor
2010-09-06
preprocessor + example use in SAFE_HEAP
alon@honor
2010-09-06
support for %s in printf
alon@honor
2010-09-05
snippets for C string funcs
alon@honor
[next]