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
emar
4
-rwxr-xr-x
emcc
84
-rwxr-xr-x
emscripten.py
143
-rw-r--r--
src/analyzer.js
2
-rw-r--r--
src/intertyper.js
26
-rw-r--r--
src/jsifier.js
32
-rw-r--r--
src/library.js
85
-rw-r--r--
src/modules.js
2
-rw-r--r--
src/parseTools.js
3
-rw-r--r--
src/preamble.js
2
-rw-r--r--
src/preamble_sharedlib.js
1
-rw-r--r--
src/settings.js
12
-rw-r--r--
system/include/libc/ifaddrs.h
64
-rw-r--r--
system/include/libc/locale.h
9
-rw-r--r--
system/include/libc/pthread.h
4
-rw-r--r--
system/include/libc/sys/types.h
2
-rw-r--r--
system/include/libc/time.h
2
-rw-r--r--
system/include/libcxx/__locale
10
-rw-r--r--
system/include/libcxx/exception
14
-rw-r--r--
system/include/libcxx/ios
8
-rw-r--r--
system/include/libcxx/locale
14
-rw-r--r--
system/include/libcxx/mutex
1
-rw-r--r--
system/include/libcxx/ostream
9
-rw-r--r--
system/include/libcxx/streambuf
9
-rw-r--r--
system/include/libcxx/string
6
-rw-r--r--
system/include/net/if.h
26
-rw-r--r--
system/include/nl_types.h
19
-rw-r--r--
system/include/sys/io.h
14
-rw-r--r--
system/include/sys/sysctl.h
14
-rw-r--r--
system/include/xlocale.h
39
-rw-r--r--
system/lib/dlmalloc.c
(renamed from src/dlmalloc.c)
0
-rw-r--r--
system/lib/dlmalloc.symbols
50
-rw-r--r--
system/lib/libcxx/LICENSE.txt
(renamed from tests/libcxx/LICENSE.txt)
0
-rw-r--r--
system/lib/libcxx/Makefile
34
-rw-r--r--
system/lib/libcxx/algorithm.cpp
83
-rw-r--r--
system/lib/libcxx/bind.cpp
(renamed from tests/libcxx/include/__tuple_03)
27
-rw-r--r--
system/lib/libcxx/chrono.cpp
128
-rw-r--r--
system/lib/libcxx/condition_variable.cpp
70
-rw-r--r--
system/lib/libcxx/debug.cpp
473
-rw-r--r--
system/lib/libcxx/exception.cpp
206
-rw-r--r--
system/lib/libcxx/future.cpp
285
-rw-r--r--
system/lib/libcxx/hash.cpp
(renamed from tests/libcxx/hash.cpp)
0
-rw-r--r--
system/lib/libcxx/ios.cpp
455
-rw-r--r--
system/lib/libcxx/iostream.cpp
53
-rw-r--r--
system/lib/libcxx/locale.cpp
5838
-rw-r--r--
system/lib/libcxx/memory.cpp
168
-rw-r--r--
system/lib/libcxx/mutex.cpp
250
-rw-r--r--
system/lib/libcxx/new.cpp
185
-rw-r--r--
system/lib/libcxx/random.cpp
45
-rw-r--r--
system/lib/libcxx/readme.txt
1
-rw-r--r--
system/lib/libcxx/regex.cpp
315
-rw-r--r--
system/lib/libcxx/stdexcept.cpp
178
-rw-r--r--
system/lib/libcxx/string.cpp
679
-rw-r--r--
system/lib/libcxx/strstream.cpp
327
-rw-r--r--
system/lib/libcxx/symbols
3098
-rw-r--r--
system/lib/libcxx/system_error.cpp
201
-rw-r--r--
system/lib/libcxx/thread.cpp
183
-rw-r--r--
system/lib/libcxx/typeinfo.cpp
50
-rw-r--r--
system/lib/libcxx/utility.cpp
(renamed from tests/libcxx/include/cassert)
17
-rw-r--r--
system/lib/libcxx/valarray.cpp
54
-rw-r--r--
tests/cases/atomicrmw.ll
20
-rw-r--r--
tests/cases/atomicrmw.txt
1
-rw-r--r--
tests/hashtest.cpp
(renamed from tests/libcxx/main.cpp)
0
-rw-r--r--
tests/hello_libcxx.cpp
8
-rw-r--r--
tests/libcxx/include/__bit_reference
1225
-rw-r--r--
tests/libcxx/include/__config
263
-rw-r--r--
tests/libcxx/include/__functional_03
2128
-rw-r--r--
tests/libcxx/include/__functional_base
534
-rw-r--r--
tests/libcxx/include/__functional_base_03
1087
-rw-r--r--
tests/libcxx/include/__hash_table
1819
-rw-r--r--
tests/libcxx/include/__locale
1376
-rw-r--r--
tests/libcxx/include/__mutex_base
437
-rw-r--r--
tests/libcxx/include/__split_buffer
617
-rw-r--r--
tests/libcxx/include/__sso_allocator
75
-rw-r--r--
tests/libcxx/include/__std_stream
313
-rw-r--r--
tests/libcxx/include/__tree
2238
-rw-r--r--
tests/libcxx/include/__tuple
267
-rw-r--r--
tests/libcxx/include/algorithm
5331
-rw-r--r--
tests/libcxx/include/array
313
-rw-r--r--
tests/libcxx/include/atomic
1507
-rw-r--r--
tests/libcxx/include/bitset
1029
-rw-r--r--
tests/libcxx/include/ccomplex
27
-rw-r--r--
tests/libcxx/include/cctype
159
-rw-r--r--
tests/libcxx/include/cerrno
57
-rw-r--r--
tests/libcxx/include/cfenv
80
-rw-r--r--
tests/libcxx/include/cfloat
76
-rw-r--r--
tests/libcxx/include/chrono
871
-rw-r--r--
tests/libcxx/include/cinttypes
257
-rw-r--r--
tests/libcxx/include/ciso646
23
-rw-r--r--
tests/libcxx/include/climits
46
-rw-r--r--
tests/libcxx/include/clocale
51
-rw-r--r--
tests/libcxx/include/cmath
1584
-rw-r--r--
tests/libcxx/include/codecvt
545
-rw-r--r--
tests/libcxx/include/complex
1514
-rw-r--r--
tests/libcxx/include/complex.h
33
-rw-r--r--
tests/libcxx/include/condition_variable
254
-rw-r--r--
tests/libcxx/include/csetjmp
50
-rw-r--r--
tests/libcxx/include/csignal
56
-rw-r--r--
tests/libcxx/include/cstdarg
46
-rw-r--r--
tests/libcxx/include/cstdbool
30
-rw-r--r--
tests/libcxx/include/cstddef
95
-rw-r--r--
tests/libcxx/include/cstdint
189
-rw-r--r--
tests/libcxx/include/cstdio
159
-rw-r--r--
tests/libcxx/include/cstdlib
138
-rw-r--r--
tests/libcxx/include/cstring
109
-rw-r--r--
tests/libcxx/include/ctgmath
27
-rw-r--r--
tests/libcxx/include/ctime
70
-rw-r--r--
tests/libcxx/include/cwchar
195
-rw-r--r--
tests/libcxx/include/cwctype
211
-rw-r--r--
tests/libcxx/include/deque
2774
-rw-r--r--
tests/libcxx/include/exception
246
-rw-r--r--
tests/libcxx/include/ext/.svn/all-wcprops
17
-rw-r--r--
tests/libcxx/include/ext/.svn/entries
96
-rw-r--r--
tests/libcxx/include/ext/.svn/text-base/hash_map.svn-base
986
-rw-r--r--
tests/libcxx/include/ext/.svn/text-base/hash_set.svn-base
650
-rw-r--r--
tests/libcxx/include/ext/hash_map
986
-rw-r--r--
tests/libcxx/include/ext/hash_set
650
-rw-r--r--
tests/libcxx/include/forward_list
1526
-rw-r--r--
tests/libcxx/include/fstream
1394
-rw-r--r--
tests/libcxx/include/functional
1946
-rw-r--r--
tests/libcxx/include/future
2313
-rw-r--r--
tests/libcxx/include/initializer_list
99
-rw-r--r--
tests/libcxx/include/iomanip
502
-rw-r--r--
tests/libcxx/include/ios
985