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-04-30
look for python2 before python for default .emscripten
Robert Bragg
2013-04-30
Merge pull request #1116 from waywardmonkeys/use-isfinite
Alon Zakai
2013-04-30
Use isfinite() instead of finite().
Bruce Mitchener
2013-04-29
add glew test and some degree of support
Alon Zakai
2013-04-29
Merge pull request #1114 from waywardmonkeys/wrong-int64-type
Alon Zakai
2013-04-29
Merge pull request #1113 from waywardmonkeys/missing-stdint-includes
Alon Zakai
2013-04-29
Merge pull request #1111 from waywardmonkeys/use_va_copy
Alon Zakai
2013-04-29
Merge pull request #1110 from waywardmonkeys/fix_test_799_include_path
Alon Zakai
2013-04-29
Merge pull request #1109 from waywardmonkeys/implement-wctype
Alon Zakai
2013-04-29
ERROR_ON_UNRESOLVED_SYMBOLS option
Alon Zakai
2013-04-29
only show landingpad warnings in VERBOSE mode
Alon Zakai
2013-04-29
update benchmarks
Alon Zakai
2013-04-29
Use the standard int64_t rather than __int64_t.
Bruce Mitchener
2013-04-29
Include <stdint.h> to use int64_t.
Bruce Mitchener
2013-04-29
Use va_copy (C99) instead of __va_copy (GNU ext).
Bruce Mitchener
2013-04-29
This header is <arpa/inet.h>, not <net/arpa/...>
Bruce Mitchener
2013-04-29
Bump version.
1.3.8
Bruce Mitchener
2013-04-29
[libcextra] Add wcwidth, wcswidth.
Bruce Mitchener
2013-04-29
[libcextra] wctrans and friends.
Bruce Mitchener
2013-04-29
[libcextra] add isw* classification functions.
Bruce Mitchener
2013-04-28
do not swallow exceptions in invoke_* that are not C++ exceptions or longjmp
Alon Zakai
2013-04-26
update benchmarks to have 0 be just start up
Alon Zakai
2013-04-26
refer to wiki for function pointer cast issues
Alon Zakai
2013-04-26
Merge pull request #1092 from waywardmonkeys/dlmalloc-weak-export
Alon Zakai
2013-04-27
Flag malloc_usable_size as weak.
Bruce Mitchener
2013-04-26
update test_emcc
Alon Zakai
2013-04-26
fix test_llvm_nativizer
Alon Zakai
2013-04-26
fix test_runtimelink_multi
Alon Zakai
2013-04-26
refactor missing symbol tests
Alon Zakai
2013-04-26
fix test_warn_undefined
Alon Zakai
2013-04-26
fix test_life
Alon Zakai
2013-04-26
improve isFunctionType
Alon Zakai
2013-04-26
check bitcasts in eatLLVMIdent, so that call-bitcast is checked
Alon Zakai
2013-04-26
fix auto-returns after aborts in float-returning functions, and enable popple...
Alon Zakai
2013-04-26
fix glGetShaderSource string truncation
Alon Zakai
2013-04-26
Merge pull request #1104 from azmeuk/freetype_asm
Alon Zakai
2013-04-26
* Added comments on edited code.
Éloi Rivard
2013-04-26
* Removed some freetype ASM_JS warnings.
Éloi Rivard
2013-04-25
standardize benchmark inputs
Alon Zakai
2013-04-25
informative error on bad function pointer call with ASSERTIONS=1
Alon Zakai
2013-04-25
test for dangerous function pointer casts in asm
Alon Zakai
2013-04-25
fix test_life
Alon Zakai
2013-04-25
fix llvm_uadd_with_overflow_i64 in the case of 0 higher bits
Alon Zakai
2013-04-25
more docs for function pointer casts
Alon Zakai
2013-04-25
emit missing function warnings only in verbose mode
Alon Zakai
2013-04-25
clearer warnings on incompatible function pointer casts
Alon Zakai
2013-04-25
fix test_runtimelink
Alon Zakai
2013-04-25
Merge branch 'idb-preload-cache' of github.com:modeswitch/emscripten into mod...
Alon Zakai
2013-04-25
clean up meminit detection
Alon Zakai
2013-04-25
debugging text cleanup
Alon Zakai
[next]