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 (
Expand
)
Author
2011-11-16
initial support for unaligned reads/writes in t2
Alon Zakai
2011-11-15
comment on optimizing
Alon Zakai
2011-11-15
comment about post-optimizations
Alon Zakai
2011-11-13
library comment
Alon Zakai
2011-11-13
warnOnce
Alon Zakai
2011-11-13
fix compiler.js bug
Alon Zakai
2011-11-13
notifications about compilation settings
Alon Zakai
2011-11-13
simplify typed array code, support for .set() on typed arrays, and remove opt...
Alon Zakai
2011-11-12
comment
Alon Zakai
2011-11-11
fix phi semantics with multiple dependent phis
Alon Zakai
2011-11-11
fix i64 extension bug not being done
Alon Zakai
2011-11-11
roundy math ops (add etc.) in i64=1
Alon Zakai
2011-11-11
fix remaining ta2 i64=1 tests
Alon Zakai
2011-11-11
additional llvm intrinsics we need to de-i64-ify
Alon Zakai
2011-11-10
do not use i64s in llvm intrinsics that don't need it
Alon Zakai
2011-11-10
fix for i64 subtract in parsei64
Alon Zakai
2011-11-10
fix for test_parseInt
Alon Zakai
2011-11-10
fix for GEP indexes being i64
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
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-07
basic support for dynamic_cast
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-04
remove $ from inline temp vars
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-10-31
SDL stubs
Alon Zakai
2011-10-31
fix bug with IGNORED_FUNCTIONS
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-28
very partial getrusage
Alon Zakai
2011-10-28
profiling option from C++
Alon Zakai
2011-10-28
IGNORE_FUNCTIONS option
Alon Zakai
2011-10-26
comment about danger with FUNCTION_TABLE
Alon Zakai
2011-10-22
fix EMSCRIPTEN_COMMENT
Alon Zakai
[next]