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-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
2011-08-31
llvm 3.0 anonymous structure support and metadata updates
Alon Zakai
2011-08-21
add x86_fastcallcc
Alon Zakai
2011-08-05
improve Debugging.getIdentifier
Alon Zakai
2011-07-29
Merge pull request #57 from max99x/master
kripken
2011-07-29
fixes for strict mode warnings in compiler
Alon Zakai
2011-07-28
Ignore duplicate struct member metadata.
max99x
2011-07-23
Removed some leftover unnecessary code from the struct layout parser;
max99x
2011-07-22
Refactored the new struct layouter to work with QUANTUM_SIZE != 4.
max99x
2011-07-21
Fix for struct metadata parser; structs can reference preceding member arrays.
max99x
2011-07-20
Fixed various metadata parsing error and activated -g by default in settings ...
max99x
2011-07-20
Added support for extracting struct member names and layout from Dwarf info.
max99x
2011-07-17
let generateStructInfo process nested structs
Alon Zakai
[next]