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
Age
Commit message (
Expand
)
Author
2011-07-04
Added reference to the folder-reading d8 bug.
max99x
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
normalize memops benchmark
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
prevent silly overflow in memops benchmark, to make it more fair
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
Removed erroneous printf test cases that triggered GCC warnings.
max99x
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-27
fix for just-broken poppler
Alon Zakai
2011-06-27
Merge pull request #35 from max99x/master
kripken
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
Added *.pyc to .gitignore.
max99x
2011-06-27
Minor printf() bugfix.
max99x
2011-06-27
Fixed a few boneheaded mistakes; added test for strtod().
max99x
2011-06-27
Implemented a GCC-alike printf/_formatString.
max99x
2011-06-27
Support for negative infinity in IEEEUnHex().
max99x
2011-06-26
cleanup: do indexizeFunctions inside finalizeLLVMParameter
Alon Zakai
2011-06-26
optimize inclusion of default library items
Alon Zakai
2011-06-27
Added exponent handling to strtod().
max99x
2011-06-26
fix breakage by indexing ret values
Alon Zakai
2011-06-25
Merge pull request #32 from max99x/master
kripken
2011-06-26
Fixes for review notes.
max99x
2011-06-26
Tests for dlfch.h.
max99x
2011-06-25
optional sign correction for SDL pixel data as we read it
Alon Zakai
2011-06-26
Minor polish:
max99x
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-26
Prevented shared libs from overwriting __globalConstructor__.
max99x
2011-06-25
SDL comments
Alon Zakai
2011-06-26
Added support for including the whole library.
max99x
2011-06-25
make globalConstructor a var
Alon Zakai
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-26
Fixed function indexing issues between parent and child;
max99x
[next]