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
/
modules.js
Age
Commit message (
Expand
)
Author
2012-11-06
remove now-unneeded currFunctions
Alon Zakai
2012-11-06
generate indexedFunctions in pre, and give it the information to do so
Alon Zakai
2012-11-06
fix printing of GENERATED_FUNCTIONS
Alon Zakai
2012-11-06
process each function separately in emscript
Alon Zakai
2012-11-06
split js compiler into three passes, to facilitate future parallization
Alon Zakai
2012-10-25
push to FUNCTION_TABLE, don't concat and re-assign: this avoid changing the g...
Alon Zakai
2012-10-17
Add `library_jansson` for JSON parsing.
Lars Schneider
2012-09-26
Add emcc option "--split <size>" to split javascript file.
Lars Schneider
2012-05-15
initial work on c++ gc support
Alon Zakai
2012-04-13
--js-library option to make it easy to add additional library_*.js files
Alon Zakai
2012-04-03
refactor library_gl into separate files
Alon Zakai
2012-02-26
remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there
Alon Zakai
2012-02-11
fix lifetime removal code
Alon Zakai
2012-02-02
fix bug with using an implicit label in a phi more than once
Alon Zakai
2012-01-31
remove metadata struct parsing
Alon Zakai
2012-01-20
Merge branch 'master' into libcxx
Alon Zakai
2012-01-20
Load the GL library
Ehsan Akhgari
2012-01-18
metadata parsing bugfix
Alon Zakai
2012-01-04
support empty strings in llvm metadata for namespaces
Alon Zakai
2011-12-15
rewrite variable analysis code. eliminate unused variables without side effec...
Alon Zakai
2011-12-08
properly resolve multilevel function aliases, fixes bug with adding indexing ...
Alon Zakai
2011-12-03
various minor compiler optimizations
Alon Zakai
2011-12-03
debug info cleanup
Alon Zakai
2011-12-03
minor metadata parsing optimization
Alon Zakai
2011-12-03
optimize metadata parsing
Alon Zakai
2011-12-03
refactoring towards supporting node.js
Alon Zakai
2011-12-02
various fixes from js strict mode testing
Alon Zakai
2011-11-30
refactor compiler to allow future batching of types and globals. move postset...
Alon Zakai
2011-11-18
support reaching phi from invoke, and a workaround with vars in phi sets for ...
Alon Zakai
2011-11-18
support switches to phi
Alon Zakai
2011-11-15
metadata fix for llvm 3.0 rc
Alon Zakai
2011-11-11
fix i64 extension bug not being done
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
fixes; i64 passes
Alon Zakai
2011-10-31
explicitly identify emscripten-generated functions (as opposed to library one...
Alon Zakai
2011-10-17
do not load library_gl
Alon Zakai
2011-10-16
inline specific library functions for speed
Alon Zakai
2011-09-27
debug info parsing fix
Alon Zakai
2011-09-26
expose some things to Module
Alon Zakai
2011-09-25
automatic checks for missing C defines
Alon Zakai
2011-09-18
add x86_stdcallcc
Alon Zakai
2011-09-17
generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bug
Alon Zakai
2011-09-04
fix bug with stub functions and implemented library functions
Alon Zakai
2011-09-04
stubs for lifecycle intrinsics, and do not generate calls to stubs
Alon Zakai
2011-09-02
generalize some more metadata regexps
Alon Zakai
2011-09-02
some metadata and label fixes
Alon Zakai
2011-09-01
generalize metadata to handle additional inputs
Alon Zakai
2011-09-01
fix parsing bugs
Alon Zakai
2011-09-01
fix structure metadata parsing
Alon Zakai
[next]