https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
cb42d25 check for need to clear cache even in EMCC_DEBUG=1 mode, which forces sanity checks 01 May 2013, 01:29:46 UTC
263df2b fix benchmarks 01 May 2013, 01:07:22 UTC
6a9dcd3 use target in test runner library cache 01 May 2013, 00:48:36 UTC
0f67578 fix le32 detection in test runner 01 May 2013, 00:41:27 UTC
e64bcc5 simplify compiler flags in test runner, now that we use emcc 30 April 2013, 23:09:54 UTC
d9fd060 fix varargs 30 April 2013, 22:38:30 UTC
f786185 use emcc in test runner to compile to bitcode, to make sure it gets the target right 30 April 2013, 22:36:01 UTC
9cd0580 add support for changing the llvm target using EMCC_LLVM_TARGET in the env 30 April 2013, 19:30:10 UTC
0cbf3f4 switch back to x86 target in preparation to merge to incoming 30 April 2013, 18:15:44 UTC
623871b store target in sanity file, so changing it causes the cache to be flushed 30 April 2013, 17:44:33 UTC
173d480 make sure to align unnamed globals 30 April 2013, 00:25:48 UTC
60960a6 do not get confused by local vars that alias names of library functions, and are used as function pointers 30 April 2013, 00:14:08 UTC
d6ea75e add python le32 bitcode file + instructions 29 April 2013, 23:26:44 UTC
f934d3e error on undefined symbols in js configure-ing 29 April 2013, 22:47:31 UTC
aa62072 make lua test build from source 29 April 2013, 20:53:27 UTC
3b6735c update emscripten_jcache_printf 29 April 2013, 20:02:33 UTC
3bc476a disable test_dlmalloc_partial_2 with CHECK_HEAP_ALIGN, like SAFE_HEAP 29 April 2013, 20:02:33 UTC
d48ab25 fix stackAlloc in asm for le32 29 April 2013, 20:02:33 UTC
beb1218 speed up corruption checker 29 April 2013, 20:02:33 UTC
37ef568 disable test_lua in le32 29 April 2013, 20:02:33 UTC
200c188 align struct fields to 64-bit in le32 29 April 2013, 20:02:33 UTC
5ec4411 improve safe heap logging 29 April 2013, 20:02:33 UTC
be6c2bd improve corruption check assert output 29 April 2013, 20:02:33 UTC
f7c4e51 disable test_unaligned in le32 29 April 2013, 20:02:33 UTC
dd328ea clean up formatString varargs handling 29 April 2013, 20:02:33 UTC
013b20b fix sscanf, note that all varargs are 64-bit aligned 29 April 2013, 20:02:33 UTC
7c350b5 autofail test_unaligned 29 April 2013, 20:02:33 UTC
7fd6c8e fix va_arg 29 April 2013, 20:02:32 UTC
c0db962 fix handling of empty structs 29 April 2013, 20:02:32 UTC
466437a read 32-bit chunks of 64-bit varargs in the 64-bit blocks they are in 29 April 2013, 20:02:32 UTC
0b6a661 bump version 29 April 2013, 20:02:32 UTC
049f78e fix varargs alignment in le32 29 April 2013, 20:02:00 UTC
5eb7cf3 fully align varargs and formatString arguments all to 64-bit 29 April 2013, 20:02:00 UTC
174fc66 remove unused line 29 April 2013, 20:02:00 UTC
ef67463 align the stack to 64 bits in le32 29 April 2013, 20:01:59 UTC
b020ec6 allow size to be null in getAlignSize, for native types 29 April 2013, 20:01:59 UTC
e997f18 add heap alignment checks to asm1 29 April 2013, 20:01:59 UTC
c812fd6 todo 29 April 2013, 20:01:59 UTC
6c13788 tweak handling of unaligned doubles a little 29 April 2013, 20:01:59 UTC
fec03ac read/write 64-bit aligned doubles directly in le32, when aligned properly 29 April 2013, 20:01:59 UTC
f2338f7 do not hope for 64-bit alignment with doubles in DOUBLE_MODE 0 since we will read only 32 bits anyhow 29 April 2013, 20:01:59 UTC
9b8e448 use fasta names 29 April 2013, 20:01:59 UTC
91db790 add benchmark.test_fasta_double_full, with DOUBLE_MODE=1 29 April 2013, 20:01:59 UTC
df08074 enable benchmark.test_fasta_double to test handling of doubles 29 April 2013, 20:01:59 UTC
3b0fde9 clarify what we do in le32 v*printf etc. functions 29 April 2013, 20:01:59 UTC
685eafe legalize va_arg on i64/i32* 29 April 2013, 20:01:59 UTC
741365c update test_structbyval 29 April 2013, 20:01:59 UTC
9270ab0 update test_python 29 April 2013, 20:01:59 UTC
f3ef63b update test_varargs_byval 29 April 2013, 20:01:59 UTC
47f1437 update test_unaligned 29 April 2013, 20:01:58 UTC
e3c2764 update test_pystruct 29 April 2013, 20:01:58 UTC
c2816fa implement le32 varargs as a struct with two fields: a start and an offset 29 April 2013, 20:01:58 UTC
ec97071 work towards le32 varargs 29 April 2013, 20:01:58 UTC
17248eb add target settings 29 April 2013, 20:01:58 UTC
0fedeaa refactor struct detection of alignment size 29 April 2013, 20:01:58 UTC
d5afbea align i64s and doubles to 64-bit boundaries 29 April 2013, 20:01:58 UTC
049753a use le32-unknown-nacl triple 29 April 2013, 20:01:58 UTC
dee5b69 Merge pull request #1114 from waywardmonkeys/wrong-int64-type Use the standard int64_t rather than __int64_t. 29 April 2013, 19:53:01 UTC
72befd5 Merge pull request #1113 from waywardmonkeys/missing-stdint-includes Include <stdint.h> to use int64_t. 29 April 2013, 19:52:41 UTC
2e6686a Merge pull request #1111 from waywardmonkeys/use_va_copy Use va_copy (C99) instead of __va_copy (GNU ext). 29 April 2013, 19:51:03 UTC
68642fd Merge pull request #1110 from waywardmonkeys/fix_test_799_include_path This header is <arpa/inet.h>, not <net/arpa/...> 29 April 2013, 19:50:38 UTC
e9bff12 Merge pull request #1109 from waywardmonkeys/implement-wctype [libcextra] Extend wide char support 29 April 2013, 19:49:39 UTC
3a108dc ERROR_ON_UNRESOLVED_SYMBOLS option 29 April 2013, 19:12:32 UTC
ed34c86 only show landingpad warnings in VERBOSE mode 29 April 2013, 19:04:37 UTC
f06f3dc update benchmarks 29 April 2013, 18:00:23 UTC
b1426dc Use the standard int64_t rather than __int64_t. 29 April 2013, 15:22:16 UTC
868ae0d Include <stdint.h> to use int64_t. 29 April 2013, 15:12:36 UTC
82a55f4 Use va_copy (C99) instead of __va_copy (GNU ext). musl libc headers don't have __va_copy as it is a GNU extension and hasn't been needed for over a decade. 29 April 2013, 14:35:26 UTC
6b98f6c This header is <arpa/inet.h>, not <net/arpa/...> 29 April 2013, 11:20:35 UTC
8cfe99e Bump version. 29 April 2013, 08:31:06 UTC
edc773c [libcextra] Add wcwidth, wcswidth. 29 April 2013, 08:30:32 UTC
454d7f9 [libcextra] wctrans and friends. 29 April 2013, 07:01:11 UTC
30c055f [libcextra] add isw* classification functions. 29 April 2013, 05:10:55 UTC
5ba1a0e do not swallow exceptions in invoke_* that are not C++ exceptions or longjmp 29 April 2013, 00:04:51 UTC
1796e17 update benchmarks to have 0 be just start up 27 April 2013, 02:01:09 UTC
edffeb8 refer to wiki for function pointer cast issues 27 April 2013, 01:34:10 UTC
a28ec52 Merge pull request #1092 from waywardmonkeys/dlmalloc-weak-export Flag malloc_usable_size as weak. 27 April 2013, 01:04:16 UTC
c6932c1 Flag malloc_usable_size as weak. This makes it match the other malloc symbols. 27 April 2013, 01:03:29 UTC
a776867 update test_emcc 27 April 2013, 00:56:12 UTC
6ab6f61 fix test_llvm_nativizer 27 April 2013, 00:50:19 UTC
d7ef40f fix test_runtimelink_multi 27 April 2013, 00:45:27 UTC
a364fc7 refactor missing symbol tests 27 April 2013, 00:41:54 UTC
7a71ded fix test_warn_undefined 27 April 2013, 00:37:23 UTC
0003a86 fix test_life 27 April 2013, 00:31:17 UTC
1b9e31b improve isFunctionType 27 April 2013, 00:16:49 UTC
a104143 check bitcasts in eatLLVMIdent, so that call-bitcast is checked 26 April 2013, 23:59:29 UTC
75bf333 fix auto-returns after aborts in float-returning functions, and enable poppler in asm 26 April 2013, 21:50:30 UTC
c201ef7 fix glGetShaderSource string truncation 26 April 2013, 21:50:11 UTC
339d0b5 Merge pull request #1104 from azmeuk/freetype_asm Freetype ASM_JS warnings 26 April 2013, 21:05:51 UTC
cb76c6e * Added comments on edited code. 26 April 2013, 20:12:28 UTC
c6c8356 * Removed some freetype ASM_JS warnings. 26 April 2013, 16:38:59 UTC
d239ec2 standardize benchmark inputs 26 April 2013, 04:32:43 UTC
46630aa informative error on bad function pointer call with ASSERTIONS=1 25 April 2013, 22:44:54 UTC
ca2633c test for dangerous function pointer casts in asm 25 April 2013, 22:08:15 UTC
e66467d fix test_life 25 April 2013, 21:19:33 UTC
5db12d0 fix llvm_uadd_with_overflow_i64 in the case of 0 higher bits 25 April 2013, 20:59:25 UTC
bf882bc more docs for function pointer casts 25 April 2013, 20:48:22 UTC
4aa658d emit missing function warnings only in verbose mode 25 April 2013, 20:30:07 UTC
d68ab86 clearer warnings on incompatible function pointer casts 25 April 2013, 20:22:54 UTC
7e74231 fix test_runtimelink 25 April 2013, 19:09:25 UTC
back to top