max99x
|
5e8f0c1ca7
|
Added some stubs for signal.h functions.
|
2011-09-13 01:31:19 +03:00 |
max99x
|
6486d17674
|
Added stub implementations of clock_(get|set)time() and clock_getres().
|
2011-09-13 01:30:04 +03:00 |
max99x
|
b3917d04fc
|
Added stpcpy to library.
|
2011-09-13 01:29:44 +03:00 |
max99x
|
ba7ad95e80
|
Added a few extra library aliases.
|
2011-09-13 01:29:20 +03:00 |
max99x
|
79cdded6f3
|
Added guard for getelementptr param type parsing (needed for Ruby).
|
2011-09-13 01:27:17 +03:00 |
max99x
|
d502068f38
|
Allowed library functions to request JS-style varargs.
|
2011-09-13 01:25:11 +03:00 |
max99x
|
0ae2ed953c
|
Corrected handling of hidden external functions in LLVM disassembly.
|
2011-09-13 01:13:53 +03:00 |
Alon Zakai
|
7143eab384
|
improve sqlite test
|
2011-09-11 16:16:10 -07:00 |
Alon Zakai
|
4a29c4fa7d
|
fix autodebugger bug
|
2011-09-11 16:15:51 -07:00 |
Alon Zakai
|
9517204029
|
autodebugger support for loads
|
2011-09-11 14:13:00 -07:00 |
Alon Zakai
|
2c3ff19388
|
clean up sqlite test
|
2011-09-10 22:01:22 -07:00 |
Alon Zakai
|
a93550e86f
|
sqlite test
|
2011-09-10 20:38:30 -07:00 |
Alon Zakai
|
fd28971b9a
|
force shifts on i64s to remain integers
|
2011-09-10 18:52:35 -07:00 |
Alon Zakai
|
5c7eb019a4
|
library aliases and stubs
|
2011-09-10 16:50:04 -07:00 |
Alon Zakai
|
b3bcc62d15
|
better autodebugger support for floats
|
2011-09-10 14:30:17 -07:00 |
Alon Zakai
|
ea94dbe3b7
|
rename test_error ; all tests pass
|
2011-09-09 13:51:14 -07:00 |
Alon Zakai
|
534cc7f058
|
bindings generator fix +fixes for use of |this| instead of Module
|
2011-09-08 21:03:07 -07:00 |
Alon Zakai
|
a286d7cfc8
|
Merge branch 'master' into llvm-svn
|
2011-09-08 17:44:10 -07:00 |
Alon Zakai
|
541ea2f893
|
expose branch condition to analysis; fixes ta2 bug with test_if
|
2011-09-08 17:28:52 -07:00 |
Alon Zakai
|
8088f52fba
|
disable some not-yet-relevant tests
|
2011-09-08 16:26:55 -07:00 |
Alon Zakai
|
bd5581ffe8
|
make sure the current working directory is valid in do_emscripten; fixes python failure
|
2011-09-08 13:08:52 -07:00 |
Alon Zakai
|
77dbc8e0ad
|
typo fix
|
2011-09-07 15:30:24 -07:00 |
Alon Zakai
|
0a89324b72
|
improve global alias processing, including sort by dependency. poppler test passes
|
2011-09-07 15:26:23 -07:00 |
Alon Zakai
|
af88c4ce71
|
additional library aliases
|
2011-09-07 15:20:54 -07:00 |
max99x
|
c1ec46464e
|
Canceling a window.prompt() for the default stdin handler no longer results in an EOF.
|
2011-09-07 22:53:09 +03:00 |
max99x
|
44e2e9a57d
|
Made sure XHRs request typed arrays only if they can handle them.
|
2011-09-07 22:52:47 +03:00 |
Alon Zakai
|
a70b811afc
|
vtable customization in bindings generator, +misc infra improvements to help test it
|
2011-09-06 20:40:20 -07:00 |
Alon Zakai
|
fa5c7b07f9
|
do not indexize global aliases
|
2011-09-06 16:40:24 -07:00 |
Alon Zakai
|
d3f5b239da
|
some library aliases
|
2011-09-06 16:40:04 -07:00 |
Alon Zakai
|
7d6d4be944
|
handle llvm funcs in aliases
|
2011-09-06 16:03:27 -07:00 |
Alon Zakai
|
921a5d81d1
|
handle anonymous packed struct types
|
2011-09-06 14:26:05 -07:00 |
Alon Zakai
|
d52f7f8a7b
|
fix switch for the case with no labels given
|
2011-09-06 12:06:38 -07:00 |
Alon Zakai
|
328ee0ba86
|
mark types in global constants as needing analysis
|
2011-09-06 11:44:30 -07:00 |
Alon Zakai
|
a085c0e4a9
|
fix for bindings generator to use enclosing classes in return values
|
2011-09-05 12:38:23 -07:00 |
Alon Zakai
|
40a3f51f3c
|
disable -indvars on q1
|
2011-09-04 15:24:45 -07:00 |
Alon Zakai
|
2aa41b3c30
|
fix bug with stub functions and implemented library functions
|
2011-09-04 13:59:07 -07:00 |
Alon Zakai
|
5c70758542
|
some debug stuff for dlmalloc
|
2011-09-04 13:25:24 -07:00 |
Alon Zakai
|
07ae29c2cd
|
some updates for q1
|
2011-09-04 12:06:59 -07:00 |
Alon Zakai
|
391fb94d3f
|
fix llvm opts for 3.0
|
2011-09-04 10:52:59 -07:00 |
Alon Zakai
|
ff8ea20b9b
|
always use clang in emscripten.py; fixes python test
|
2011-09-04 10:20:02 -07:00 |
Alon Zakai
|
30cc97c85c
|
stubs for lifecycle intrinsics, and do not generate calls to stubs
|
2011-09-04 00:15:13 -07:00 |
Alon Zakai
|
7a7ab766e5
|
fix expect bug in library, fixes dlmalloc test
|
2011-09-03 22:35:35 -07:00 |
Alon Zakai
|
6c259a53dd
|
optional pointer printing in autodebugger
|
2011-09-03 22:35:16 -07:00 |
Alon Zakai
|
144f2f1784
|
Merge branch 'master' into llvm-svn
|
2011-09-03 18:45:17 -07:00 |
Alon Zakai
|
3f89bd84dc
|
simplify emmaken with EMMAKEN_JUST_CONFIGURE, and use llvm-ld instead of llvm-link for better compatibility
|
2011-09-03 18:26:55 -07:00 |
Alon Zakai
|
fa9e495e4d
|
LIBRARY_DEBUG option
|
2011-09-02 16:57:05 -07:00 |
Alon Zakai
|
cb596dcd84
|
disable libcxx due to llvm bug, and improve skip() printing
|
2011-09-02 16:03:33 -07:00 |
Alon Zakai
|
1afc868263
|
generalize some more metadata regexps
|
2011-09-02 14:09:28 -07:00 |
Alon Zakai
|
a6d1361de7
|
some metadata and label fixes
|
2011-09-02 13:43:56 -07:00 |
Alon Zakai
|
f567a0bee4
|
remove hardcoded result from autodebug test (autogenerated is enough)
|
2011-09-02 12:05:16 -07:00 |