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-29
bump version
1.4.1
Alon Zakai
2013-04-29
fix varargs alignment in le32
Alon Zakai
2013-04-29
fully align varargs and formatString arguments all to 64-bit
Alon Zakai
2013-04-29
remove unused line
Alon Zakai
2013-04-29
align the stack to 64 bits in le32
Alon Zakai
2013-04-29
allow size to be null in getAlignSize, for native types
Alon Zakai
2013-04-29
add heap alignment checks to asm1
Alon Zakai
2013-04-29
todo
Alon Zakai
2013-04-29
tweak handling of unaligned doubles a little
Alon Zakai
2013-04-29
read/write 64-bit aligned doubles directly in le32, when aligned properly
Alon Zakai
2013-04-29
do not hope for 64-bit alignment with doubles in DOUBLE_MODE 0 since we will ...
Alon Zakai
2013-04-29
use fasta names
Alon Zakai
2013-04-29
add benchmark.test_fasta_double_full, with DOUBLE_MODE=1
Alon Zakai
2013-04-29
enable benchmark.test_fasta_double to test handling of doubles
Alon Zakai
2013-04-29
clarify what we do in le32 v*printf etc. functions
Alon Zakai
2013-04-29
legalize va_arg on i64/i32*
Alon Zakai
2013-04-29
update test_structbyval
Alon Zakai
2013-04-29
update test_python
Alon Zakai
2013-04-29
update test_varargs_byval
Alon Zakai
2013-04-29
update test_unaligned
Alon Zakai
2013-04-29
update test_pystruct
Alon Zakai
2013-04-29
implement le32 varargs as a struct with two fields: a start and an offset
Alon Zakai
2013-04-29
work towards le32 varargs
Alon Zakai
2013-04-29
add target settings
Alon Zakai
2013-04-29
refactor struct detection of alignment size
Alon Zakai
2013-04-29
align i64s and doubles to 64-bit boundaries
Alon Zakai
2013-04-29
use le32-unknown-nacl triple
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
[next]