summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-27refactor i64 constant parsing to handle integers of arbitrary sizeAlon Zakai
2012-01-27test fixesAlon Zakai
2012-01-27add testcase for legalizerAlon Zakai
2012-01-27option for _ta2 in test_cases which is only run in ta2Alon Zakai
2012-01-27initial setup for work on the legalizerAlon Zakai
2012-01-27reminderAlon Zakai
2012-01-26find_bigis toolAlon Zakai
2012-01-26fix 2 phi bugs with multiple phis and self-refing phisAlon Zakai
2012-01-25Merge branch 'master' into llvmoptsAlon Zakai
2012-01-25do not mark floats as unsigned (which then affects how we do ↵Alon Zakai
SAFE_HEAP_LOADS, and takes unnecessary processing time during compilation). fixes test_the_bullet
2012-01-25do not include libraries when autodebuggingAlon Zakai
2012-01-25update tests to look for .a instead of .a.bcAlon Zakai
2012-01-25improve nativize_llvmAlon Zakai
2012-01-25use llvm-link in emar instead of llvm-ldAlon Zakai
2012-01-25headersAlon Zakai
2012-01-25some headersAlon Zakai
2012-01-25add nativize_llvm toolAlon Zakai
2012-01-25fix some spacing stuffAlon Zakai
2012-01-25Merge pull request #184 from FishingCactus/_string_tableAlon Zakai
String constants can be stored in a table to limit variable count
2012-01-25autodebugger support in emccAlon Zakai
2012-01-25String constants are store in a table to limit variable countjulien.hamaide
2012-01-24fix some i64 printing rounding errorsAlon Zakai
2012-01-24do not check for corrections in makeSignOp if we are ignoring correctionsAlon Zakai
2012-01-24add reminderAlon Zakai
2012-01-24fix i64 mode 1 bitshifts, and improve printing of i64 mode 1sAlon Zakai
2012-01-23do not suppress child process output in emcc in DEBUG modeAlon Zakai
2012-01-23re-enable SAFE_HEAP in select tests when doing default, o1 or o2, to catch ↵Alon Zakai
alignment bugs
2012-01-23remindersAlon Zakai
2012-01-23fix test_linespecificAlon Zakai
2012-01-23emcc help fixAlon Zakai
2012-01-23fix tempDouble aliasesAlon Zakai
2012-01-23commentAlon Zakai
2012-01-23unaligned loads and stores for floats and doublesAlon Zakai
2012-01-23refactor tempDouble to use space in normal memory, not a separate bufferAlon Zakai
2012-01-23todoAlon Zakai
2012-01-23fix unaligned readsAlon Zakai
2012-01-23fix typoAlon Zakai
2012-01-23support unaligned reads/writes in ta2; fixes test_cubescriptAlon Zakai
2012-01-23remove test for old js profiler optionAlon Zakai
2012-01-23fix test_pgoAlon Zakai
2012-01-23always include memcpyAlon Zakai
2012-01-23fix test_typeinfoAlon Zakai
2012-01-23simplify llvm opt picking code, and allow up to level 3Alon Zakai
2012-01-23enable unsafe llvm opts in emccAlon Zakai
2012-01-21do not generate annotations when disassembling bitcodeAlon Zakai
2012-01-21test fixesAlon Zakai
2012-01-21skip tests that optimize bitcode, then pass to emcc which includes libcxx, ↵Alon Zakai
because pre-optimization can confuse the library includer
2012-01-21EMCC_DEBUG info for library inclusionAlon Zakai
2012-01-21test fixes, and fail on trying to use q1 with libcxxAlon Zakai
2012-01-21modify llvm opt choices in test runner build, so it uses test case code ↵Alon Zakai
modifications that can affect llvm opts