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
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
em++
2
-rwxr-xr-x
emcc
56
-rwxr-xr-x
emscripten.py
14
-rwxr-xr-x
scons-tools/emscripten.py
17
-rwxr-xr-x
scons-tools/llvm.py
7
-rw-r--r--
src/analyzer.js
26
-rw-r--r--
src/intertyper.js
19
-rw-r--r--
src/jsifier.js
30
-rw-r--r--
src/library.js
2344
-rw-r--r--
src/library_browser.js
19
-rw-r--r--
src/library_egl.js
9
-rw-r--r--
src/library_fs.js
1374
-rw-r--r--
src/library_glut.js
2
-rw-r--r--
src/library_memfs.js
243
-rw-r--r--
src/library_openal.js
265
-rw-r--r--
src/library_sdl.js
96
-rw-r--r--
src/library_sockfs.js
18
-rw-r--r--
src/library_tty.js
121
-rw-r--r--
src/modules.js
8
-rw-r--r--
src/parseTools.js
23
-rw-r--r--
src/postamble.js
61
-rw-r--r--
src/preamble.js
8
-rw-r--r--
src/settings.js
124
-rw-r--r--
src/shell.js
7
-rw-r--r--
system/include/libcxx/CREDITS.TXT
24
-rw-r--r--
system/include/libcxx/__bit_reference
35
-rw-r--r--
system/include/libcxx/__config
77
-rw-r--r--
system/include/libcxx/__debug
6
-rw-r--r--
system/include/libcxx/__functional_03
48
-rw-r--r--
system/include/libcxx/__functional_base
26
-rw-r--r--
system/include/libcxx/__hash_table
620
-rw-r--r--
system/include/libcxx/__locale
14
-rw-r--r--
system/include/libcxx/__split_buffer
12
-rw-r--r--
system/include/libcxx/__std_stream
88
-rw-r--r--
system/include/libcxx/__tree
109
-rw-r--r--
system/include/libcxx/__tuple
18
-rw-r--r--
system/include/libcxx/algorithm
236
-rw-r--r--
system/include/libcxx/array
35
-rw-r--r--
system/include/libcxx/atomic
20
-rw-r--r--
system/include/libcxx/cctype
4
-rw-r--r--
system/include/libcxx/chrono
167
-rw-r--r--
system/include/libcxx/cmath
77
-rw-r--r--
system/include/libcxx/complex
98
-rw-r--r--
system/include/libcxx/cstdio
4
-rw-r--r--
system/include/libcxx/cstdlib
10
-rw-r--r--
system/include/libcxx/cstring
4
-rw-r--r--
system/include/libcxx/cwchar
35
-rw-r--r--
system/include/libcxx/deque
41
-rw-r--r--
system/include/libcxx/forward_list
71
-rw-r--r--
system/include/libcxx/fstream
16
-rw-r--r--
system/include/libcxx/functional
371
-rw-r--r--
system/include/libcxx/future
66
-rw-r--r--
system/include/libcxx/ios
27
-rw-r--r--
system/include/libcxx/istream
6
-rw-r--r--
system/include/libcxx/iterator
26
-rw-r--r--
system/include/libcxx/limits
4
-rw-r--r--
system/include/libcxx/list
270
-rw-r--r--
system/include/libcxx/locale
197
-rw-r--r--
system/include/libcxx/map
389
-rw-r--r--
system/include/libcxx/memory
167
-rw-r--r--
system/include/libcxx/random
31
-rw-r--r--
system/include/libcxx/readme.txt
2
-rw-r--r--
system/include/libcxx/regex
75
-rw-r--r--
system/include/libcxx/sstream
164
-rw-r--r--
system/include/libcxx/string
527
-rw-r--r--
system/include/libcxx/support/win32/limits_win32.h
6
-rw-r--r--
system/include/libcxx/support/win32/locale_win32.h
17
-rw-r--r--
system/include/libcxx/support/win32/math_win32.h
6
-rw-r--r--
system/include/libcxx/support/win32/support.h
21
-rw-r--r--
system/include/libcxx/thread
4
-rw-r--r--
system/include/libcxx/tuple
199
-rw-r--r--
system/include/libcxx/type_traits
256
-rw-r--r--
system/include/libcxx/unordered_map
475
-rw-r--r--
system/include/libcxx/unordered_set
162
-rw-r--r--
system/include/libcxx/utility
265
-rw-r--r--
system/include/libcxx/vector
109
-rw-r--r--
system/lib/dlmalloc.c
22
-rw-r--r--
system/lib/libcxx/CREDITS.TXT
24
-rw-r--r--
system/lib/libcxx/debug.cpp
20
-rw-r--r--
system/lib/libcxx/exception.cpp
9
-rw-r--r--
system/lib/libcxx/hash.cpp
6
-rw-r--r--
system/lib/libcxx/iostream.cpp
8
-rw-r--r--
system/lib/libcxx/locale.cpp
133
-rw-r--r--
system/lib/libcxx/readme.txt
2
-rw-r--r--
system/lib/libcxx/stdexcept.cpp
2
-rw-r--r--
system/lib/libcxx/string.cpp
823
-rw-r--r--
system/lib/libcxx/support/win32/locale_win32.cpp
6
-rw-r--r--
system/lib/libcxx/support/win32/support.cpp
181
-rw-r--r--
system/lib/libcxx/symbols
265
-rw-r--r--
system/lib/libcxx/system_error.cpp
3
-rw-r--r--
system/lib/libcxx/thread.cpp
19
-rw-r--r--
system/lib/libcxx/typeinfo.cpp
14
-rw-r--r--
tests/cases/phi24_ta2.ll
4
-rwxr-xr-x
tests/runner.py
15118
-rw-r--r--
tests/sdl_image.c
8
-rw-r--r--
tests/sdl_image_jpeg.c
45
-rw-r--r--
tests/sdl_pumpevents.c
54
-rw-r--r--
tests/sockets/socket_relay.py
(renamed from tests/socket_relay.py)
0
-rw-r--r--
tests/sockets/test_enet_client.c
(renamed from tests/enet_client.c)
24
-rw-r--r--
tests/sockets/test_enet_server.c
(renamed from tests/enet_server.c)
15
-rw-r--r--
tests/sockets/test_sockets_echo_client.c
148
-rw-r--r--
tests/sockets/test_sockets_echo_server.c
152
-rw-r--r--
tests/sockets/test_sockets_gethostbyname.c
49
-rw-r--r--
tests/sockets/test_sockets_msg.h
78
-rw-r--r--
tests/sockets/test_sockets_partial_client.c
119
-rw-r--r--
tests/sockets/test_sockets_partial_server.c
130
-rw-r--r--
tests/sockets/test_sockets_select_server_closes_connection_client_rw.c
217
-rw-r--r--
tests/sockets/test_sockets_select_server_no_accept_client.c
98
-rw-r--r--
tests/sockets/test_sockets_select_server_no_accept_server.c
86
-rw-r--r--
tests/stdio/test_rename.c
3
-rw-r--r--
tests/test_benchmark.py
507
-rw-r--r--
tests/test_browser.py
1378
-rw-r--r--
tests/test_core.py
10074
-rw-r--r--
tests/test_other.py
1913
-rw-r--r--
tests/test_sanity.py
522
-rw-r--r--
tests/test_sockets.py
200
-rw-r--r--
tests/websockets.c
147
-rw-r--r--
tests/websockets_bi.c
140
-rw-r--r--
tests/websockets_bi_bigdata.c
137
-rw-r--r--
tests/websockets_bi_listener.c
151
-rw-r--r--
tests/websockets_bi_side.c
76
-rw-r--r--
tests/websockets_bi_side_bigdata.c
69
-rw-r--r--
tests/websockets_bigdata.h
20
-rw-r--r--
tests/websockets_gethostbyname.c
132
-rw-r--r--
tests/websockets_partial.c
127
-rw-r--r--
tests/websockets_select.c
95
-rw-r--r--
tests/websockets_select_server_closes_connection.c
126
-rw-r--r--
tests/websockets_select_server_closes_connection_rw.c
213
-rw-r--r--
tools/asm_module.py
4
-rwxr-xr-x
tools/exec_llvm.py
4
-rw-r--r--
tools/file_packager.py
15
-rw-r--r--
tools/find_bigvars.py
24
-rw-r--r--
tools/js-optimizer.js
73
-rwxr-xr-x
tools/nativize_llvm.py
4
-rw-r--r--
tools/settings_template_readonly.py
2
-rw-r--r--
tools/shared.py
206
-rw-r--r--
tools/test-js-optimizer-asm-outline1-output.js
304
-rw-r--r--
tools/test-js-optimizer-asm-outline2-output.js
576
138 files changed, 24241 insertions, 21513 deletions
diff --git a/em+