aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-31add testing for EM_ASM_ARGSAlon Zakai
2014-03-31update test_idbfs_sync to use EM_ASM with input arguments, which is more idio...Alon Zakai
2014-03-31better error handling in EM_ASMAlon Zakai
2014-03-31add EM_ASM_ARGS, a nicer name for EM_ASM_Alon Zakai
2014-03-28Merge pull request #2262 from juj/fix_js_engine_filteringAlon Zakai
2014-03-28Fix test runner banned engine filtering for SPIDERMONKEY_ENGINE when cmdline ...Jukka Jylänki
2014-03-28fix the case where emcc's input and output is a bitcode fileAlon Zakai
2014-03-28emcc logging improvementsAlon Zakai
2014-03-28add fastcomp env var to library builds in test runner, to fix errors in slow2...Alon Zakai
2014-03-28fix SDL bug where freeing the surface screen did not work properlyAlon Zakai
2014-03-28add fuzz testcase for nested i24 constantExprsAlon Zakai
2014-03-27fix test_files_m on latest spidermonkey, which shows more warningsAlon Zakai
2014-03-27remove stack parameter from js optimizer traverse(), to avoid overhead when n...Alon Zakai
2014-03-27improve debug logging of emcc invocationAlon Zakai
2014-03-27optimize away individual loop vars, even if we can't remove them allAlon Zakai
2014-03-26typo in .d code generationAlon Zakai
2014-03-26testcase for i64 < 0Alon Zakai
2014-03-26make llvm-lit test emit verbose outputAlon Zakai
2014-03-26eliminate X=X which can happen due to eliminationAlon Zakai
2014-03-26make tests/cases/usenullcall.ll a fastcomp-only testAlon Zakai
2014-03-26handle --default-object-ext properly, and other emcc fixesAlon Zakai
2014-03-25add dependency file testingAlon Zakai
2014-03-25let emcc directly access bitcode files when possible, to emit proper .d files...Alon Zakai
2014-03-25improve testcaseAlon Zakai
2014-03-25add testcase for use of call outputs to absolute targetsAlon Zakai
2014-03-24--emit-symbol-map optionAlon Zakai
2014-03-241.14.01.14.0Alon Zakai
2014-03-24Merge branch 'patch-1' of github.com:dandv/emscripten into incomingAlon Zakai
2014-03-24Merge branch 'patch-2' of github.com:dandv/emscripten into incomingAlon Zakai
2014-03-24Adding @dandvDan Dascalescu
2014-03-24Merge pull request #2236 from waywardmonkeys/remove-invalid-type-info-destructorAlon Zakai
2014-03-24fix caching of asm const strings; fixes #2253Alon Zakai
2014-03-23testcase for issue #2244Alon Zakai
2014-03-22do not warn on missing emscripten_ functionsAlon Zakai
2014-03-20Explain what LLVM is for new usersDan Dascalescu
2014-03-18Merge pull request #2237 from waywardmonkeys/runner-helpAlon Zakai
2014-03-18comment on webrtc testAlon Zakai
2014-03-18webrtc test fixAlon Zakai
2014-03-18Merge pull request #2241 from Noxalus/incomingAlon Zakai
2014-03-18Complete the list of properly supported keysNoxalus
2014-03-18Merge pull request #2231 from modeswitch/incomingAlon Zakai
2014-03-18Update test runner help text.Bruce Mitchener
2014-03-18Remove empty std::type_info destructor.Bruce Mitchener
2014-03-17add ifs benchmarkAlon Zakai
2014-03-17flip a non-existent else block in simplifyIfs, if adding such a block can helpAlon Zakai
2014-03-17flip in simplifyElses if it can helpAlon Zakai
2014-03-17fuse if-elses where the relooper did not emit a label clearingAlon Zakai
2014-03-17make simplifyIfs a settings optionAlon Zakai
2014-03-17fix else fusing when label has multiple assigns or checksAlon Zakai
2014-03-17comment on outlining downsidesAlon Zakai