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-10
Don't throw KeyboardInterrupt from a child process.
Jez Ng
2013-07-08
add one-time loop when we need to handle control flow in outlined functions
Alon Zakai
2013-07-08
analyze code flow in outlined code
Alon Zakai
2013-07-08
recurse into outlined functions
Alon Zakai
2013-07-08
do not outline too-big a chunk out of a function
Alon Zakai
2013-07-08
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
Alon Zakai
2013-07-08
Merge pull request #1355 from sunfishcode/incoming
Alon Zakai
2013-07-08
add read/writes in outlined functions
Alon Zakai
2013-07-08
add variable info to outlined functions
Alon Zakai
2013-07-08
generate functions for split-out code
Alon Zakai
2013-07-08
read results from outlined code
Alon Zakai
2013-07-08
emit statements in outlining
Alon Zakai
2013-07-08
start to emit spills
Alon Zakai
2013-07-08
testing for existing sp in outliner
Alon Zakai
2013-07-08
infrastructure to analyze functions and variables in outliner
Alon Zakai
2013-07-08
start to outline code
Alon Zakai
2013-07-08
outlining tweaks
Alon Zakai
2013-07-08
initial recursive logic for outlining
Alon Zakai
2013-07-08
setup for outlining of code chunks
Alon Zakai
2013-07-08
begin work on outliner pass to break up large functions. part 1: aggressive v...
Alon Zakai
2013-07-08
Add '!==' as a comparison operator.
Dan Gohman
2013-07-08
Xor optimizations.
Dan Gohman
2013-07-08
update test
Alon Zakai
2013-07-08
remove code after a return in a block of statements
Alon Zakai
2013-07-07
rename __stackbase__ to sp
Alon Zakai
2013-07-07
keep free() alive like malloc()
Alon Zakai
2013-07-06
disable -fno-threadsafe-statics, issue #1289
Alon Zakai
2013-07-04
comments
Alon Zakai
2013-07-03
force-include .a contents when it is the only input aside from linked libraries
Alon Zakai
2013-07-03
do not relocate function pointers when no need to (no such table in parent)
Alon Zakai
2013-07-03
handle multiple F_BASE_.. in relocation
Alon Zakai
2013-07-03
always do globaldce (and potentially strip-debug), even when we are building ...
Alon Zakai
2013-07-03
add a naming to globals that can be linked and used across modules
Alon Zakai
2013-07-03
refactor linking of imports
Alon Zakai
2013-07-03
finalize floats during relocation in side modules
Alon Zakai
2013-07-03
simplify heap initializer merging
Alon Zakai
2013-07-03
refactor invoke generation and add missing invokes when linking
Alon Zakai
2013-07-03
merge global initializers
Alon Zakai
2013-07-03
begin work on memory relocation
Alon Zakai
2013-07-03
move memory initializer pattern to shared
Alon Zakai
2013-07-03
fix detection of whether we know which are the generated functions in js opti...
Alon Zakai
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
[next]