aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-17update existing stack if there is one when outliningAlon Zakai
2013-07-17stack support in outliningAlon Zakai
2013-07-17more testingAlon Zakai
2013-07-17test for outlining of some of the functionsAlon Zakai
2013-07-17add test for outlining variablesAlon Zakai
2013-07-17do not attempt to outline normalized asm stuff like empty varsAlon Zakai
2013-07-16test for forwarding variables to outlined codeAlon Zakai
2013-07-16add test for not forwarding handled labeled breakAlon Zakai
2013-07-16fix labeled break/continue forwarding from outlined codeAlon Zakai
2013-07-16be more and more conservative about outlining as we look into outlined functionsAlon Zakai
2013-07-16add test for outlining of continueAlon Zakai
2013-07-16fix break forwarding in outlined codeAlon Zakai
2013-07-16fix switch generation for break/continue routing in outlinerAlon Zakai
2013-07-16fix hasBreak/hasContinue processing in outlineAlon Zakai
2013-07-16test for outlining a returnAlon Zakai
2013-07-16enable outline test and add a case for outlining in a while loopAlon Zakai
2013-07-16fix test_static_linkAlon Zakai
2013-07-16add smaller outline testcaseAlon Zakai
2013-07-16rename outline test filesAlon Zakai
2013-07-16Merge pull request #1390 from rfk/lstat64Alon Zakai
2013-07-16Merge pull request #1389 from rfk/embed-empty-filesAlon Zakai
2013-07-17Fix indentationRyan Kelly
2013-07-16clean up global Building.* changes in test runner, fixes intermittent failure...Alon Zakai
2013-07-16fix test_freealutAlon Zakai
2013-07-16Expose 'lstat64' as a simple alias for 'lstat'.Ryan Kelly
2013-07-16Fix JS syntax error when embedding an empty file.Ryan Kelly
2013-07-15Merge pull request #1387 from amatus/push-upstreamAlon Zakai
2013-07-15Merge pull request #1388 from inolen/unlink_fixesAlon Zakai
2013-07-15 - rmdir / unlink no longer follow the final symlinkAnthony Pesch
2013-07-15do not use safe heap in strptime loading of tm values - may have never been i...Alon Zakai
2013-07-15update s_x_x.test_linespecificAlon Zakai
2013-07-15fix both number of arguments and return type based on implementation informat...Alon Zakai
2013-07-15fix Functions.getSignature to handle non-legalized dataAlon Zakai
2013-07-15when we are calling an implemented function, call it using the signature it i...Alon Zakai
2013-07-15Add SHUT_WR to sys/socket.h.David Barksdale
2013-07-15Added IN6ADDR_*_INIT macros.David Barksdale
2013-07-15Merge pull request #1385 from fhd/zoom-if-360Alon Zakai
2013-07-15update relooper commentAlon Zakai
2013-07-15Merge pull request #1384 from fhd/ttf-font-heightAlon Zakai
2013-07-16Just zoom the surface if the angle is divisible by 360Felix H. Dahlke
2013-07-15use high-precision llrint in ta2 onlyAlon Zakai
2013-07-15Merge branch 'self-dlopen' of github.com:int3/emscripten into incomingAlon Zakai
2013-07-16Implement TTF_FontHeightFelix H. Dahlke
2013-07-15Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.Jez Ng
2013-07-15check for isTerminal on the object of the filesystem entryAlon Zakai
2013-07-15fill EMSCRIPTEN in env with the path to emscriptenAlon Zakai
2013-07-15implement llrint properly; fixes #1380Alon Zakai
2013-07-15Merge pull request #1357 from int3/keyboard-interruptAlon Zakai
2013-07-15Merge pull request #1383 from sbalko/incomingAlon Zakai
2013-07-15Added myself to AUTHORSSoeren Balko