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
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
2013-06-28
disable BSS when SAFE_HEAP
Alon Zakai
2013-06-28
Some tweaks to make CSmith easier to setup / debug.
Jez Ng
2013-06-28
update C header constants in JS
Alon Zakai
2013-06-28
fix browser tests with their own shells
Alon Zakai
2013-06-28
always keep malloc alive; needed internally even if not in EXPORTED_FUNCTIONS
Alon Zakai
2013-06-28
improve error message
Alon Zakai
2013-06-28
Merge pull request #1328 from amatus/push-upstream
Alon Zakai
2013-06-28
Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming
1.5.3
Alon Zakai
2013-06-28
fixed comment typos
Anthony Pesch
2013-06-28
don't explicitly initialize uninitialized globals
Anthony Pesch
2013-06-27
Remove unused code and rebump version number.
Jez Ng
2013-06-27
disable test_zlib in s_0_x
Alon Zakai
2013-06-27
fix tests
Alon Zakai
2013-06-27
optimizer js optimizer a little
Alon Zakai
2013-06-27
Merge pull request #1332 from int3/use-distutils
Alon Zakai
2013-06-27
Merge pull request #1331 from int3/incoming
Alon Zakai
2013-06-27
Bump version number.
Jez Ng
2013-06-27
pass -s K=V values into test runner properly
Alon Zakai
2013-06-27
fix test_asm_pgo
Alon Zakai
2013-06-27
fix test_autodebug
Alon Zakai
2013-06-27
now that we serialize the settings in the test runner's call to emcc on sourc...
Alon Zakai
2013-06-27
improve sourcemapper comment
Alon Zakai
2013-06-27
fix argument passing to emcc on src-to-bitcode in test runner
Alon Zakai
2013-06-27
fix test_stack
Alon Zakai
2013-06-27
fix test_indirectbr
Alon Zakai
2013-06-27
fix test_openjpeg
Alon Zakai
[next]