Age | Commit message (Expand) | Author |
2012-01-03 | Merge pull request #155 from FishingCactus/osx_darwin_fix | Alon Zakai |
2012-01-03 | force a target of i386-pc-linux-gnu | Alon Zakai |
2012-01-03 | Add comment for Osx specific treatment of bitcode files | julien.hamaide |
2012-01-03 | Fix bitcode support when llvm is compiled for darwin target | julien.hamaide |
2012-01-03 | remove label setting when we get to a single entry, even if the label setting... | Alon Zakai |
2012-01-02 | use -idirafter instead of -I for our system dirs, to allow overriding | Alon Zakai |
2012-01-02 | load default settings into Settings on reset | Alon Zakai |
2012-01-01 | remove __label__ settings in hoisted blocks and if we are sure the label sett... | Alon Zakai |
2012-01-01 | fix bug in loopOptimizer with not removing all unneeded labels | Alon Zakai |
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 |