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
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2012-01-11
better workaround for v8 bug 1895
Alon Zakai
2012-01-11
fix bindings generator bug with static return values, and do not create Emscr...
Alon Zakai
2012-01-11
tweak fix_closure output
Alon Zakai
2012-01-11
fix fix_closure bug with newlines
Alon Zakai
2012-01-10
option for NODE_JS_SAFE as a workaround for intermittent failures due to node...
Alon Zakai
2012-01-10
refactor js optimizer to not use fs.* as much as possible
Alon Zakai
2012-01-10
fix fix_closure bug with the relevant line being split over several lines
Alon Zakai
2012-01-10
fix fix_closure bug
Alon Zakai
2012-01-10
experimental tool to fix closure's over-inlining into FUNCTION_TABLE
Alon Zakai
2012-01-10
use NODE_JS when calling coffee and eliminator, to avoid problems with missin...
Alon Zakai
2012-01-08
fix and optimize cached header handling in test runner
Alon Zakai
2012-01-06
also hoist loops in inner functions
Alon Zakai
2012-01-05
do not add compiler opts to CFLAGS, we add them in emcc anyhow (which is safer)
Alon Zakai
2012-01-05
Merge branch 'master' of git://github.com/jterrace/emscripten into incoming
Jeff Terrace
2012-01-04
properly remove all local system include dirs
Alon Zakai
2012-01-04
Set HOST_* variables for cross-compiling
Jeff Terrace
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
[next]