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
2013-01-19
fix glColor
Alon Zakai
2013-01-19
refactor gl emulation code that replaces drawing functions at runtime
Alon Zakai
2013-01-19
fix LIBRARY_DEBUG for asm
Alon Zakai
2013-01-19
remove emcc asm test wrapping
Alon Zakai
2013-01-19
support glBegin on GL_POINTS; fixes #793
Alon Zakai
2013-01-19
support 0x[a-f] as well in +X to X.0 correction for asm
Alon Zakai
2013-01-19
support 0x... numbers in +X to X.0 correction for asm
Alon Zakai
2013-01-19
fix asm function table wrappers
Alon Zakai
2013-01-19
do not wrap function table functions in non-asm mode
Alon Zakai
2013-01-19
emit 5.0 instead of +5 in asm
Alon Zakai
2013-01-19
Merge branch 'incoming' of https://github.com/manuels/emscripten into incoming
Alon Zakai
2013-01-19
Remove unnecessary parantheses in sscanf format code
manuels
2013-01-19
Add testcase for sscanf floating point format aliases
manuels
2013-01-18
add Math.min in math envs, for now
Alon Zakai
2013-01-18
fix dynCall return coercions
Alon Zakai
2013-01-18
fix function table wrapper coercions
Alon Zakai
2013-01-18
fix mathop param types detection
Alon Zakai
2013-01-18
mark fpto* as not needing analyzer legalization
Alon Zakai
2013-01-18
show empty function table error only in debug mode
Alon Zakai
2013-01-18
disable various tests for asm that cannot work
Alon Zakai
2013-01-18
stub out unneeded openjpeg functions, so it can parse in asm
Alon Zakai
2013-01-18
detect correct type of all LLVM conversions
Alon Zakai
2013-01-18
fix unrelooped code for asm
Alon Zakai
2013-01-18
set correct type for uitofp and sitofp
Alon Zakai
2013-01-18
fix tests/cases/extendedprecision.ll
Alon Zakai
2013-01-18
fix simplyExpressions bug with removing too many |0s
Alon Zakai
2013-01-18
fix benchmarks
Alon Zakai
2013-01-18
coerce memset params
Alon Zakai
2013-01-18
add return in functions whose types return but do not actually return
Alon Zakai
2013-01-18
generate empty function tables if called but no functions implemented for tha...
Alon Zakai
2013-01-18
more library stubs
Alon Zakai
2013-01-18
asprintf and some stubs
Alon Zakai
2013-01-18
wrap library functions before putting them in asm function tables
Alon Zakai
2013-01-18
fix function table dummy element coercions
Alon Zakai
2013-01-18
fix dynCall float coercions
Alon Zakai
2013-01-18
use global. in asm
Alon Zakai
2013-01-18
update to asm spec
Alon Zakai
2013-01-17
add test for bswap64
Alon Zakai
2013-01-17
avoid unnecessary strings in allocate() constants
Alon Zakai
2013-01-17
fix test_exceptions
Alon Zakai
2013-01-17
Merge pull request #778 from caiiiycuk/exception_catching_in_scope
Alon Zakai
2013-01-17
pack global constant allocations to save space, and allow typed array .set() ...
Alon Zakai
2013-01-17
Implement exceptions in whitelist
Aleksander Guryanov
2013-01-16
logo
Alon Zakai
2013-01-16
Merge pull request #788 from magcius/incoming
Alon Zakai
2013-01-16
Add myself to AUTHORS
Jasper St. Pierre
2013-01-16
library: Support external libraries that modify Array.prototype
Jasper St. Pierre
2013-01-16
fix resume
Alon Zakai
2013-01-16
missing var in fake malloc
Alon Zakai
2013-01-16
- remove erroneous, trailing comma at the end of the previously added gluOrth...
Michael Riss
[next]