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 (
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
outline test does not pass yet, disable it
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
comment on ccall array type being 8 bit
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
improve warning text
Alon Zakai
2013-07-03
fix test_static_link for the case where spidermonkey shell is not in JS_ENGINES
Alon Zakai
2013-07-03
Merge pull request #1341 from inolen/pointer_stringify_hang
Alon Zakai
2013-07-03
move emlink docs to wiki; add link to them
Alon Zakai
2013-07-03
add working bullet static linking test
Alon Zakai
2013-07-03
force-include .a contents of multiple archives when they are the only inputs ...
Alon Zakai
2013-07-03
enable working zlib static linking test
Alon Zakai
2013-07-03
force-include .a contents when it is the only input aside from linked libraries
Alon Zakai
2013-07-03
fix test_source_map
Alon Zakai
2013-07-03
parse i64-to-ptr conversions of constants at compile time
Alon Zakai
2013-07-03
fix test_openjpeg
Alon Zakai
2013-07-03
stop emitting no-longer-needed alias constants
Alon Zakai
2013-07-03
move runPostSets into asm module
Alon Zakai
2013-07-03
run postSets in a global initializer, before all other global initializers
Alon Zakai
2013-07-03
remove old comment
Alon Zakai
2013-07-03
add function pointers test
Alon Zakai
2013-07-03
fix test harness
Alon Zakai
2013-07-03
fix f_bases handling in static linker
Alon Zakai
2013-07-03
refactor static link test and add todo
Alon Zakai
2013-07-03
emit F_BASE
Alon Zakai
[next]