index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2011-08-24
Cosmetic changes to eliminator script. No change in functionality.
max99x
2011-08-24
Merge branch 'master' of github.com:max99x/emscripten
max99x
2011-08-24
Added eliminator test to the runner.
max99x
2011-08-24
Prevented quoting of library object properties (Closure Compiler compatibility).
max99x
2011-08-23
Made sure all preamble functions are exported.
max99x
2011-08-23
Fixed v8/d8 path edge case (Issue #64).
max99x
2011-08-23
Implemented rand(), rand_r() and srand() using a simple Linear Congruential ↵
max99x
Generator.
2011-08-23
Added strcoll() and strtoul() and improved strtol().
max99x
2011-08-23
Merge remote-tracking branch 'upstream/master'
max99x
2011-08-23
Updated UglifyJS to preserve object key quotedness (Closure Compiler ↵
max99x
compatibility).
2011-08-23
Minor library fix to prevent UgilfyJS from embedding nulls in output.
max99x
2011-08-23
Added a redundant-variable eliminator script and its dependencies.
max99x
2011-08-21
tweak pick_llvm_opts
Alon Zakai
2011-08-21
comment
Alon Zakai
2011-08-21
add missing blockaddr support
Alon Zakai
2011-08-21
add x86_fastcallcc
Alon Zakai
2011-08-20
Fix for IE9 which has no XMLHttpRequest.overrideMimeType().
max99x
2011-08-19
experimental support for operators in bindings generator
Alon Zakai
2011-08-18
benchmark fixes
Alon Zakai
2011-08-18
Added always-failing stubs for str[fp]time() and getdate().
max99x
2011-08-18
Optimized strdup(), which is a CPython bottleneck.
max99x
2011-08-17
support for binding overloaded functions with differing types
Alon Zakai
2011-08-17
restructure wrapping in bindings
Alon Zakai
2011-08-17
add destroy() in bindings generation
Alon Zakai
2011-08-17
Merge remote-tracking branch 'upstream/master'
max99x
2011-08-17
Implemented nl_langinfo().
max99x
2011-08-16
generate getters and setters for properties in bindings generator
Alon Zakai
2011-08-15
allow generateStructInfo to work at runtime with structMetadata
Alon Zakai
2011-08-15
expose get|setValue
Alon Zakai
2011-08-15
bindings fix
Alon Zakai
2011-08-15
handle templated classes in bindings generator
Alon Zakai
2011-08-14
fix bug with storing aggregates
Alon Zakai
2011-08-14
bindings generator improvements
Alon Zakai
2011-08-14
test for DISABLE_EXCEPTIONS
Alon Zakai
2011-08-14
DISABLE_EXCEPTIONS option
Alon Zakai
2011-08-14
allow walking of allocatedNum in alloca items
Alon Zakai
2011-08-14
preparation for further ta2 optimizations
Alon Zakai
2011-08-14
handle i1 in signalyzer
Alon Zakai
2011-08-13
comment on running .bc files
Alon Zakai
2011-08-13
caching for wrapped bindings objects
Alon Zakai
2011-08-13
optimize bindings argument fixing
Alon Zakai
2011-08-13
endianness runtime check for ta2
Alon Zakai
2011-08-09
bindings support for returning copies of structures, via internal statics
Alon Zakai
2011-08-09
simplify unreachable js annotation
Alon Zakai
2011-08-07
filesystem workaround for closure compiler, +closure compiler test
Alon Zakai
2011-08-07
export option for bindings generator to play nicely with closure compiler ↵
Alon Zakai
advanced opts
2011-08-07
disable part I of scriptaclass due to possible v8 bug
Alon Zakai
2011-08-07
clearer warnings about 64-bit ops
Alon Zakai
2011-08-07
allow type modification in bindings generator
Alon Zakai
2011-08-06
generalize parents to classes in bindings generator
Alon Zakai
[next]