aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-01-11Better test for exception handlingjulien.hamaide
2012-01-11Catching specific exception type now worksjulien.hamaide
2012-01-10use NODE_JS when calling coffee and eliminator, to avoid problems with ↵Alon Zakai
missing system node
2012-01-09fix crash bug in processing a mathop with a param2 without an identAlon Zakai
2012-01-09tweak unrolling parameters and add copy benchmark that uses ta2Alon Zakai
2012-01-08improve test_cases printoutsAlon Zakai
2012-01-08fix bugs with aligned memcpy/memset with an unaligned number of bytes ↵Alon Zakai
operated on
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-07optimize guard_acquire and guard_release and note that llvm violates ↵Alon Zakai
SAFE_HEAP when using it
2012-01-06optimize memmoveAlon Zakai
2012-01-06move copy benchmark to ta2Alon Zakai
2012-01-06add disabled copying benchmarkAlon Zakai
2012-01-06prevent stack from being exhausted due to allocas and byval argumentsAlon Zakai
2012-01-06Fix handling of static variable inside functionjulien.hamaide
2012-01-05fix bug with emcc not respecting absolute paths and always placing outputs ↵Alon Zakai
in the current directory
2012-01-05handle various possible namings for an implicitly named entryAlon Zakai
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-05fix test_emccAlon Zakai
2012-01-04fix test_cases/gepoverflowAlon 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-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-04--js-transform option for emccAlon Zakai
2012-01-04misc header improvements for building llvmAlon Zakai
2012-01-03todo commentAlon Zakai
2012-01-02make it easy to set whether stderr is silent or noisy in the test runnerAlon Zakai
2012-01-02use -idirafter instead of -I for our system dirs, to allow overridingAlon Zakai
2012-01-01improve loop hoisting and add testAlon Zakai
2011-12-31override print() by default, to avoid errors when using the browser print() ↵Alon Zakai
(print to printer) if it hasn't been overridden. Overriding is now possible through Module.print
2011-12-31handle truncation inside ptrtoint when needed, and fix some potential bugs ↵Alon Zakai
(add proper type to inline mathops with to at the end, and parseInt on bitsLeft in processMathops)
2011-12-31support ptrtoint into i64 in i64 mode 1Alon Zakai
2011-12-31fix and enable optimizeShiftsAggressive testAlon Zakai
2011-12-30fix bug with optimizing shifts too large for us to be optimizingAlon Zakai
2011-12-30disable optimizeShifts test, we only use the conservative part for nowAlon Zakai
2011-12-28initial work on optimizeShifts pass in js optimizerAlon Zakai
2011-12-26refactor js optimizer testAlon Zakai
2011-12-24support for %f,%lf in sscanf, and fix a bug with printfAlon Zakai
2011-12-23disable bsearch test in q1Alon Zakai
2011-12-22better temp dir definition and usage, and more debugging output in emccAlon Zakai
2011-12-22consolidate llvm switch checks to both optimize execution and fix a bug with ↵Alon Zakai
hoistMultiples
2011-12-21add disabled test for issue 148 as a TODOAlon Zakai
2011-12-21closure also in zlib test for yet more coverageAlon Zakai
2011-12-21add closure compiler in cubescript for additional coverageAlon Zakai
2011-12-21benchmarks fixAlon Zakai
2011-12-21disable fasta_t2 benchmark for nowAlon Zakai
2011-12-21fix test_structbyvalAlon Zakai
2011-12-21fix o1.test_exceptionsAlon Zakai
2011-12-21Merge branch 'master' into incomingAlon Zakai
2011-12-21fix test_luaAlon Zakai