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-07-17
let generateStructInfo process nested structs
Alon Zakai
2011-07-17
clean up generateStructInfo
Alon Zakai
2011-07-16
refactor and simplify library loading in order to make type info available there
Alon Zakai
2011-07-15
refactor Pointer_make into allocate
Alon Zakai
2011-07-15
option to provide type info at run time
Alon Zakai
2011-07-14
bustage fix for strict mode js (duplicate entries in ERRNO_MESSAGES)
Alon Zakai
2011-07-14
Removed errno global since it's implemented via __errno_location().
max99x
2011-07-14
Added errno and glibc-defined error codes; implemented strerror().
max99x
2011-07-13
Fixed finite() and isinf(), added tests for it.
max99x
2011-07-13
Merge branch 'master' of github.com:max99x/emscripten
max99x
2011-07-12
fscanf
Alon Zakai
2011-07-09
Merge pull request #47 from max99x/master
kripken
2011-07-08
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-08
Added hyperbolic math functions;
max99x
2011-07-07
fixes for strict mode
Alon Zakai
2011-07-07
Rewrite of emscripten.py:
max99x
2011-07-07
Added proper clock() test; fixed inverted clock() sign.
max99x
2011-07-06
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-06
Fixed time.h timezone bug.
max99x
2011-07-04
support for llvm aliases
Alon Zakai
2011-07-03
comment
Alon Zakai
2011-07-03
Merge pull request #43 from max99x/master
kripken
2011-07-04
Added reference to the folder-reading d8 bug.
max99x
2011-07-03
comments
Alon Zakai
2011-07-03
posix_memalign
Alon Zakai
2011-07-03
Minor polish to the last few commits; no change in functionality.
max99x
2011-07-03
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-03
Implemented a large part of <time.h>.
max99x
2011-07-03
Implemented a little more of fstat(), getcwd();
max99x
2011-07-02
update commented-out closure option in shell
Alon Zakai
2011-07-01
handle complex expressions in br. fixes issue 39
Alon Zakai
2011-07-01
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-01
Added some missing functionality to stat(), sysconf().
max99x
2011-06-30
refactoring+cleanup, to add type info where it was missing. allows proper fun...
Alon Zakai
2011-06-29
backout previous broken commit
Alon Zakai
2011-06-30
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-29
indexize external functions (for shared libraries, primarily), +some code cle...
Alon Zakai
2011-06-29
Minor polish:
max99x
2011-06-28
Merge pull request #37 from max99x/master
kripken
2011-06-28
support for blockaddress/indirectbr. fixes issue 34
Alon Zakai
2011-06-28
Added proper argument size support to _formatString/printf.
max99x
2011-06-28
Proper handling of unknown specifiers in _formatString/printf; minor refactor.
max99x
2011-06-28
Properly padding infinity/NaN in _formatString/printf.
max99x
2011-06-28
Added support for %n in _formatString/printf.
max99x
2011-06-28
Replaced brainded float formatting with a much cleaner (and more precise) ver...
max99x
2011-06-27
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-27
Fixed some strict mode problems; added test for -Infinity.
max99x
2011-06-27
Fixed unsigned number printing; updated Lua test with correct format (same as...
max99x
2011-06-27
Minor printf() bugfix.
max99x
2011-06-27
Fixed a few boneheaded mistakes; added test for strtod().
max99x
[next]