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
Age
Commit message (
Expand
)
Author
2011-09-25
header fixes and additions
Alon Zakai
2011-09-25
header fixes
Alon Zakai
2011-09-25
fix unistd_dup test
Alon Zakai
2011-09-25
add some defines to fcntl
Alon Zakai
2011-09-25
fix header parsing bug and unistd.h header; fixes unistd_confstr
Alon Zakai
2011-09-25
automatic checks for missing C defines
Alon Zakai
2011-09-25
utsname.h ; fixes uname
Alon Zakai
2011-09-25
utime.h fix
Alon Zakai
2011-09-25
fix dirent.h and folders test
Alon Zakai
2011-09-25
fix stdin/out/err for newlib; fixes files
Alon Zakai
2011-09-25
fix bug with no headers passed to emscripten.py
Alon Zakai
2011-09-25
show errors on empty output from emscripten in test runner
Alon Zakai
2011-09-25
parse C1|C2 in headers; properly fixes fcntl
Alon Zakai
2011-09-25
improve header constant parsing
Alon Zakai
2011-09-25
add mman.h
Alon Zakai
2011-09-24
emscripten.py option to expose header #defines to library. fixes fcntl
Alon Zakai
2011-09-24
errno; fixes test_errar
Alon Zakai
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 insid...
Alon Zakai
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
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
[next]