aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-07generate separate type-specific function tablesAlon Zakai
2012-12-07add asm test suiteAlon Zakai
2012-12-07fix merge errorAlon Zakai
2012-12-07add asm imports and exports, hello world worksAlon Zakai
2012-12-07notice function indentation in js_optimizer.py so that we properly scan inden...Alon Zakai
2012-12-07fix suffix in js optimizerAlon Zakai
2012-12-07export is reservedAlon Zakai
2012-12-07export implementedFunctions when necessary for asm.jsAlon Zakai
2012-12-07only export asm functions from asm, not library functionsAlon Zakai
2012-12-07work towards exportsAlon Zakai
2012-12-07remove irrelevant code from asm moduleAlon Zakai
2012-12-07set up asm.js 'module'Alon Zakai
2012-12-07properly implement uitofp/sitofp using our existing code for that; fixes #745Alon Zakai
2012-12-07add parts of system bitcode libraries when necessary, and refactor library in...Alon Zakai
2012-12-04Ignore generated files src/relooper.js[.raw.js] for gitTobias Weibel
2012-12-04Merge pull request #735 from eclecticdave/emcc_so_fixAlon Zakai
2012-12-04recursively traverse .a files until we have all we needAlon Zakai
2012-12-04only add in .o inside .a that are neededAlon Zakai
2012-12-03do not apply -l if not generating an executable or a libraryAlon Zakai
2012-12-03ignore argument after -I -L for purposes of input detection in emccAlon Zakai
2012-11-30Fixes to emcc to make autoconf enable shared objsDavid Claughton
2012-11-30Merge pull request #734 from dinibu/incomingAlon Zakai
2012-11-30Fixed embind for non-void non-const class methods (with test).Dominic Wong
2012-11-28fix sprintfAlon Zakai
2012-11-28Merge pull request #731 from juj/print_benchmark_errorsAlon Zakai
2012-11-28Use 'return 0;' instead of 'return 1;' in all native code in tests/runner.py ...Jukka Jylänki
2012-11-28Improve test runner build_native and run_native functions to output detailer ...Jukka Jylänki
2012-11-27disable tests not working without named globalsAlon Zakai
2012-11-27avoid overhead in named globals buildsAlon Zakai
2012-11-27do not index globals referred to by name in libraryAlon Zakai
2012-11-27llvm global ctors is not indexableAlon Zakai
2012-11-27update test_cases/gepoverflowAlon Zakai
2012-11-27fix global indexing bugsAlon Zakai
2012-11-27fix alias precheckAlon Zakai
2012-11-27do global indexing up frontAlon Zakai
2012-11-27fix vtable null termination with indexed globalsAlon Zakai
2012-11-27do not globalIndex externalsAlon Zakai
2012-11-27correct indexed globals in structured constantsAlon Zakai
2012-11-27external globals and not indexableAlon Zakai
2012-11-27fix assignment to indexed globalAlon Zakai
2012-11-27fix test_cases_subnumsAlon Zakai
2012-11-27always use names for aliasesAlon Zakai
2012-11-27notice type of aliases when no named globalsAlon Zakai
2012-11-27switch to all or nothing named globals, and add testingAlon Zakai
2012-11-27fix NUM_NAMED_GLOBALS bug with global postsets and add test coverageAlon Zakai
2012-11-27avoid unnecessary disk IO in test_gcc_unmanglerAlon Zakai
2012-11-26use hashlib instead of md5Alon Zakai
2012-11-24allow limited the amount of named globalsAlon Zakai
2012-11-24remove STRING_TABLE in preparation for better system to reduce # of globalsAlon Zakai
2012-11-24fix snprintf on output size 0Alon Zakai