index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2013-03-15
Finish alSourcei, implement alSourcef and alSourceQueueBuffers
Ehsan Akhgari
2013-03-15
Finish up alSourcei
Ehsan Akhgari
2013-03-15
Add library_openal.js to the list of loaded libraries
Ehsan Akhgari
2013-03-15
Initial implementation of some of the OpenAL APIs
Ehsan Akhgari
2013-03-15
optimize use of .charCodeAt(0) at compile time
Alon Zakai
2013-03-15
asmify strcasecmp
Alon Zakai
2013-03-15
asmify strncasecmp
Alon Zakai
2013-03-15
asmify tolower
Alon Zakai
2013-03-14
optimize strcat a little
Alon Zakai
2013-03-14
asmify strcat
Alon Zakai
2013-03-14
add branch in strncpy to avoid reading from possible invalid memory
Alon Zakai
2013-03-14
optimize bitshift64* a little
Alon Zakai
2013-03-14
fix bitshift64Ashr bug
Alon Zakai
2013-03-14
move dynamic 64-bit shifts into asm library calls
Alon Zakai
2013-03-13
do not emit code after a switch; fixes #946
Alon Zakai
2013-03-13
remove unneeded 64-bit shifts code
Alon Zakai
2013-03-13
turn calls to undef into aborts, so they asmify
Alon Zakai
2013-03-12
asmify strncpy
Alon Zakai
2013-03-12
write strcpy in asm and add some testing
Alon Zakai
2013-03-12
headless improvements
Alon Zakai
2013-03-12
optimize pread to use typed array set()
Alon Zakai
2013-03-12
infrastructure for implementing i64 math in asm.js, and implement i64Add and ↵
Alon Zakai
llvm_uadd_with_overflow_i64 that way
2013-03-12
make sure SDL.channelMinimumNumber is initialized; fixes SDL audio tests
Alon Zakai
2013-03-12
unique ids for aborts for dead functions
Alon Zakai
2013-03-12
support -s KEY=@PATH in emcc, for very large settings values
Alon Zakai
2013-03-11
add ASSERTIONS to asm2g, and fix assertions for asm
Alon Zakai
2013-03-11
make pgo output work in asm.js
Alon Zakai
2013-03-11
fix client side GL arrays in FULL_ES2
Vladimir Vukicevic
2013-03-11
Merge pull request #936 from michaeljbishop/add-mix-reservechannels
Alon Zakai
Add Mix_ReserveChannels
2013-03-11
use bufferSubData in FULL_ES2
Alon Zakai
2013-03-10
legalize truncs from legal values into illegal values
Alon Zakai
2013-03-10
larger pgo test, with asm measurements
Alon Zakai
2013-03-10
function pointer support in PGO
Alon Zakai
2013-03-10
pgo for unused function detection
Alon Zakai
2013-03-08
Added test and fixed bugs exposed by the test.
Michael Bishop
2013-03-08
do not emit function names on runtime functions
Alon Zakai
2013-03-08
Add support for `Mix_ReserveChannels`
Michael Bishop
2013-03-08
deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1
Alon Zakai
2013-03-07
experimental patch to simplify generated function detection
Alon Zakai
2013-03-07
Merge branch 'ldc' of github.com:gagern/emscripten into gagern-ldc2
Alon Zakai
2013-03-07
support llvm_ctpop_*; fixes #918
Alon Zakai
2013-03-07
Merge pull request #931 from xxuejie/stdlib_strtod
Alon Zakai
Implement strtod in native C code as part of libc.
2013-03-07
Merge pull request #932 from tobydox/incoming
Alon Zakai
Emit correct code for setjmp() calls when in UNALIGNED_MEMORY mode
2013-03-07
FULL_ES2 todo
Alon Zakai
2013-03-07
use temp buffers for indices in glDrawElements in FULL_ES2
Alon Zakai
2013-03-07
use temp buffers in FULL_ES2 array buffers
Alon Zakai
2013-03-07
refactor gl temporary buffer code
Alon Zakai
2013-03-07
optimize out creation of new JS objects in each glVertexAttribPointer call ↵
Alon Zakai
in FULL_ES2
2013-03-07
fix FULL_ES2 bug with not taking into account 'first' in glDrawArrays
Alon Zakai
2013-03-07
gl comments
Alon Zakai
[prev]
[next]