SiggyBar
|
5a2bdcfa7c
|
Edited tools/dead_function_eliminator.py via GitHub
|
2011-09-23 13:37:12 +03:00 |
SiggyBar
|
9bdb0b828d
|
Edited tools/bindings_generator.py via GitHub
|
2011-09-23 13:36:31 +03:00 |
Alon Zakai
|
b6acbeca0d
|
diff for non-callgraph profiling. not sure if worthwhile using
|
2011-09-22 21:31:53 -07:00 |
Alon Zakai
|
bda303d950
|
more profiling tools
|
2011-09-18 20:25:09 -07:00 |
Alon Zakai
|
2897590e33
|
add x86_stdcallcc
|
2011-09-18 20:24:45 -07:00 |
Alon Zakai
|
6d9840c41d
|
update demangler to process profiling output
|
2011-09-18 14:25:21 -07:00 |
Alon Zakai
|
984d19ba2e
|
profiling option
|
2011-09-18 12:57:07 -07:00 |
Alon Zakai
|
00d573c696
|
fix ta2 memcpy bug, and enable ta2 in sqlite test
|
2011-09-17 23:49:38 -07:00 |
Alon Zakai
|
6654bb5bb6
|
restore stack in fprintf to prevent memory issues with lots of printing inside a function
|
2011-09-17 23:49:08 -07:00 |
Alon Zakai
|
38d3c35a77
|
optional memcpy support for autodebugger
|
2011-09-17 17:29:31 -07:00 |
Alon Zakai
|
9d3794f7fb
|
disable failing test_typed_exceptions for now
|
2011-09-17 09:55:34 -07:00 |
Alon Zakai
|
94332138df
|
generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bug
|
2011-09-17 09:44:24 -07:00 |
Alon Zakai
|
460a975de0
|
emmaken fixes: handle c++ files and -include more properly
|
2011-09-16 15:34:34 -07:00 |
Alon Zakai
|
16494fdfcf
|
Merge branch 'llvm-svn' of github.com:kripken/emscripten into llvm-svn
|
2011-09-16 15:30:54 -07:00 |
Alon Zakai
|
4203afeb1a
|
Merge branch 'master' into llvm-svn
|
2011-09-15 20:09:18 -07:00 |
Alon Zakai
|
734b1450b5
|
Merge pull request #79 from max99x/master
Additions needed for emscripting Ruby
|
2011-09-15 20:06:12 -07:00 |
max99x
|
76c15819b2
|
Fixed unbound calling of destructor in exception handler; updated test.
|
2011-09-15 18:08:25 +03:00 |
max99x
|
a39cbaf4f3
|
Fixed support for library-defined globals of non-struct types.
|
2011-09-15 18:07:33 +03:00 |
Alon Zakai
|
e742036d2e
|
always correct signs in the autodebugger code
|
2011-09-14 19:15:56 -07:00 |
Alon Zakai
|
ce07f2aa77
|
intentionally do reSign in printing %d
|
2011-09-14 18:08:52 -07:00 |
Alon Zakai
|
55013f30bc
|
sqlite test tweaks
|
2011-09-14 13:54:42 -07:00 |
max99x
|
b06c356f60
|
Comment fix.
|
2011-09-14 19:57:44 +03:00 |
max99x
|
838a00ff47
|
Cleaned up library-defined global var jsifier.
|
2011-09-14 19:56:03 +03:00 |
max99x
|
e0c5552c7f
|
Cleaned up minor merge artifact.
|
2011-09-14 19:48:40 +03:00 |
Alon Zakai
|
323bd5206e
|
faster shortcuts for sign/unsign
|
2011-09-13 18:36:38 -07:00 |
Alon Zakai
|
7aa745d5bf
|
update autooptimize test
|
2011-09-13 17:32:54 -07:00 |
Alon Zakai
|
b3a279b0a5
|
disable roundings in sqlite
|
2011-09-13 17:25:51 -07:00 |
Alon Zakai
|
77f5ee985c
|
optimize sqlite
|
2011-09-13 17:21:37 -07:00 |
Alon Zakai
|
9743324f37
|
fix bug in autodebugger output
|
2011-09-13 17:21:22 -07:00 |
Alon Zakai
|
0bd01fc782
|
improve sqlite test
|
2011-09-13 10:29:47 -07:00 |
Alon Zakai
|
d2a5ea9e13
|
read_auto_optimize utility
|
2011-09-13 10:24:49 -07:00 |
Alon Zakai
|
3dba21acf3
|
do not do some unnecessary signing/unsigning
|
2011-09-13 10:20:23 -07:00 |
max99x
|
2bb506bcce
|
Preventing genuine JS errors from being caught by C++ handlers.
|
2011-09-13 06:56:02 +03:00 |
Alon Zakai
|
ef124013a5
|
fix sqlite porting bug
|
2011-09-12 17:59:20 -07:00 |
max99x
|
c5e5c90cd1
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/intertyper.js
tests/runner.py
|
2011-09-13 02:14:32 +03:00 |
max99x
|
91e29b31f2
|
Basic support for typed exceptions.
|
2011-09-13 02:07:59 +03:00 |
max99x
|
e3e357f06e
|
Allowed library to define global variables that override undefined externals.
|
2011-09-13 01:34:11 +03:00 |
max99x
|
91569e2483
|
Added stub for mblen().
|
2011-09-13 01:32:50 +03:00 |
max99x
|
2349a6254c
|
Added stubs for get/setrlimit().
|
2011-09-13 01:31:36 +03:00 |
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 |