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
2013-07-03
allow extra info in js optimizer, and send relocate pass info that way
Alon Zakai
2013-07-03
invoke relocation pass in js optimizer
Alon Zakai
2013-07-03
start to parse imports
Alon Zakai
2013-07-03
start to parse asm modules
Alon Zakai
2013-07-03
initial setup
Alon Zakai
2013-07-02
Merge pull request #1343 from int3/firstrun-paths
Alon Zakai
2013-07-02
Fix and test for find_executable.
Jez Ng
2013-07-01
Optimize (x<y)&1
Dan Gohman
2013-06-30
do not optimize while into do-while if there are continues; fixes #1337
Alon Zakai
2013-06-28
Some tweaks to make CSmith easier to setup / debug.
Jez Ng
2013-06-28
always keep malloc alive; needed internally even if not in EXPORTED_FUNCTIONS
Alon Zakai
2013-06-28
Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming
1.5.3
Alon Zakai
2013-06-27
Remove unused code and rebump version number.
Jez Ng
2013-06-27
optimizer js optimizer a little
Alon Zakai
2013-06-27
Merge pull request #1332 from int3/use-distutils
Alon Zakai
2013-06-27
Merge pull request #1331 from int3/incoming
Alon Zakai
2013-06-27
Bump version number.
Jez Ng
2013-06-27
improve sourcemapper comment
Alon Zakai
2013-06-27
do not collapse & inside a FUNCTION_TABLE call, we need the mask
Alon Zakai
2013-06-27
Use distutils where possible.
Jez Ng
2013-06-26
emit sanity file even in forced sanity checks, when it actually failed
Alon Zakai
2013-06-26
Remove old code.
Jez Ng
2013-06-26
1.5.2
1.5.2
Alon Zakai
2013-06-26
make EMCC_OPTIMIZE_NORMALLY the default
Alon Zakai
2013-06-26
fix crash in asmLoopOptimizer
Alon Zakai
2013-06-26
Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps
Alon Zakai
2013-06-26
Reuse nodes where possible.
Jez Ng
2013-06-26
We can just compare for strings here.
Jez Ng
2013-06-26
Strict compare all the things!
Jez Ng
2013-06-26
Move line numbers to the AST node itself.
Jez Ng
2013-06-25
add 'let' to reserved keywords for minifier
Alon Zakai
2013-06-25
fix crash in js optimizer loop variables pass on empty if blocks
Alon Zakai
2013-06-25
fix apply_configuration
Alon Zakai
2013-06-24
make emcc -v update debug settings, so that it saves temp files
Alon Zakai
2013-06-24
Get rid of stale comment.
Jez Ng
2013-06-24
Optimize!
Jez Ng
2013-06-24
relocation pass for shared modules
Alon Zakai
2013-06-24
update test
Alon Zakai
2013-06-24
rename MINIFY_INFO to EXTRA_INFO in preparation for further uses
Alon Zakai
2013-06-24
unify registerize and minify passes, since they must run in conjunction
Alon Zakai
2013-06-24
fix minifyGlobals in separate pass
Alon Zakai
2013-06-22
Merge remote-tracking branch 'upstream/incoming' into source-maps
Jez Ng
2013-06-22
clean up closure calling
Alon Zakai
2013-06-22
remove unneeded line
Alon Zakai
2013-06-22
only minify globals when relooping
Alon Zakai
2013-06-22
fix -g2 and add testing
Alon Zakai
2013-06-22
Get test_source_map passing again.
Jez Ng
2013-06-22
Put uglify back the way it was.
Jez Ng
2013-06-22
Make optimizer handle both strings and string-like type objects.
Jez Ng
2013-06-22
Fix line numbering for invoke instructions.
Jez Ng
[next]