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
/
src
Age
Commit message (
Expand
)
Author
2013-10-02
define legalized bitshift vars explicitly
Alon Zakai
2013-10-02
add explicit var to indirectbr
Alon Zakai
2013-10-02
add explicit variable for invoke chunks
Alon Zakai
2013-10-02
add explicit vars for phi dependency breaks
Alon Zakai
2013-10-02
add explicit vars for illegal mathops and landingpad
Alon Zakai
2013-10-02
register phi variables in function
Alon Zakai
2013-10-02
chunk label init with the rest
Alon Zakai
2013-10-02
todo
Alon Zakai
2013-10-02
add final return in non-relooped asm.js output
Alon Zakai
2013-10-02
remove newlines from function line results, simplify joining them
Alon Zakai
2013-10-02
remove inter-function indentation
Alon Zakai
2013-10-02
remove whitespace after switch loop
Alon Zakai
2013-10-02
remove whitespace in call args
Alon Zakai
2013-10-02
remove unnecessary function param coercion parens
Alon Zakai
2013-10-02
remove whitespace in stack ops
Alon Zakai
2013-10-02
bigger var chunks
Alon Zakai
2013-10-02
remove whitespace in misc function stuff
Alon Zakai
2013-10-02
remove whitespace in assignments
Alon Zakai
2013-10-02
remove whitespace in switch
Alon Zakai
2013-10-02
remove whitespace in mathops
Alon Zakai
2013-10-02
remove unnecessary whitespace in while(1)
Alon Zakai
2013-10-02
remove unnecessary whitespace in branches
Alon Zakai
2013-10-02
COMPILER_FASTPATHS option
Alon Zakai
2013-10-02
debugging aid
Alon Zakai
2013-10-02
fast-path simple icmp
Alon Zakai
2013-10-02
fix intertype of comparisons' last parameter
Alon Zakai
2013-10-02
align function tables in non-asm mode
Alon Zakai
2013-10-02
Merge pull request #1693 from sunfishcode/incoming
Alon Zakai
2013-10-02
Merge pull request #1666 from waywardmonkeys/add-mktemp
Alon Zakai
2013-10-02
Optimize alignment rounding.
Dan Gohman
2013-10-02
comment on FUNCTION_POINTER_ALIGNMENT
Alon Zakai
2013-10-02
make function pointer aliasing configurable
Alon Zakai
2013-10-02
Add -s CASE_INSENSITIVE_FS=1 linker option to allow VFS to lookup files in ca...
Jukka Jylänki
2013-10-01
optimize asm function table emitting
Alon Zakai
2013-10-01
fix C_STRUCT usage in sdl
Alon Zakai
2013-10-01
Break up mkstemp impl to provide mktemp impl.
Bruce Mitchener
2013-09-30
fix other.test_static_link
Alon Zakai
2013-09-30
Merge branch 'incoming' of github.com:ngld/emscripten into incoming
1.6.4
Alon Zakai
2013-09-29
Merge pull request #1601 from inolen/idbfs
Alon Zakai
2013-09-27
make sure to only fast-path stuff we expect
Alon Zakai
2013-09-27
improve intertyper profiler
Alon Zakai
2013-09-27
clean up intertyper paths fork
Alon Zakai
2013-09-27
fix load fast path regexp
Alon Zakai
2013-09-27
better relooper load error
Alon Zakai
2013-09-27
restructure fast paths code flow
Alon Zakai
2013-09-27
fast-path simple loads
Alon Zakai
2013-09-27
fix fast path regexp
Alon Zakai
2013-09-27
fast-path simple geps
Alon Zakai
2013-09-27
intertyper fast paths setup and proof of concept
Alon Zakai
2013-09-27
improve processMathOp quoting
Alon Zakai
[next]