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
2011-11-10
fix for test_parseInt
Alon Zakai
2011-11-10
test tweak
Alon Zakai
2011-11-10
test tweak
Alon Zakai
2011-11-10
fix for GEP indexes being i64
Alon Zakai
2011-11-10
more i64 tests
Alon Zakai
2011-11-10
i64 fix for printing the very largest values
Alon Zakai
2011-11-10
cleanup and fixes for i64
Alon Zakai
2011-11-10
more i64 fixes and tests
Alon Zakai
2011-11-10
i64 fixes and tests
Alon Zakai
2011-11-10
i64 tests
Alon Zakai
2011-11-10
fixes; i64 passes
Alon Zakai
2011-11-10
note for future parsing of i64 consts
Alon Zakai
2011-11-10
i64 fixes, first part of test_i64 passes
Alon Zakai
2011-11-09
initial work on i64 mathops
Alon Zakai
2011-11-09
initial work on i64
Alon Zakai
2011-11-09
update misleading reference to LLVM 2.9
Alon Zakai
2011-11-07
expression optimizer in eliminator
Alon Zakai
2011-11-07
basic support for dynamic_cast
Alon Zakai
2011-11-07
benchmarks fixes
Alon Zakai
2011-11-07
add skinning benchmark
Alon Zakai
2011-11-07
use eliminator in raytrace benchmark
Alon Zakai
2011-11-06
fix bug with re-processing type and other info for each function, leading to ...
Alon Zakai
2011-11-06
disable 'use strict' - it does not help us in any way
Alon Zakai
2011-11-06
tweak framework profiling
Alon Zakai
2011-11-06
update comment
Alon Zakai
2011-11-05
default temp dir to /tmp
Alon Zakai
2011-11-05
fix raytrace test and benchmark
Alon Zakai
2011-11-04
remove $ from inline temp vars
Alon Zakai
2011-11-04
emmaken fix
Alon Zakai
2011-11-04
headers fix
Alon Zakai
2011-11-04
USE_FHEAP option
Alon Zakai
2011-11-04
optimize ta1 memcpy, and use ta1 in raytrace benchmark
Alon Zakai
2011-11-03
use bit shifts in multiplications where possible
Alon Zakai
2011-11-03
refactor getFastValue
Alon Zakai
2011-11-03
getFastValue|s|
Alon Zakai
2011-11-02
fix atoi
Alon Zakai
2011-11-02
scanf improvements
Alon Zakai
2011-11-02
Merge branch 'master' of github.com:kripken/emscripten
Alon Zakai
2011-11-02
optimize getFastValue and getHeapOffset
Alon Zakai
2011-11-01
do 10 runs in benchmarks
Alon Zakai
2011-10-31
revert pull 110 and part of pull 107
Alon Zakai
2011-10-31
SDL stubs
Alon Zakai
2011-10-31
Merge pull request #110 from BenoitT/patch-2
Alon Zakai
2011-10-31
Merge pull request #107 from BenoitT/patch-1
Alon Zakai
2011-10-31
fix bug with IGNORED_FUNCTIONS
Alon Zakai
2011-10-31
fix eliminator bug of running on functions it shouldn't
Alon Zakai
2011-10-31
ignore ignored functions in list of generated functions (they may be overridd...
Alon Zakai
2011-10-31
explicitly identify emscripten-generated functions (as opposed to library one...
Alon Zakai
2011-10-31
building tweak
Alon Zakai
2011-10-31
Added test for std::endl
BenoitT
[next]