aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-29bump version1.4.1Alon Zakai
2013-04-29fix varargs alignment in le32Alon Zakai
2013-04-29fully align varargs and formatString arguments all to 64-bitAlon Zakai
2013-04-29remove unused lineAlon Zakai
2013-04-29align the stack to 64 bits in le32Alon Zakai
2013-04-29allow size to be null in getAlignSize, for native typesAlon Zakai
2013-04-29add heap alignment checks to asm1Alon Zakai
2013-04-29todoAlon Zakai
2013-04-29tweak handling of unaligned doubles a littleAlon Zakai
2013-04-29read/write 64-bit aligned doubles directly in le32, when aligned properlyAlon Zakai
2013-04-29do not hope for 64-bit alignment with doubles in DOUBLE_MODE 0 since we will ...Alon Zakai
2013-04-29use fasta namesAlon Zakai
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
2013-04-29Merge pull request #1113 from waywardmonkeys/missing-stdint-includesAlon Zakai
2013-04-29Merge pull request #1111 from waywardmonkeys/use_va_copyAlon Zakai
2013-04-29Merge pull request #1110 from waywardmonkeys/fix_test_799_include_pathAlon Zakai
2013-04-29Merge pull request #1109 from waywardmonkeys/implement-wctypeAlon Zakai
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
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
2013-04-27Flag malloc_usable_size as weak.Bruce Mitchener
2013-04-26update test_emccAlon Zakai
2013-04-26fix test_llvm_nativizerAlon Zakai