summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-29add benchmark.test_fasta_double_full, with DOUBLE_MODE=1Alon Zakai
2013-04-29enable benchmark.test_fasta_double to test handling of doublesAlon Zakai
2013-04-29clarify what we do in le32 v*printf etc. functionsAlon Zakai
2013-04-29legalize va_arg on i64/i32*Alon Zakai
2013-04-29update test_structbyvalAlon Zakai
2013-04-29update test_pythonAlon Zakai
2013-04-29update test_varargs_byvalAlon Zakai
2013-04-29update test_unalignedAlon Zakai
2013-04-29update test_pystructAlon Zakai
2013-04-29implement le32 varargs as a struct with two fields: a start and an offsetAlon Zakai
2013-04-29work towards le32 varargsAlon Zakai
2013-04-29add target settingsAlon Zakai
2013-04-29refactor struct detection of alignment sizeAlon Zakai
2013-04-29align i64s and doubles to 64-bit boundariesAlon Zakai
2013-04-29use le32-unknown-nacl tripleAlon Zakai
2013-04-29Merge pull request #1114 from waywardmonkeys/wrong-int64-typeAlon Zakai
Use the standard int64_t rather than __int64_t.
2013-04-29Merge pull request #1113 from waywardmonkeys/missing-stdint-includesAlon Zakai
Include <stdint.h> to use int64_t.
2013-04-29Merge pull request #1111 from waywardmonkeys/use_va_copyAlon Zakai
Use va_copy (C99) instead of __va_copy (GNU ext).
2013-04-29Merge pull request #1110 from waywardmonkeys/fix_test_799_include_pathAlon Zakai
This header is <arpa/inet.h>, not <net/arpa/...>
2013-04-29Merge pull request #1109 from waywardmonkeys/implement-wctypeAlon Zakai
[libcextra] Extend wide char support
2013-04-29ERROR_ON_UNRESOLVED_SYMBOLS optionAlon Zakai
2013-04-29only show landingpad warnings in VERBOSE modeAlon Zakai
2013-04-29update benchmarksAlon Zakai
2013-04-29Use the standard int64_t rather than __int64_t.Bruce Mitchener
2013-04-29Include <stdint.h> to use int64_t.Bruce Mitchener
2013-04-29Use va_copy (C99) instead of __va_copy (GNU ext).Bruce Mitchener
musl libc headers don't have __va_copy as it is a GNU extension and hasn't been needed for over a decade.
2013-04-29This header is <arpa/inet.h>, not <net/arpa/...>Bruce Mitchener
2013-04-29Bump version.1.3.8Bruce 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-28do not swallow exceptions in invoke_* that are not C++ exceptions or longjmpAlon Zakai
2013-04-26update benchmarks to have 0 be just start upAlon Zakai
2013-04-26refer to wiki for function pointer cast issuesAlon Zakai
2013-04-26Merge pull request #1092 from waywardmonkeys/dlmalloc-weak-exportAlon Zakai
Flag malloc_usable_size as weak.
2013-04-27Flag malloc_usable_size as weak.Bruce Mitchener
This makes it match the other malloc symbols.
2013-04-26update test_emccAlon Zakai
2013-04-26fix test_llvm_nativizerAlon Zakai
2013-04-26fix test_runtimelink_multiAlon Zakai
2013-04-26refactor missing symbol testsAlon Zakai
2013-04-26fix test_warn_undefinedAlon Zakai
2013-04-26fix test_lifeAlon Zakai
2013-04-26improve isFunctionTypeAlon Zakai
2013-04-26check bitcasts in eatLLVMIdent, so that call-bitcast is checkedAlon Zakai
2013-04-26fix auto-returns after aborts in float-returning functions, and enable ↵Alon Zakai
poppler in asm
2013-04-26fix glGetShaderSource string truncationAlon Zakai
2013-04-26Merge pull request #1104 from azmeuk/freetype_asmAlon Zakai
Freetype ASM_JS warnings
2013-04-26* Added comments on edited code.Éloi Rivard
2013-04-26* Removed some freetype ASM_JS warnings.Éloi Rivard
2013-04-25standardize benchmark inputsAlon Zakai