aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-03stop gles test from rendering after a while, to not eat up CPU until it is ↵Alon Zakai
manually stopped
2012-02-03output pretty printed from closure, since we do whitespace compression later ↵Alon Zakai
separately anyhow; pretty printed makes debugging easiser
2012-02-03prevent warning from bindings generator output compilationAlon Zakai
2012-02-03Merge pull request #214 from ehsan/suffixesAlon Zakai
Add the so and dll suffixes as bitcode suffixes as well
2012-02-03Add the so and dll suffixes as bitcode suffixes as wellEhsan Akhgari
2012-02-03simplify dfe prevention in bindings generatorAlon Zakai
2012-02-03enable full optimizations with bindings generatorAlon Zakai
2012-02-03Merge pull request #212 from ehsan/cmake_support_2Alon Zakai
Support CMake in emconfigure
2012-02-02Support CMake in emconfigureEhsan Akhgari
This adds a CMAKE_TOOLCHAIN_FILE argument to CMake based build systems so that they don't attempt to find headers, libraries and packages which Emscripten does not support
2012-02-02optimize makeGet/SetValue to do 16-bit reads/writes when possibleAlon Zakai
2012-02-02stubs for _l localized versions of strtol* functionsAlon Zakai
2012-02-02fix xlocale.h headerAlon Zakai
2012-02-02fix negative i64 comparisonsAlon Zakai
2012-02-02accept empty bitcode files as valid bitcode filesAlon Zakai
2012-02-02fix for handling of suffixes in emccAlon Zakai
2012-02-02fix bug with using an implicit label in a phi more than onceAlon Zakai
2012-02-02add .a and .dylib as suffixes assumed to be bitcodeAlon Zakai
2012-02-01llvm inlining support (disabled by default; enabled in benchmarks)Alon Zakai
2012-02-01make it clear that some emcc messages are warningsAlon Zakai
2012-02-01use ta2 in benchmark suiteAlon Zakai
2012-02-01use ',' to separate in makeSetValues inside function callsAlon Zakai
2012-02-01re-enable support for non-fixed i64 bitshiftsAlon Zakai
2012-02-01fix test_poppler and test_iostreamllvm-optsAlon Zakai
2012-02-01update remindersAlon Zakai
2012-02-01use floats in fasta benchmark (which in ta1 we were essentially doing anyhow)Alon Zakai
2012-02-01fix fasta bug that shows up in clangAlon Zakai
2012-02-01fix tempDouble bug with not including it in all casesAlon Zakai
2012-02-01refactor build checks for standalone and unsafe optsAlon Zakai
2012-01-31fix usage of llvm opt level in emcc, and test_emcc fixesAlon Zakai
2012-01-31Merge branch 'master' into llvmoptsAlon Zakai
2012-01-31fix rusage struct def in libraryAlon Zakai
2012-01-31fix test_typeinfoAlon Zakai
2012-01-31remove metadata struct parsingAlon Zakai
2012-01-31do not rely on debug metadata (which can be lost in llvm unsafe opts) for ↵Alon Zakai
structure type info
2012-01-31unfolding in legalizer for load and storeAlon Zakai
2012-01-31Merge pull request #201 from ehsan/test_popplerpre-llvm-optsAlon Zakai
Make test_poppler pass on Mac
2012-01-31Merge pull request #200 from ehsan/openjpeg_testAlon Zakai
Make test_openjpeg pass on Mac
2012-01-31Merge pull request #198 from ehsan/import_shared_properlyAlon Zakai
Import shared.py properly
2012-01-31updated python build for automatic tests (now built with the bundled headers)Alon Zakai
2012-01-31Merge branch 'import_shared_properly' into test_popplerEhsan Akhgari
2012-01-31Merge branch 'import_shared_properly' into openjpeg_testEhsan Akhgari
2012-01-31Prevent the Settings object from pointing to two separate thingsEhsan Akhgari
We need to do this dance because shared.py reassigns the global Settings object to point to a new class, but because Python is lexically scoped, the Settings global name in tests/runner.py would not get updated to point to the new name, which would cause changes to Settings.FOO_BAR in runner.py not be reflected in Settings.serialize() and therefore not being passed down to emcc.
2012-01-31header fixes for building python from sourceAlon Zakai
2012-01-31Make test_poppler pass on MacEhsan Akhgari
2012-01-30Use the correct shared library name on MacEhsan Akhgari
2012-01-30save build_library logs in each project dir separatelyAlon Zakai
2012-01-30Make sure that sys/types.h defines old-style C sized typesEhsan Akhgari
2012-01-30support bitcasts of doubles to i64s in i64 mode 1Alon Zakai
2012-01-30Import shared.py properlyEhsan Akhgari
2012-01-30handle 32-bit bitcasts int <-> float properlyAlon Zakai