Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-22 | show auto-linking decision process only in VERBOSE | Alon Zakai | |
2013-06-21 | do not run addition optimization pass in asm; it just adds overhead, and ↵ | Alon Zakai | |
minorly increases code size by changing addition order against the grain of operator precedence | |||
2013-06-21 | update tests | Alon Zakai | |
2013-06-21 | reduce indentation in relooper1.5.1 | Alon Zakai | |
2013-06-21 | decrease indentation in jsifier | Alon Zakai | |
2013-06-21 | decrease indentation level in js optimizer | Alon Zakai | |
2013-06-21 | do not eliminate loop vars when there is a shared helper | Alon Zakai | |
2013-06-21 | todo | Alon Zakai | |
2013-06-20 | Merge pull request #1312 from juj/win_test_statics_fix | Alon Zakai | |
In metadata, store paths parsed from .ll files using forward slashes on Windows. | |||
2013-06-20 | do not return node in main simplifyNotCompsPass all the time, it thinks it ↵ | Alon Zakai | |
is being replaced and adds much overhead | |||
2013-06-20 | remove unneeded argument handling in lua-scimark | Alon Zakai | |
2013-06-20 | asmify copyTempFloat|Double | Alon Zakai | |
2013-06-20 | fix browser test harness | Alon Zakai | |
2013-06-20 | ensure a coercion on invoke calls | Alon Zakai | |
2013-06-19 | fix CHECK_ALIGN | Alon Zakai | |
2013-06-19 | hardcode arguments in benchmarks, even lua | Alon Zakai | |
2013-06-19 | move lua binarytree args handling into lua script | Alon Zakai | |
2013-06-19 | update fastLong.js | Alon Zakai | |
2013-06-19 | fix bug with reducing f()|0|const | Alon Zakai | |
2013-06-19 | fix memmove | Alon Zakai | |
2013-06-19 | properly coerce imprecise i64 math calls | Alon Zakai | |
2013-06-19 | keep |0 on function calls, allow other bitwise ops on heap accesses etc. | Alon Zakai | |
2013-06-20 | In metadata, store paths parsed from .ll files using forward slashes on ↵ | Jukka Jylänki | |
Windows. Fixes safe heap line detection on Windows (the code splits on '/' only as path delimiter), closes issue #1233. | |||
2013-06-19 | keep coercions on heap accesses and function calls, but fully optimize them ↵ | Alon Zakai | |
otherwise | |||
2013-06-18 | Merge pull request #1308 from int3/better-tests | Alon Zakai | |
Some refactoring / general improvements to the test runner. | |||
2013-06-18 | Favor explicit parameter passing over string manipulation. | Jez Ng | |
2013-06-18 | Actually exit test runner when browser tests are done. | Jez Ng | |
Using __del__ didn't work for me with Python 2.7.2 on OS X. | |||
2013-06-18 | Make more tests use btest(). | Jez Ng | |
Also fix test_glgears_deriv so that it actually animates its gears. | |||
2013-06-18 | Merge pull request #1304 from int3/sdl | Alon Zakai | |
Fix SDL color encoding | |||
2013-06-18 | Missed out making some tests portable. | Jez Ng | |
2013-06-18 | post messages to crunch worker with a new arrayBuffer, to avoid copying an ↵ | Alon Zakai | |
underlying one | |||
2013-06-18 | Merge pull request #1307 from int3/node-version-update | Alon Zakai | |
Update minimum node version to v0.8. | |||
2013-06-18 | reduce error to warning on having no functions | Alon Zakai | |
2013-06-18 | Update minimum node version. | Jez Ng | |
2013-06-18 | disable new test_varargs in x86 (requires le32 now) | Alon Zakai | |
2013-06-18 | Merge pull request #1301 from Manny-MADE/va_lists_fix | Alon Zakai | |
BUGFIX: lists cannot be copied as "llvm_va_copy" was broken, didn't copy list offset | |||
2013-06-18 | add wip inlinejs2 test | Alon Zakai | |
2013-06-18 | do not do full Browser.init() in workers, just the minimum we need | Alon Zakai | |
2013-06-18 | do not use EMCC_OPTIMIZE_NORMALLY in relooper | Alon Zakai | |
2013-06-18 | Fix bug in file_packager.py introduced in my recent pull request that caused ↵ | Jukka Jylänki | |
all files to be skipped from being packaged if the path contains a relative '.' in its path name (e.g. './path/etc'). | |||
2013-06-18 | CHANGED: using spaces instead of tabs to match project codestyle | manny/MADE | |
2013-06-18 | CHANGED: using spaces instead of tabs to match project codestyle | manny/MADE | |
2013-06-18 | CHANGED: added myself to AUTHORS | manny/MADE | |
2013-06-18 | ADDED: test to ensure va_lists work properly when copied, reinitialized etc. | manny/MADE | |
2013-06-18 | IMPROVED: va_list offset is not hardcoded, added comments | manny/MADE | |
2013-06-18 | BUGFIX: lists cannot be llvm_va_copy was broken, didn't copy list offset | manny/MADE | |
2013-06-17 | Make browser tests nicer to run. | Jez Ng | |
A bunch of misc changes, including fixing compile-time warnings, and muting the Python server request log. | |||
2013-06-17 | Fix SDL color encoding. | Jez Ng | |
Little-endian + RGBA means that red is located at the lowest-order bits, not the highest. The hello_world_sdl test is now portable, because we no longer write to individual bytes. We also add a test for a completely blank screen, which should be black, not red. Closes #1287, #761, #765. | |||
2013-06-17 | improve inline js test | Alon Zakai | |
2013-06-17 | Merge pull request #1281 from juj/noninput_cmdline_opts | Alon Zakai | |
Improve emcc input file detection to ignore all arguments that precede a... |