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-10-13
Added myself to AUTHORS
Rémi Papillié
2013-10-13
Switched off antialiasing by default for WebGL contexts.
Rémi Papillié
2013-10-13
Fixed a few warnings in cubegeom tests
Rémi Papillié
2013-10-12
un-closurify ErrnoError
Alon Zakai
2013-10-12
use stackTrace in various places
Alon Zakai
2013-10-12
demangle stacks in abort(), using new stackTrace utility
Alon Zakai
2013-10-12
properly demangle cxxabi craziness
Alon Zakai
2013-10-12
refactor out parsing of nested demangled runs
Alon Zakai
2013-10-12
parse anything after P, not just basic types
Alon Zakai
2013-10-12
refactor demangler
Alon Zakai
2013-10-12
support demangling const
Alon Zakai
2013-10-12
demangle basic templates
Alon Zakai
2013-10-12
demangle some templates
Alon Zakai
2013-10-12
work towards demangling of templates
Alon Zakai
2013-10-12
demangle basic params
Alon Zakai
2013-10-12
avoid crash in demangler with special operators
Alon Zakai
2013-10-12
avoid creating unnecessary objects when calling tokenize
Alon Zakai
2013-10-12
remove unnecessary %"" merge code in makeToken
Alon Zakai
2013-10-11
use full params when legalizing phis, not just their idents; fixes #1702
Alon Zakai
2013-10-11
Merge pull request #1704 from michaeljbishop/rename-bug
Alon Zakai
2013-10-11
Fixes bug when renaming a directory into a subdirectory.
Michael Bishop
2013-10-11
C++ demangle helper
Alon Zakai
2013-10-11
write out funcs and free their memory before starting up the funcs processors
Alon Zakai
2013-10-11
ignore ; Module line, which can confuse jcache as it contains the current tem...
Alon Zakai
2013-10-10
sort in find_bigfuncs.py
Alon Zakai
2013-10-10
do not emit postSets for function indexing etc., bake them into the memory in...
Alon Zakai
2013-10-10
do not split up ll into individual lines in python
Alon Zakai
2013-10-10
do not assert on output of numeric 0 from a js handler
Alon Zakai
2013-10-10
Fix whitespace in GL.populateUniformTable.
Jukka Jylänki
2013-10-10
Merge pull request #1700 from juj/gl_extension_desktop_parity
juj
2013-10-10
Advertise all GL extensions both with and without the "GL_" prefix that deskt...
Jukka Jylänki
2013-10-10
remove unneeded variable
Alon Zakai
2013-10-09
avoid allocating common tokens repeatedly
Alon Zakai
2013-10-09
optimize parseNumerical
Alon Zakai
2013-10-09
look for structs in src/ dir as a fallback, like relooper
Alon Zakai
2013-10-09
fix commented indexing debug statement
Alon Zakai
2013-10-09
remove old function indexing code
Alon Zakai
2013-10-09
remove no longer needed test disabling
Alon Zakai
2013-10-09
use aliasing function pointers in -O1
Alon Zakai
2013-10-09
update other.test_chunking
Alon Zakai
2013-10-09
print call stack of errors, when there is one
Alon Zakai
2013-10-09
avoid X-(-Y) in js optimizer; fixes #1685
Alon Zakai
2013-10-09
Add a whitelist of GL extensions to enable at startup.
Jukka Jylänki
2013-10-09
run relooper in -O1, and do not run js opts there
Alon Zakai
2013-10-08
do not assume only -O2 reloops in ensure_relooper
Alon Zakai
2013-10-08
more explicit mathop nodes in legalizer
Alon Zakai
2013-10-08
explicit mathop node in legalizer end case
Alon Zakai
2013-10-08
use ident in alloca intertype
Alon Zakai
2013-10-08
automatically adjust asm heap size
Alon Zakai
2013-10-08
Merge pull request #1689 from juj/fix_gl_uniform_arrays
juj
[next]