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
Age
Commit message (
Expand
)
Author
2013-07-03
assert on no nesting in function table updates during linking
Alon Zakai
2013-07-03
wip test for merging function tables
Alon Zakai
2013-07-03
update function table masks
Alon Zakai
2013-07-03
merge function tables
Alon Zakai
2013-07-03
link docs
Alon Zakai
2013-07-03
clone aliased functions in shared modules
Alon Zakai
2013-07-03
apply replacements to module defs, and add testing for merging of overlapping...
Alon Zakai
2013-07-03
apply replacements to exports
Alon Zakai
2013-07-03
apply replacements in global initializer merging
Alon Zakai
2013-07-03
merge global initializers
Alon Zakai
2013-07-03
standardize global initializers syntax
Alon Zakai
2013-07-03
add optional header to test_static_link
Alon Zakai
2013-07-03
fix memory initializer counting and add test for merging of two of them
Alon Zakai
2013-07-03
fix heap merging, add padding and offset adjustment, basic test passes in rev...
Alon Zakai
2013-07-03
merge module defs
Alon Zakai
2013-07-03
merge exports
Alon Zakai
2013-07-03
begin work on memory relocation
Alon Zakai
2013-07-03
refactor test
Alon Zakai
2013-07-03
first working static linking test
Alon Zakai
2013-07-03
move memory initializer pattern to shared
Alon Zakai
2013-07-03
cleanup
Alon Zakai
2013-07-03
test improvements
Alon Zakai
2013-07-03
cleanups
Alon Zakai
2013-07-03
ifdef out gl emulation when disabled
Alon Zakai
2013-07-03
remove duplicate function marker
Alon Zakai
2013-07-03
fix detection of whether we know which are the generated functions in js opti...
Alon Zakai
2013-07-03
allow extra info in js optimizer, and send relocate pass info that way
Alon Zakai
2013-07-03
invoke relocation pass in js optimizer
Alon Zakai
2013-07-03
start writing out a combined module
Alon Zakai
2013-07-03
refactor and calculate new imports
Alon Zakai
2013-07-03
start to parse imports
Alon Zakai
2013-07-03
start to parse asm modules
Alon Zakai
2013-07-03
comment
Alon Zakai
2013-07-03
DISABLE_GL_EMULATION option
Alon Zakai
2013-07-03
initial setup
Alon Zakai
2013-07-02
Merge pull request #1343 from int3/firstrun-paths
Alon Zakai
2013-07-02
Fix and test for find_executable.
Jez Ng
2013-07-01
Optimize (x<y)&1
Dan Gohman
2013-07-01
Merge pull request #1335 from inolen/module_exports
Alon Zakai
2013-07-01
Merge branch 'master' of github.com:josephg/emscripten into incoming
Alon Zakai
2013-07-01
update tests
Alon Zakai
2013-07-01
- Added MODULE_NAME setting to control global module export
Anthony Pesch
2013-07-01
Added Joseph Gentle to authors
Joseph Gentle
2013-07-01
Merge pull request #1338 from mnaamani/nodesockets
Alon Zakai
2013-06-30
do not optimize while into do-while if there are continues; fixes #1337
Alon Zakai
2013-06-30
Merge pull request #1336 from int3/csmith
Alon Zakai
2013-06-30
Fixed emscripten_get_now in a shell
Joseph Gentle
2013-06-29
align sin6_family of sockaddr_in6 with other socket address structures
Mokhtar Naamani
2013-06-29
additional C header constants in JS
Mokhtar Naamani
2013-06-28
do not include externals in BSS
Alon Zakai
[next]