aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-08support alignment in memset and memcpy in ta2Alon Zakai
2012-01-08fix and optimize cached header handling in test runnerAlon Zakai
2012-01-07tweak memory growth parameter to 2Alon Zakai
2012-01-07do not do redundant llvm optimizations on bitcode; do them only when ↵Alon Zakai
actually generating js
2012-01-07automatic malloc need detection for newAlon Zakai
2012-01-07postfix temp vars in makeCopyValues for ta2Alon Zakai
2012-01-07fix safe heap bug with memmoveAlon Zakai
2012-01-07optimize guard_acquire and guard_release and note that llvm violates ↵Alon Zakai
SAFE_HEAP when using it
2012-01-06fix PGO breakageAlon Zakai
2012-01-06restore some PGO code to investigate a speed regression in skinningAlon Zakai
2012-01-06optimize memmoveAlon Zakai
2012-01-06disable handling of -1 in mmap, fixes breakage of test_dlmallocAlon Zakai
2012-01-06fix some spacingAlon Zakai
2012-01-06Merge pull request #166 from jterrace/pthread_pagesize_prAlon Zakai
Allow stream to be -1 in mmap
2012-01-06move copy benchmark to ta2Alon Zakai
2012-01-06add disabled copying benchmarkAlon Zakai
2012-01-06put some PGO code behind and ifdefAlon Zakai
2012-01-06prevent stack from being exhausted due to allocas and byval argumentsAlon Zakai
2012-01-06additional spaceAlon Zakai
2012-01-06Allow stream to be -1 in mmapJeff Terrace
2012-01-06Merge pull request #164 from FishingCactus/static_variableAlon Zakai
Fix handling of static variable inside function
2012-01-06Merge pull request #165 from jterrace/pthread_pagesize_prAlon Zakai
Added pthread function stubs and added getpagesize()
2012-01-06Added pthread function stubs and added getpagesize()Jeff Terrace
2012-01-07Fix read/write of variable in __cxa_guard_{acquire|release}julien.hamaide
2012-01-06Fix handling of static variable inside functionjulien.hamaide
2012-01-06also hoist loops in inner functionsAlon Zakai
2012-01-05do not add compiler opts to CFLAGS, we add them in emcc anyhow (which is safer)Alon Zakai
2012-01-05fix bug with emcc not respecting absolute paths and always placing outputs ↵Alon Zakai
in the current directory
2012-01-05add some GL headersAlon Zakai
2012-01-05properly handle implicit entry labels + phi also in the unoptimized phi caseAlon Zakai
2012-01-05handle various possible namings for an implicitly named entryAlon Zakai
2012-01-05Merge pull request #162 from jterrace/incomingAlon Zakai
Endianness, cross-compiling, and missing headers
2012-01-05handle the case where there is no explicit label for the entry, and the name ↵Alon Zakai
of the entry is important for phi purposes
2012-01-05add missing semaphore.hAlon Zakai
2012-01-05add debug output of which functions are being processed in side passesAlon Zakai
2012-01-05Changed emscripten comment to XXX formatJeff Terrace
2012-01-05Merge branch 'master' of git://github.com/jterrace/emscripten into incomingJeff Terrace
2012-01-05fix test_emccAlon Zakai
2012-01-04fix test_cases/gepoverflowAlon Zakai
2012-01-04enlarge stack size default to 5MBAlon Zakai
2012-01-04better error when running out of stackAlon Zakai
2012-01-04fix bug with not creating proper bitcode output with proper file name when ↵Alon Zakai
emcc is given -o js
2012-01-04Merge branch 'master' into incomingAlon Zakai
2012-01-04Merge branch 'incoming'Alon Zakai
2012-01-04fix bug with investigating types in the main pass, and in rare cases ↵Alon Zakai
defining types with incorrect data because of that
2012-01-04fix tests that have js transforms that rely on being able to import from the ↵Alon Zakai
emscripten dir
2012-01-04properly remove all local system include dirsAlon Zakai
2012-01-04fix suffix of saved .ll file in emcc debug modeAlon Zakai
2012-01-04--js-transform option for emccAlon Zakai
2012-01-04support empty strings in llvm metadata for namespacesAlon Zakai