aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-17consolidate simplifyExpressions to one pass that happens before closure, ↵Alon Zakai
where simplifyNotComps is guaranteed to be valid
2013-07-17add asm coercions to switches for outliningAlon Zakai
2013-07-17add asm coercions to ifs for outliningAlon Zakai
2013-07-17add asm coercion when outliningAlon Zakai
2013-07-17outlining integration in compilerAlon Zakai
2013-07-17do not emit illegal breaks in seqs when outliningAlon Zakai
2013-07-17infrastructure for passing extra info to js optimizer passes from emccAlon Zakai
2013-07-17do not overlap the normal C stack with outliner-spilled variablesAlon Zakai
2013-07-17refactor stack bump node searchAlon Zakai
2013-07-17rename variableAlon Zakai
2013-07-17enable larger outline testAlon Zakai
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
Expose 'lstat64' as a simple alias for 'lstat'.
2013-07-16Merge pull request #1389 from rfk/embed-empty-filesAlon Zakai
Fix JS syntax error when embedding an empty file.
2013-07-17Fix indentationRyan Kelly
2013-07-16clean up global Building.* changes in test runner, fixes intermittent ↵Alon Zakai
failure in other.test_static_link
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
Fixes for GNUnet compile.
2013-07-15Merge pull request #1388 from inolen/unlink_fixesAlon Zakai
misc unlink / rmdir fixes
2013-07-15 - rmdir / unlink no longer follow the final symlinkAnthony Pesch
- rmdir / unlink no longer check write permission on the found object, but on its parent - rmdir should return EBUSY when path matches the root / cwd - unlinking a directory should return EPERM according to POSIX (EISDIR is a Linux convention)
2013-07-15do not use safe heap in strptime loading of tm values - may have never been ↵Alon Zakai
initialized
2013-07-15update s_x_x.test_linespecificAlon Zakai
2013-07-15fix both number of arguments and return type based on implementation ↵Alon Zakai
information, to work around silly llvm function casts
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 ↵Alon Zakai
is implemented as, to avoid issues with LLVM casting for no reason
2013-07-15Add SHUT_WR to sys/socket.h.David Barksdale
2013-07-15Added IN6ADDR_*_INIT macros.David Barksdale
Some code uses these instead of the extern symbols.
2013-07-15Merge pull request #1385 from fhd/zoom-if-360Alon Zakai
Just zoom the surface if the angle is divisible by 360
2013-07-15update relooper commentAlon Zakai
2013-07-15Merge pull request #1384 from fhd/ttf-font-heightAlon Zakai
Implemented TTF_FontHeight