aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-30fix other.test_static_linkAlon Zakai
2013-09-30Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4Alon Zakai
2013-09-29Merge pull request #1601 from inolen/idbfsAlon Zakai
2013-09-27make sure to only fast-path stuff we expectAlon Zakai
2013-09-27improve intertyper profilerAlon Zakai
2013-09-27clean up intertyper paths forkAlon Zakai
2013-09-27fix load fast path regexpAlon Zakai
2013-09-27better relooper load errorAlon Zakai
2013-09-27restructure fast paths code flowAlon Zakai
2013-09-27fast-path simple loadsAlon Zakai
2013-09-27fix fast path regexpAlon Zakai
2013-09-27fast-path simple gepsAlon Zakai
2013-09-27intertyper fast paths setup and proof of conceptAlon Zakai
2013-09-27improve processMathOp quotingAlon Zakai
2013-09-27better check for when things need quotingAlon Zakai
2013-09-27=== in isLocalVarAlon Zakai
2013-09-27 - added idbfs and nodefsAnthony Pesch
2013-09-27 - made chdir use FS.chdirAnthony Pesch
2013-09-26intertyper profilerAlon Zakai
2013-09-26optimize parseLLVMStringAlon Zakai
2013-09-26add total time to html compiler phaseAlon Zakai
2013-09-26optimize makeSignOpAlon Zakai
2013-09-26hackish optimization for pre processing of heap inits, avoid pure numeric str...Alon Zakai
2013-09-26fix getFastValue regressionAlon Zakai
2013-09-26remove makeGetPos and part of noNeedFirstAlon Zakai
2013-09-26optimize getFastValueAlon Zakai
2013-09-26Merge pull request #1669 from ngld/fix-sscanf-whitespaceAlon Zakai
2013-09-25Merge pull request #1670 from waywardmonkeys/add-locale-stuffAlon Zakai
2013-09-25optimize getFastValueAlon Zakai
2013-09-26Add wprintf, swprintf, vswprintf, vfwprintf, etc.Bruce Mitchener
2013-09-26Implement locale-ignoring strcoll_l.Bruce Mitchener
2013-09-26Add a lot of locale code.Bruce Mitchener
2013-09-25hide output by default in compiler_funcs.html, main use is profilingAlon Zakai
2013-09-25try to load relooper for src dir, if not in expected locationAlon Zakai
2013-09-25add option to run funcs stage in the browserAlon Zakai
2013-09-25loop only on the actually new types in type analysisAlon Zakai
2013-09-25Fix some comments and bump EMSCRIPTEN_VERSIONngld
2013-09-25Replace references to QUANTUM_SIZE with C_STRUCTS equivalents.ngld
2013-09-25Add timeb.h to struct_info.jsonngld
2013-09-25Fix #1668: whiteSpace in _scanString should use only char codes as keys not c...ngld
2013-09-25Also validate size and stride parameters in calls to glVertexAttribPointer.Jukka Jylänki
2013-09-25Add debug check under GL_ASSERTIONS that the alignment restrictions for verte...Jukka Jylänki
2013-09-24Merge pull request #1642 from waywardmonkeys/newlocale-freelocaleAlon Zakai
2013-09-25Don't rewrite multiplication by 0 as 0.Bruce Mitchener
2013-09-25Simple implementation of newlocale / freelocale.Bruce Mitchener
2013-09-24Merge pull request #1629 from ngld/fix-ccallFunc-utf8Alon Zakai
2013-09-24Fix entire surface alpha blending with SDL_SetAlphaRichard Quirk
2013-09-24Hide logging in Web Audio intended mostly for debugging.Jukka Jylänki
2013-09-24Fix bug where resuming SDL audio multiple times could cause multiple audio ev...Jukka Jylänki
2013-09-24Document Mozilla Audio Data API is used as a workaround.Jukka Jylänki