aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-01-18Merge branch 'master' into libcxxAlon Zakai
2012-01-18add test for dead code elimination, on libcxxAlon Zakai
2012-01-18mman.h header fixAlon Zakai
2012-01-18Add output to mmap testJeff Terrace
2012-01-18automatically use libcxx when neededAlon Zakai
2012-01-18Add a test for mmap using MAP_ANONJeff Terrace
2012-01-18refactor emcc caching testAlon Zakai
2012-01-17cache for dlmalloc and soon libc++Alon Zakai
2012-01-17temporary alter test_iostream output to passAlon Zakai
2012-01-17get test_iostream almost to working stateAlon Zakai
2012-01-17handle atomic operations appearing in libc++Alon Zakai
2012-01-16add TODO test for atomic builtinsAlon Zakai
2012-01-16temporarily add some libcxx source files to test_iostreamAlon Zakai
2012-01-16support for additional_files in single-file test runner runsAlon Zakai
2012-01-16make root writable by default, removing the need to add root.write = trueAlon Zakai
2012-01-16remove hack for ignorePermissions in the filesystem API, which removes the ↵Alon Zakai
need to set ignorePermissions to true before run() is called
2012-01-15enable RELOOP in tests that disabled it because it was previously too slowAlon Zakai
2012-01-13workaround for sm bug 716255Alon Zakai
2012-01-12emcc option to compress js whitespaceAlon Zakai
2012-01-12Merge pull request #170 from FishingCactus/class_exceptionAlon Zakai
Catching specific exception type now works
2012-01-12Fix identation issuesjulien.hamaide
2012-01-11do not blow up the stack with lots of varargsAlon Zakai
2012-01-11tweak fix_closure outputAlon Zakai
2012-01-11Better test for exception handlingjulien.hamaide
2012-01-11fix fix_closure bug with newlinesAlon Zakai
2012-01-11Catching specific exception type now worksjulien.hamaide
2012-01-10refactor js optimizer to not use fs.* as much as possibleAlon Zakai
2012-01-10fix fix_closure bug with the relevant line being split over several linesAlon Zakai
2012-01-10fix fix_closure bugAlon Zakai
2012-01-10experimental tool to fix closure's over-inlining into FUNCTION_TABLEAlon Zakai
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