index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
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
makeSetValue debugging stuff, and fix some missing ;'s for makeSetValue
Alon Zakai
2011-12-30
disable optimizeShifts test, we only use the conservative part for now
Alon Zakai
2011-12-30
add optimizeShiftsConservative to emcc
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 ↵
Alon Zakai
a new shifted variable
2011-12-29
clean optimizeShifts
Alon Zakai
2011-12-29
work harder to not modify original order of +,+,+ sets in optimizeShifts; ↵
Alon Zakai
improves speed in corrections benchmark
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
better debug info from emcc
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-26
fix for debug printing in emcc
Alon Zakai
2011-12-26
refactor emcc debug saving of intermediates
Alon Zakai
2011-12-26
refactor js optimizer test
Alon Zakai
2011-12-26
add missing srem for i64 mode 1
Alon Zakai
2011-12-25
fix newly introduced bug with printing i64s in i64 mode 0
Alon Zakai
2011-12-24
support for %f,%lf in sscanf, and fix a bug with printf
Alon Zakai
2011-12-23
disable bsearch test in q1
Alon Zakai
2011-12-23
emcc debug info
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 ↵
Alon Zakai
blocks (they prevent reaching the else)
2011-12-22
debugging stuff in emcc
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
make reloop warning appear only exactly when needed
Alon Zakai
2011-12-22
consolidate llvm switch checks to both optimize execution and fix a bug with ↵
Alon Zakai
hoistMultiples
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
add disabled test for issue 148 as a TODO
Alon Zakai
2011-12-21
closure also in zlib test for yet more coverage
Alon Zakai
2011-12-21
add closure compiler in cubescript for additional coverage
Alon Zakai
2011-12-21
benchmarks fix
Alon Zakai
[next]