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-05-16
fix font rendering in test_sdl_canvas
Alon Zakai
2013-05-16
fix test_sdl_alloctext
Alon Zakai
2013-05-16
Merge pull request #1177 from j4m3z0r/sdl-fixes
Alon Zakai
2013-05-16
Add myself to AUTHORS
James Gregory
2013-05-16
Merge pull request #1173 from manuels/incoming
Alon Zakai
2013-05-16
when not aliasing tables, keep them all at full size to avoid aliasing throug...
Alon Zakai
2013-05-16
enable aliasing function pointers by default in -O2
Alon Zakai
2013-05-15
fix separate table function pointer initial value
Alon Zakai
2013-05-15
forward gl emulation sigs
Alon Zakai
2013-05-15
fix some gl sigs
Alon Zakai
2013-05-15
emit each function table of its own size
Alon Zakai
2013-05-15
remove obsolete comment
Alon Zakai
2013-05-15
add testing for aliasing function pointers
Alon Zakai
2013-05-15
future proof a test
Alon Zakai
2013-05-15
handle the case of no function tables with aliasing function pointers
Alon Zakai
2013-05-15
refactor code to generate empty function tables
Alon Zakai
2013-05-15
option to alias function pointer indexes across types
Alon Zakai
2013-05-15
do not index functions in post
Alon Zakai
2013-05-15
Fix bug in rename() that occures if new filename starts with the old filename
manuels
2013-05-14
* Switch to using offscren canvas for TTF size estimation in SDL
James Gregory
2013-05-14
Merge pull request #1171 from BioKom/incoming
Alon Zakai
2013-05-14
fix typo in paper
Alon Zakai
2013-05-13
use Browser mouse calculations in glfw
Alon Zakai
2013-05-13
use Browser mouse calculations in glut
Alon Zakai
2013-05-13
refactor mouse movement handling from SDL into Browser
Alon Zakai
2013-05-13
don't break on trying to eval FUNCTION_TABLE_OFFSET in multi-level alias reso...
Alon Zakai
2013-05-12
make asm.js compilation check case-agnostic
Alon Zakai
2013-05-12
lzma missing files arg_parser.* added
Betti Oesterholz
2013-05-10
fix test_cases:trace
Alon Zakai
2013-05-10
do not eliminate if there is a switch
Alon Zakai
2013-05-10
only recurse on decreasing uses on locals, and clear out names to avoid confu...
Alon Zakai
2013-05-10
recursively remove variables with no uses in eliminator
Alon Zakai
2013-05-10
Merge pull request #1165 from inolen/library_gl_patches
Alon Zakai
2013-05-10
Added OES_element_index_uint and OES_standard_derivatives detection, glDetach...
Anthony Pesch
2013-05-10
make sure removeAndAdd works properly
Alon Zakai
2013-05-10
make sure interpLines works properly
Alon Zakai
2013-05-10
shadow away i64<-->double casts in more cases
Alon Zakai
2013-05-10
show all dangerous pointer casts only in VERBOSE=1
Alon Zakai
2013-05-10
add FORCE_ALIGNED_MEMORY=1 to -O3
Alon Zakai
2013-05-09
test for FORCE_ALIGNED_MEMORY to reduce unaligned reads in bullet
Alon Zakai
2013-05-09
do not attempt aligned reads/writes on illegal values
Alon Zakai
2013-05-09
fix 0x0 in formatString; fixes #1164
Alon Zakai
2013-05-09
update asm compilation checks
Alon Zakai
2013-05-09
FORCE_ALIGNED_MEMORY option
Alon Zakai
2013-05-09
better error on shared libs being deprecated
Alon Zakai
2013-05-09
standardize all benchmarks to use the same commandline argument for timing
Alon Zakai
2013-05-09
standardize params to nbody_java
Alon Zakai
2013-05-09
fix box2d compilation with emscripten
Alon Zakai
2013-05-09
misc sdl fixes to pull #1146
Alon Zakai
2013-05-09
Merge branch 'incoming' of github.com:mgerhardy/emscripten into mgerhardy-inc...
Alon Zakai
[next]