index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2011-09-24
fix env test
Alon Zakai
2011-09-24
clean up includes
Alon Zakai
2011-09-24
handwritten dlfcn.h; fixes test_dlfcn
Alon Zakai
2011-09-24
fix test_debug
Alon Zakai
2011-09-24
use libc++; cubescript passes
Alon Zakai
2011-09-24
include libcxx
Alon Zakai
2011-09-24
fix limits.h
Alon Zakai
2011-09-24
reorganize system/include
Alon Zakai
2011-09-24
disable search for gcc's limits.h
Alon Zakai
2011-09-24
disable glibc-specific parts of test_ctype
Alon Zakai
2011-09-24
add __assert_func; assert passes
Alon Zakai
2011-09-24
disable endianness check in headers; hello_world passes
Alon Zakai
2011-09-24
additional headers
Alon Zakai
2011-09-24
start to include system headers (tests broken)
Alon Zakai
2011-09-24
improve option to disable exception catching; fixes ammo speed regression
Alon Zakai
2011-09-23
harmonize use of COMPILER_ARGS
Alon Zakai
2011-09-22
diff for non-callgraph profiling. not sure if worthwhile using
Alon Zakai
2011-09-18
more profiling tools
Alon Zakai
2011-09-18
add x86_stdcallcc
Alon Zakai
2011-09-18
update demangler to process profiling output
Alon Zakai
2011-09-18
profiling option
Alon Zakai
2011-09-17
fix ta2 memcpy bug, and enable ta2 in sqlite test
Alon Zakai
2011-09-17
restore stack in fprintf to prevent memory issues with lots of printing ↵
Alon Zakai
inside a function
2011-09-17
optional memcpy support for autodebugger
Alon Zakai
2011-09-17
disable failing test_typed_exceptions for now
Alon Zakai
2011-09-17
generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bug
Alon Zakai
2011-09-16
emmaken fixes: handle c++ files and -include more properly
Alon Zakai
2011-09-16
Merge branch 'llvm-svn' of github.com:kripken/emscripten into llvm-svn
Alon Zakai
2011-09-15
Merge branch 'master' into llvm-svn
Alon Zakai
2011-09-15
Merge pull request #79 from max99x/master
Alon Zakai
Additions needed for emscripting Ruby
2011-09-15
Fixed unbound calling of destructor in exception handler; updated test.
max99x
2011-09-15
Fixed support for library-defined globals of non-struct types.
max99x
2011-09-14
always correct signs in the autodebugger code
Alon Zakai
2011-09-14
intentionally do reSign in printing %d
Alon Zakai
2011-09-14
sqlite test tweaks
Alon Zakai
2011-09-14
Comment fix.
max99x
2011-09-14
Cleaned up library-defined global var jsifier.
max99x
2011-09-14
Cleaned up minor merge artifact.
max99x
2011-09-13
faster shortcuts for sign/unsign
Alon Zakai
2011-09-13
update autooptimize test
Alon Zakai
2011-09-13
disable roundings in sqlite
Alon Zakai
2011-09-13
optimize sqlite
Alon Zakai
2011-09-13
fix bug in autodebugger output
Alon Zakai
2011-09-13
improve sqlite test
Alon Zakai
2011-09-13
read_auto_optimize utility
Alon Zakai
2011-09-13
do not do some unnecessary signing/unsigning
Alon Zakai
2011-09-13
Preventing genuine JS errors from being caught by C++ handlers.
max99x
2011-09-12
fix sqlite porting bug
Alon Zakai
2011-09-13
Merge remote-tracking branch 'upstream/master'
max99x
Conflicts: src/intertyper.js tests/runner.py
2011-09-13
Basic support for typed exceptions.
max99x
[next]