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
Age
Commit message (
Collapse
)
Author
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 ↵
Alon Zakai
related fixes
2010-11-20
lua test
Alon Zakai
2010-11-20
misc minor fixes and additions
Alon Zakai
2010-11-20
minimal C++ exceptions support
Alon Zakai
2010-11-20
nonworking stubs for setjmp.h
Alon Zakai
2010-11-20
simple realloc implementation
Alon Zakai
2010-11-19
analyze types of function parameters
Alon Zakai
2010-11-19
add |undef| value
Alon Zakai
2010-11-19
missing mathops: ord, uno, true
Alon Zakai
2010-11-18
fix parsing of |noalias| in function calls, minor fix to |getelementptr| ↵
Alon Zakai
type discovery error
2010-11-18
correct lineNums in unparsedFunctions
Alon Zakai
2010-11-17
tweaks for frontend-optimized input
Alon Zakai
2010-11-16
differentiate llvm variables from functions in niceIdents
Alon Zakai
2010-11-16
handle identifiers with quotes and ignore |hidden| +test
puffnfresh
2010-11-15
addition SDL stubs
Alon Zakai
2010-11-14
additional ctype.h library implementations
Alon Zakai
2010-11-14
handle global constants that are llvm function calls +test
Alon Zakai
2010-11-14
optimize Pointer_make
Alon Zakai
2010-11-14
clean up function lines early to save RAM
Alon Zakai
2010-11-14
handle all llvm functions in |store|
Alon Zakai
2010-11-14
parse each function in a separate pass, to save RAM
Alon Zakai
2010-11-13
clean up tokens early to save memory
Alon Zakai
2010-11-13
remove unnecessary line splitting and recombining
Alon Zakai
2010-11-13
fix for global constant pointers to pointers
Alon Zakai
2010-11-13
string constants inside struct constants +test
Alon Zakai
2010-11-13
recognize varargs in function pointer types
Alon Zakai
2010-11-13
cleanup in function header
Alon Zakai
2010-11-07
wip bullet/webgl demo
Alon Zakai
2010-11-06
cleanup integration code
Alon Zakai
2010-11-05
framework for integration tests
Alon Zakai
2010-11-02
support for struct/aggregate values in load&store; all tests pass
alon@honor
2010-11-01
add HEAPs and malloc/free to Module
alon@honor
2010-10-31
allow both modularized and non-modularized shell.js
alon@honor
2010-10-31
finish module-ization of generated code
alon@honor
2010-10-31
remove getters from global vars
alon@honor
2010-10-28
bustage fix
alon@honor
2010-10-27
modularize generated code
alon@honor
2010-10-26
proper blockIds, fixes relooper bug
alon@honor
2010-10-25
fix for type of |inttoptr|,|ptrtoint|
alon@honor
2010-10-25
fix bug with type of |select|
alon@honor
2010-10-24
benchmarks working again
alon@honor
2010-10-24
progress on cleaning up Runtime
alon@honor
2010-10-24
fixes for more complex statics test
alon@honor
2010-10-24
add nonvirtual part to polymorph test; fails in clang
alon@honor
2010-10-23
small simplification for variable analyzer
alon@honor
2010-10-23
math funcs
alon@honor
2010-10-23
additional memset alias
alon@honor
2010-10-23
support for pure virtual functions
alon@honor
[next]