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
2012-05-22
Use clang when building native lzma
Ehsan Akhgari
2012-05-22
create directories to work around llvm-nm silent failures if it can't generat...
Alon Zakai
2012-05-22
use unique temp dir in linking, and handle directories relative to build dir
Alon Zakai
2012-05-21
ignore non-bitcode files when linking
Alon Zakai
2012-05-21
handle (ignore) archives of non-bitcode
Alon Zakai
2012-05-21
add all needed parts of archives
Alon Zakai
2012-05-21
track symbols during linking in order to emulate gcc ld behavior of archives
Alon Zakai
2012-05-20
handle absolute paths in .a files
Alon Zakai
2012-05-19
stop using llvm-ld which is removed in llvm 3.1
Alon Zakai
2012-05-18
WARN_ON_UNDEFINED_SYMBOLS
Alon Zakai
2012-05-18
support emcc -v with no further arguments
Alon Zakai
2012-05-18
sdl backtick
Alon Zakai
2012-05-18
ignore module asm, in some cases it is ok to do so, but warn
Alon Zakai
2012-05-17
do not registerize with switches present
Alon Zakai
2012-05-16
Merge pull request #427 from juj/vs2010
Alon Zakai
2012-05-16
ignore GL_FOG_END
Alon Zakai
2012-05-16
ignore GL_FOG_START
Alon Zakai
2012-05-16
fix js optimizer bug with not emitting a ';' that lead to joined instructions
Alon Zakai
2012-05-16
fix registerize bug with freeing variables from the wrong loops
Alon Zakai
2012-05-16
fix invalid character
Alon Zakai
2012-05-16
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
Alon Zakai
2012-05-16
Merge pull request #429 from ehsan/currentMatrix
Alon Zakai
2012-05-16
Fix the incorrect initial value of GL.immediate.currentMatrix
Ehsan Akhgari
2012-05-16
bugfix in registerize
Alon Zakai
2012-05-16
properly lock variables to loops in registerize
Alon Zakai
2012-05-15
simple optimization to allow more registerization inside loops
Alon Zakai
2012-05-15
refactor registerize
Alon Zakai
2012-05-15
track number of assigns/modifications in registerize
Alon Zakai
2012-05-15
Merge pull request #428 from ehsan/fixes
Alon Zakai
2012-05-15
browser gc test
Alon Zakai
2012-05-15
Stub glAlphaFunc
Ehsan Akhgari
2012-05-15
Fix IMG_Load to work with absolute paths
Ehsan Akhgari
2012-05-15
Make FS_LOG work again
Ehsan Akhgari
2012-05-15
Make glHint accept two arguments
Ehsan Akhgari
2012-05-15
Implement glOrthof
Ehsan Akhgari
2012-05-15
skip test_gc in s_x_x
Alon Zakai
2012-05-15
fix test_gc for o1 and o2
Alon Zakai
2012-05-15
gc tests for object scanning and atomics
Alon Zakai
2012-05-15
working early gc test
Alon Zakai
2012-05-15
further gc work, basic api written
Alon Zakai
2012-05-15
initial work on c++ gc support
Alon Zakai
2012-05-15
Added Jukka Jylänki to AUTHORS.
Jukka Jylänki
2012-05-15
Added Visual Studio 2010 solution and project files for the applications in t...
Jukka Jylänki
2012-05-15
move test_emconfig to other
Alon Zakai
2012-05-15
Merge pull request #426 from ehsan/em-config
Alon Zakai
2012-05-14
Add the em-config tool
Ehsan Akhgari
2012-05-14
emscripten_get_now
Alon Zakai
2012-05-14
warn on loss of webgl context
Alon Zakai
2012-05-14
allow nonexistent phis in another location + add test
Alon Zakai
2012-05-14
allow nonexistend phi labels, llvm generates unneeded ones sometimes
Alon Zakai
[next]