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
/
jsifier.js
Age
Commit message (
Expand
)
Author
2011-11-27
move printing of type info to right position
Alon Zakai
2011-11-27
do not save function JS in memory, print it out and forget it to save memory ...
Alon Zakai
2011-11-27
refactor finalCombiner
Alon Zakai
2011-11-26
fixes for 64-bit values in globals in i64 mode 1
Alon Zakai
2011-11-26
comment on byval
Alon Zakai
2011-11-25
fix for passing structs by value, and warning for unfixable case of passing s...
Alon Zakai
2011-11-25
fix varargs calls in function pointers
Alon Zakai
2011-11-23
replace compiler tricks for one-time loop removal and label removal with a pr...
Alon Zakai
2011-11-22
remove buggy condition stealing optimization, that is no longer useful anyhow
Alon Zakai
2011-11-21
some unused code possibilities regarding switch
Alon Zakai
2011-11-19
fix for phis from invoke
Alon Zakai
2011-11-18
support reaching phi from invoke, and a workaround with vars in phi sets for ...
Alon Zakai
2011-11-18
cleverer dependency resolving in phis
Alon Zakai
2011-11-18
minor optimization for phi
Alon Zakai
2011-11-18
support switches to phi
Alon Zakai
2011-11-18
phi progress, almost all unoptimized tests pass
Alon Zakai
2011-11-18
add new var intertype for hollowed-out phis
Alon Zakai
2011-11-18
further refactoring of phi, and work towards optimized phi
Alon Zakai
2011-11-18
refactor phi code for unoptimized case
Alon Zakai
2011-11-16
tell closure compiler not to inline very large functions. use closure in all ...
Alon Zakai
2011-11-16
initial support for unaligned reads/writes in t2
Alon Zakai
2011-11-11
fix phi semantics with multiple dependent phis
Alon Zakai
2011-11-10
do not use i64s in llvm intrinsics that don't need it
Alon Zakai
2011-11-10
more i64 fixes and tests
Alon Zakai
2011-11-10
i64 fixes, first part of test_i64 passes
Alon Zakai
2011-11-09
initial work on i64
Alon Zakai
2011-11-06
fix bug with re-processing type and other info for each function, leading to ...
Alon Zakai
2011-11-03
refactor getFastValue
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
IGNORE_FUNCTIONS option
Alon Zakai
2011-10-16
option to not inline library functions
Alon Zakai
2011-10-16
inline specific library functions for speed
Alon Zakai
2011-10-10
EMSCRIPTEN_COMMENT for source comments
Alon Zakai
2011-10-07
handle numbers in getVarImpl (for example, storing to null will end up a 0 th...
Alon Zakai
2011-09-25
automatic checks for missing C defines
Alon Zakai
2011-09-24
improve option to disable exception catching; fixes ammo speed regression
Alon Zakai
2011-09-18
profiling option
Alon Zakai
2011-09-17
generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bug
Alon Zakai
2011-09-15
Merge branch 'master' into llvm-svn
Alon Zakai
2011-09-15
Fixed support for library-defined globals of non-struct types.
max99x
2011-09-14
Comment fix.
max99x
2011-09-14
Cleaned up library-defined global var jsifier.
max99x
2011-09-13
Preventing genuine JS errors from being caught by C++ handlers.
max99x
2011-09-13
Merge remote-tracking branch 'upstream/master'
max99x
2011-09-13
Allowed library to define global variables that override undefined externals.
max99x
2011-09-13
Allowed library functions to request JS-style varargs.
max99x
2011-09-08
Merge branch 'master' into llvm-svn
Alon Zakai
2011-09-08
expose branch condition to analysis; fixes ta2 bug with test_if
Alon Zakai
[prev]
[next]