summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-27fix test_autodebugAlon Zakai
2013-06-27now that we serialize the settings in the test runner's call to emcc on ↵Alon Zakai
source to bitcode, we don't need COMPILER_TEST_OPTS to contain everything
2013-06-27improve sourcemapper commentAlon Zakai
2013-06-27fix argument passing to emcc on src-to-bitcode in test runnerAlon Zakai
2013-06-27fix test_stackAlon Zakai
2013-06-27fix test_indirectbrAlon Zakai
2013-06-27fix test_openjpegAlon Zakai
2013-06-27forward only -Ox to source compilation in test runnerAlon Zakai
2013-06-27reduce debug output in test runner againAlon Zakai
2013-06-27add emcc args to source compilation step in test runnerAlon Zakai
2013-06-27add option for -O3 style LTO without normal LLVM LTO, because java-nbody ↵Alon Zakai
hits an LTO bug but benefits from -O3 on all the code
2013-06-27always use lto in embind, workaround for a pointer issueAlon Zakai
2013-06-27do not collapse & inside a FUNCTION_TABLE call, we need the maskAlon Zakai
2013-06-27--llvm-lto 2 optionAlon Zakai
2013-06-27commented-out line for benchmark debuggingAlon Zakai
2013-06-27remove old commentAlon Zakai
2013-06-27Use distutils where possible.Jez Ng
2013-06-27Make DefaultTarget a local variable.Jez Ng
2013-06-27A little preprocessor trick.Jez Ng
Fake method lookups, in a way.
2013-06-27Remove unused macro.Jez Ng
2013-06-27Add a 'contains' helper function.Jez Ng
2013-06-26fix bug when optimizing renamed input files in emccAlon Zakai
2013-06-26update testsAlon Zakai
2013-06-26emit sanity file even in forced sanity checks, when it actually failedAlon Zakai
2013-06-26optimize libc and other libraries with -O2Alon Zakai
2013-06-26update testsAlon Zakai
2013-06-26Remove old code.Jez Ng
2013-06-261.5.21.5.2Alon Zakai
2013-06-26make EMCC_OPTIMIZE_NORMALLY the defaultAlon Zakai
2013-06-26deprecate llvm opts in non-ta2 modesAlon Zakai
2013-06-26fix test_debugAlon Zakai
2013-06-26remove incorrect commentAlon Zakai
2013-06-26fix crash in asmLoopOptimizerAlon Zakai
2013-06-26Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-mapsAlon Zakai
Conflicts: tools/js-optimizer.js
2013-06-26Merge branch 'incoming'Alon Zakai
2013-06-26Reuse nodes where possible.Jez Ng
This allows us to preserve more line numbers when debugging.
2013-06-26We can just compare for strings here.Jez Ng
2013-06-26Strict compare all the things!Jez Ng
2013-06-26Move line numbers to the AST node itself.Jez Ng
This allows us to use strict comparisons on the node type.
2013-06-25add 'let' to reserved keywords for minifierAlon Zakai
2013-06-25fix crash in js optimizer loop variables pass on empty if blocksAlon Zakai
2013-06-25fix apply_configurationAlon Zakai
2013-06-24make emcc -v update debug settings, so that it saves temp filesAlon Zakai
2013-06-24Merge pull request #1302 from Manny-MADE/glut_fixesAlon Zakai
Several GLUT library improvements
2013-06-24Define timezone.David Barksdale
2013-06-24Define SA_RESTART.David Barksdale
2013-06-24Move initgroups outside of !_XOPEN_SOURCE.David Barksdale
It was put into newlib grp.h revision 1.2 by Edward M. Lee, but every other system's grp.h I looked at doesn't do this.
2013-06-24Add some IPv6 stuff to netinet/in.h.David Barksdale
2013-06-24Fix prototypes for stat64, fstat64, lstat64.David Barksdale
2013-06-24Make AF_UNIX and AF_INET different.David Barksdale
GNUnet contains a switch with cases for AF_UNIX and AF_INET.