aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-21reduce indentation in relooper1.5.1Alon Zakai
2013-06-21decrease indentation in jsifierAlon Zakai
2013-06-21decrease indentation level in js optimizerAlon Zakai
2013-06-21do not eliminate loop vars when there is a shared helperAlon Zakai
2013-06-21todoAlon Zakai
2013-06-20Merge pull request #1312 from juj/win_test_statics_fixAlon Zakai
2013-06-20do not return node in main simplifyNotCompsPass all the time, it thinks it is...Alon Zakai
2013-06-20remove unneeded argument handling in lua-scimarkAlon Zakai
2013-06-20asmify copyTempFloat|DoubleAlon Zakai
2013-06-20fix browser test harnessAlon Zakai
2013-06-20ensure a coercion on invoke callsAlon Zakai
2013-06-19fix CHECK_ALIGNAlon Zakai
2013-06-19hardcode arguments in benchmarks, even luaAlon Zakai
2013-06-19move lua binarytree args handling into lua scriptAlon Zakai
2013-06-19update fastLong.jsAlon Zakai
2013-06-19fix bug with reducing f()|0|constAlon Zakai
2013-06-19fix memmoveAlon Zakai
2013-06-19properly coerce imprecise i64 math callsAlon Zakai
2013-06-19keep |0 on function calls, allow other bitwise ops on heap accesses etc.Alon Zakai
2013-06-20In metadata, store paths parsed from .ll files using forward slashes on Windo...Jukka Jylänki
2013-06-19keep coercions on heap accesses and function calls, but fully optimize them o...Alon Zakai
2013-06-18Merge pull request #1308 from int3/better-testsAlon Zakai
2013-06-18Favor explicit parameter passing over string manipulation.Jez Ng
2013-06-18Actually exit test runner when browser tests are done.Jez Ng
2013-06-18Make more tests use btest().Jez Ng
2013-06-18Merge pull request #1304 from int3/sdlAlon Zakai
2013-06-18Missed out making some tests portable.Jez Ng
2013-06-18post messages to crunch worker with a new arrayBuffer, to avoid copying an un...Alon Zakai
2013-06-18Merge pull request #1307 from int3/node-version-updateAlon Zakai
2013-06-18reduce error to warning on having no functionsAlon Zakai
2013-06-18Update minimum node version.Jez Ng
2013-06-18disable new test_varargs in x86 (requires le32 now)Alon Zakai
2013-06-18Merge pull request #1301 from Manny-MADE/va_lists_fixAlon Zakai
2013-06-18add wip inlinejs2 testAlon Zakai
2013-06-18do not do full Browser.init() in workers, just the minimum we needAlon Zakai
2013-06-18do not use EMCC_OPTIMIZE_NORMALLY in relooperAlon Zakai
2013-06-18Fix bug in file_packager.py introduced in my recent pull request that caused ...Jukka Jylänki
2013-06-18CHANGED: using spaces instead of tabs to match project codestylemanny/MADE
2013-06-18CHANGED: using spaces instead of tabs to match project codestylemanny/MADE
2013-06-18CHANGED: added myself to AUTHORSmanny/MADE
2013-06-18ADDED: test to ensure va_lists work properly when copied, reinitialized etc.manny/MADE
2013-06-18IMPROVED: va_list offset is not hardcoded, added commentsmanny/MADE
2013-06-18BUGFIX: lists cannot be llvm_va_copy was broken, didn't copy list offsetmanny/MADE
2013-06-17Make browser tests nicer to run.Jez Ng
2013-06-17Fix SDL color encoding.Jez Ng
2013-06-17improve inline js testAlon Zakai
2013-06-17Merge pull request #1281 from juj/noninput_cmdline_optsAlon Zakai
2013-06-17Merge pull request #1280 from juj/abs_path_checkAlon Zakai
2013-06-17Implement strnlen.David Barksdale
2013-06-17Added test for float.h agreeing with sizeof.David Barksdale