aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-231.7.11.7.1Alon Zakai
2013-10-23fix bug with parsing of empty typesAlon Zakai
2013-10-23remove old call to Runtime.warn in file packager codeAlon Zakai
2013-10-221.7.01.7.0Alon Zakai
2013-10-22Merge pull request #1722 from juj/fix_nodefs_windowsjuj
2013-10-23Add a staticInit() initializer function to node fs.Jukka Jylänki
2013-10-22start network fetch as early as possible in file packager outputAlon Zakai
2013-10-22move fetchRemotePackage to outside of file packager generated codeAlon Zakai
2013-10-22move file packager Module autocreation to toplevelAlon Zakai
2013-10-22fix file packager Module autocreationAlon Zakai
2013-10-22remove --pre-run option in file packager, handle all that automaticallyAlon Zakai
2013-10-22do not call setStatus if not presentAlon Zakai
2013-10-22Fake node.js stat() call on Windows to report a blocksize and blocks number. ...Jukka Jylänki
2013-10-21add file handling code from --preload-file etc. in a pre-js, so that it will ...Alon Zakai
2013-10-21indentation fix in file packagerAlon Zakai
2013-10-21Fix test_unistd_access and test_unistd_truncate on Windows. Both tests failed...Jukka Jylänki
2013-10-21Skip failing test_unistd_links test with NODEFS on Windows, since it requires...Jukka Jylänki
2013-10-21Fixes to nodefs filesystem so that test_unistd_io passes on Windows. Don't pa...Jukka Jylänki
2013-10-19commented-out compiler profiler supportAlon Zakai
2013-10-19improve internal compiler BenchmarkerAlon Zakai
2013-10-19update other.test_toobigAlon Zakai
2013-10-18avoid allocating huge lists for [BIGNUM x type] typesAlon Zakai
2013-10-18fix simd math operations and improve testAlon Zakai
2013-10-18improve simd2 testAlon Zakai
2013-10-18vector bitcastsAlon Zakai
2013-10-18support for vector types nested in othersAlon Zakai
2013-10-18add test_simd2Alon Zakai
2013-10-18add -O2 to simd testAlon Zakai
2013-10-18add test targetAlon Zakai
2013-10-18integrate the SIMD polyfill codeAlon Zakai
2013-10-18basic support for uint32x4Alon Zakai
2013-10-18extractelementAlon Zakai
2013-10-18add vector.hAlon Zakai
2013-10-18simd fixAlon Zakai
2013-10-18shufflevectorAlon Zakai
2013-10-18insertelementAlon Zakai
2013-10-18vector loads and storesAlon Zakai
2013-10-18vector loadAlon Zakai
2013-10-18add basic float simd callsAlon Zakai
2013-10-18define vector literal typeAlon Zakai
2013-10-18setup to do vector ops in processMathopAlon Zakai
2013-10-18stubs for insertelement and shufflevectorAlon Zakai
2013-10-18use HEAPF32 for <4 x float>Alon Zakai
2013-10-18do not fail on trying to analyze <N x type>Alon Zakai
2013-10-17is SP is not defined in linpack, default to DPAlon Zakai
2013-10-17document the ability to pass arbitrary llvm opt args to --llvm-optsAlon Zakai
2013-10-17optimize globalVariableHandler a littleAlon Zakai
2013-10-16simplify bss handlingAlon Zakai
2013-10-16emit only tokens from tokenize, avoid allocating an object to wrap themAlon Zakai
2013-10-16remove .item from tokenizer outputAlon Zakai