Age | Commit message (Expand) | Author |
2012-01-01 | add .ll debugging output option to emcc | Alon Zakai |
2011-12-31 | simplify shift optimizer and make it safer by not optimizing out >> << combos | Alon Zakai |
2011-12-31 | fix and enable optimizeShiftsAggressive test | Alon Zakai |
2011-12-31 | fix shift optimizer bugs | Alon Zakai |
2011-12-30 | improve shift optimizer tests | Alon Zakai |
2011-12-30 | fix bug with optimizing shifts too large for us to be optimizing | Alon Zakai |
2011-12-30 | add var for new variables in shiftOptimizer, and tweak cost function logic | Alon Zakai |
2011-12-29 | make shift optimizer output more similar to normal output | Alon Zakai |
2011-12-29 | let shiftOptimizer either replace the original variable, or keep it and add a... | Alon Zakai |
2011-12-29 | clean optimizeShifts | Alon Zakai |
2011-12-29 | work harder to not modify original order of +,+,+ sets in optimizeShifts; imp... | Alon Zakai |
2011-12-29 | tweak optimizeShifts cost function | Alon Zakai |
2011-12-29 | fix bug with optimizeShifts asserting shifted constants can always be simplified | Alon Zakai |
2011-12-28 | do not recombine large shifts in optimizeShifts | Alon Zakai |
2011-12-28 | simplify optimizeShifts | Alon Zakai |
2011-12-28 | fix autodebugger bug with pointers | Alon Zakai |
2011-12-28 | fix bug in optimizeShifts with not fixing the shift of X = needsShift | Alon Zakai |
2011-12-28 | ignore string nodes when recombining additions in optimizeShifts | Alon Zakai |
2011-12-28 | do not turn shifts into slow additions in optimizeShifts | Alon Zakai |
2011-12-28 | fix optimizeShifts bug | Alon Zakai |
2011-12-28 | complete optimizeShifts | Alon Zakai |
2011-12-28 | initial work on optimizeShifts pass in js optimizer | Alon Zakai |
2011-12-27 | improve js optimizer removal of unnecessary |0's | Alon Zakai |
2011-12-23 | clean up and fix js optimizer vacuum and hoister | Alon Zakai |
2011-12-23 | fix crash when TEMP_DIR not defined in ~/.emscripten | Alon Zakai |
2011-12-22 | js optimizer bug with removing necessary ifs, even though they have empty blo... | Alon Zakai |
2011-12-22 | fix some hoisting bugs, including not hoisting inside inner loops | Alon Zakai |
2011-12-22 | better temp dir definition and usage, and more debugging output in emcc | Alon Zakai |
2011-12-22 | refactor vacuum out in js optimizer | Alon Zakai |
2011-12-22 | improve hoister cleanup a little | Alon Zakai |
2011-12-22 | fix hoister bug with ['block'] | Alon Zakai |
2011-12-21 | fix hoistMultiples bug | Alon Zakai |
2011-12-21 | fix hoistMultiples crash | Alon Zakai |
2011-12-20 | refactoring and fixes for running more tests in new o1 and o2 modes | Alon Zakai |
2011-12-20 | refactor test system, replace ta2 runs with o1 (-O1 with SAFE_HEAP) and o2 (-... | Alon Zakai |
2011-12-20 | fix js optimizer bug | Alon Zakai |
2011-12-20 | hoist multiples into branchings right before them | Alon Zakai |
2011-12-19 | better error handling for problems in js optimizer and eliminator | Alon Zakai |
2011-12-19 | better closure compiler error reporting | Alon Zakai |
2011-12-18 | finish sanity checks | Alon Zakai |
2011-12-18 | sanity checks | Alon Zakai |
2011-12-18 | deprecate emmaken.py and emconfiguren.py | Alon Zakai |
2011-12-18 | Merge branch 'incoming' | Alon Zakai |
2011-12-17 | use emcc in structbyval and safe_heap tests | Alon Zakai |
2011-12-17 | fix poppler test | Alon Zakai |
2011-12-17 | bitcode checking function | Alon Zakai |
2011-12-16 | improve linking in emcc, can now build zlib, openjpeg, freetype | Alon Zakai |
2011-12-16 | support for .ll files as inputs to emcc | Alon Zakai |
2011-12-16 | USE_FHEAP in shared.py | Alon Zakai |
2011-12-16 | completely automatic malloc inclusion in emcc | Alon Zakai |