aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-11Fixes bug when renaming a directory into a subdirectory.Michael Bishop
2013-10-11C++ demangle helperAlon Zakai
2013-10-11write out funcs and free their memory before starting up the funcs processorsAlon Zakai
2013-10-11ignore ; Module line, which can confuse jcache as it contains the current tem...Alon Zakai
2013-10-10sort in find_bigfuncs.pyAlon Zakai
2013-10-10do not emit postSets for function indexing etc., bake them into the memory in...Alon Zakai
2013-10-10do not split up ll into individual lines in pythonAlon Zakai
2013-10-10do not assert on output of numeric 0 from a js handlerAlon Zakai
2013-10-10Fix whitespace in GL.populateUniformTable.Jukka Jylänki
2013-10-10Merge pull request #1700 from juj/gl_extension_desktop_parityjuj
2013-10-10Advertise all GL extensions both with and without the "GL_" prefix that deskt...Jukka Jylänki
2013-10-10remove unneeded variableAlon Zakai
2013-10-09avoid allocating common tokens repeatedlyAlon Zakai
2013-10-09optimize parseNumericalAlon Zakai
2013-10-09look for structs in src/ dir as a fallback, like relooperAlon Zakai
2013-10-09fix commented indexing debug statementAlon Zakai
2013-10-09remove old function indexing codeAlon Zakai
2013-10-09remove no longer needed test disablingAlon Zakai
2013-10-09use aliasing function pointers in -O1Alon Zakai
2013-10-09update other.test_chunkingAlon Zakai
2013-10-09print call stack of errors, when there is oneAlon Zakai
2013-10-09avoid X-(-Y) in js optimizer; fixes #1685Alon Zakai
2013-10-09Add a whitelist of GL extensions to enable at startup.Jukka Jylänki
2013-10-09run relooper in -O1, and do not run js opts thereAlon Zakai
2013-10-08do not assume only -O2 reloops in ensure_relooperAlon Zakai
2013-10-08more explicit mathop nodes in legalizerAlon Zakai
2013-10-08explicit mathop node in legalizer end caseAlon Zakai
2013-10-08use ident in alloca intertypeAlon Zakai
2013-10-08automatically adjust asm heap sizeAlon Zakai
2013-10-08Merge pull request #1689 from juj/fix_gl_uniform_arraysjuj
2013-10-08Add a note that the previous commits shift the performance landscape to be he...Jukka Jylänki
2013-10-08Disable the uniform array test by default.Jukka Jylänki
2013-10-08Add unit test for GLES2 uniform arrays.Jukka Jylänki
2013-10-08Merge branch 'incoming'Alon Zakai
2013-10-06enable asm validation checks in unistd tests using EM_ASMAlon Zakai
2013-10-06make EM_ASM use strings on the heap, so it works in asm, and cache the genera...Alon Zakai
2013-10-07Fix the rotozoom testsFelix H. Dahlke
2013-10-06do not run simplifyExpressions in -O1Alon Zakai
2013-10-06look for metadata in js optimizer starting at the endAlon Zakai
2013-10-05change test_module_exports_with_closure to only execute the run_js test when ...Fraser Adams
2013-10-05replaced tests/Module-exports in path_from_root with 'tests', 'Module-exports...Fraser Adams
2013-10-04Added test_module_exports_with_closure to tests/test_other.py, run with ./run...Fraser Adams
2013-10-03remove unneeded EMIT_GENERATED_FUNCTIONSAlon Zakai
2013-10-03fix js_opts definitionAlon Zakai
2013-10-03disable heap align check in test_files, it mixes poorly with closureAlon Zakai
2013-10-03update test_emccAlon Zakai
2013-10-03update js optimizer testsAlon Zakai
2013-10-03add missing Math_min definitionAlon Zakai
2013-10-03emit final missing returns in compiler itselfAlon Zakai
2013-10-02do not tack on .0 to Infinity or NaNAlon Zakai