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 (
Collapse
)
Author
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
massive slowdowns on very large projects
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 ↵
Alon Zakai
overridden by handwritten code)
2011-10-31
explicitly identify emscripten-generated functions (as opposed to library ↵
Alon Zakai
ones, or handwritten ones appended to the same file), and run eliminator only on those
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
2011-10-20
fix for using data files with closure compiler
Alon Zakai
2011-10-19
fix test_iostream
Alon Zakai
2011-10-19
optimize SDL pixel loop for ta2, and other minor fixes
Alon Zakai
2011-10-18
various library fixes
Alon Zakai
2011-10-18
Merge branch 'master' of https://github.com/kripken/emscripten
Alon Zakai
2011-10-18
clarify use of safe heap with ta2
Alon Zakai
2011-10-17
do not load library_gl
Alon Zakai
2011-10-16
properly use console.log on the web
Alon Zakai
[next]