aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-21Update AUTHORSBenoitT
2011-10-20The variable __except was causing problems with the keyword with the same ↵BenoitT
name. Renamed it. See issue #100
2011-10-13option to not use the bundled headersAlon Zakai
2011-10-13C autodebugger improvementsAlon Zakai
2011-10-13comment for nose and disable emscripten_api test in failing casesAlon Zakai
2011-10-13Merge pull request #95 from jterrace/masterAlon Zakai
Parallelized test suite
2011-10-13Add jterrace to authorsJeff Terrace
2011-10-13header fixes for speak.jsAlon Zakai
2011-10-13file tool fixesAlon Zakai
2011-10-13fix bug with externsAlon Zakai
2011-10-13comment on .ll inputAlon Zakai
2011-10-13Merge branch 'master' of https://github.com/kripken/emscriptenJeff Terrace
2011-10-13two minor intertyper fixes for haskellAlon Zakai
2011-10-13simplify file2jsonAlon Zakai
2011-10-13remove obsolete emmaken possibility to use llvm-gccAlon Zakai
2011-10-13Merge branch 'master' of https://github.com/kripken/emscriptenJeff Terrace
2011-10-13Change names of functions make_test, do_test, prep_ll_test, and do_ll_test ↵Jeff Terrace
to take out "test", since nose picks these up as test cases when they shouldn't be
2011-10-12Merge branch 'master' of https://github.com/kripken/emscriptenAlon Zakai
2011-10-12some SDL stuffAlon Zakai
2011-10-12handle function calls to null (at compile-time..)Alon Zakai
2011-10-12test for LLVM structures in phiAlon Zakai
2011-10-12handle LLVM structures in phiAlon Zakai
2011-10-12Remove debug printsJeff Terrace
2011-10-12Changed test runner to use unique working directories. This enables using ↵Jeff Terrace
nose to run test with concurrency. To do this, run: nosetests --processes=N tests/runner.py where N = the number of cores in your machine.
2011-10-11use eliminator in benchmarksAlon Zakai
2011-10-11improve benchmark outputAlon Zakai
2011-10-10EMSCRIPTEN_COMMENT for source commentsAlon Zakai
2011-10-09restructure usage of llvm opts. customize use of opts in specific benchmarksAlon Zakai
2011-10-09try to handle q1 cases where only part of a structure is copied. code is not ↵Alon Zakai
actually hit in the test suite yet
2011-10-09warning in emscripten.pyAlon Zakai
2011-10-09Merge branch 'llvm-svn'Alon Zakai
Conflicts: src/dlmalloc.c tests/dlmalloc.c tests/runner.py tools/shared.py
2011-10-08fix dlmalloc speed regressionllvm-svn-pre-3.0llvm-svn-backupAlon Zakai
2011-10-08dlmalloc tweaksAlon Zakai
2011-10-08dlmalloc tweaksAlon Zakai
2011-10-08mremapAlon Zakai
2011-10-08root path fixesAlon Zakai
2011-10-08fix dlmalloc with typed arraysAlon Zakai
2011-10-08change some _type defs to coincide with glibcAlon Zakai
2011-10-08text fixAlon Zakai
2011-10-08fix newlib stdio init for q1Alon Zakai
2011-10-07tiff headers for test_openjpegAlon Zakai
2011-10-07convert raytrace to stdio; fixes raytraceAlon Zakai
2011-10-07correct sqlite benchmark numbersAlon Zakai
2011-10-07fix fcntl_miscAlon Zakai
2011-10-07header fixes; fixes popplerAlon Zakai
2011-10-07poppler fixAlon Zakai
2011-10-07undefine __STRICT_ANSI__Alon Zakai
2011-10-07stdio.h fixes and a fix that fixes bulletAlon Zakai
2011-10-07fix stdio streams and printing of chars; fixes freetypeAlon Zakai
2011-10-07fix openjpegAlon Zakai