aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-21add option to save JS of all tests runAlon Zakai
2013-02-20do not forward enable/disable of GL_TEXTURE_2D to WebGL enable/disable, it is...Alon Zakai
2013-02-20do not wipe out llvm debug info if linespecific corrections are doneAlon Zakai
2013-02-20remove bad_cast/typeinfo.cpp from libcxx, no longer needed since it is in lib...Alon Zakai
2013-02-20build base type_info class with libcxxabi, fixes #862Alon Zakai
2013-02-20add more glGetIntegerv constantsAlon Zakai
2013-02-20TODO: multiple array buffers in vao (for each vertex attrib pointer separately)Alon Zakai
2013-02-20glGetPointervAlon Zakai
2013-02-20vertex array object support in gl emulationAlon Zakai
2013-02-20Mix_InitAlon Zakai
2013-02-19allow changing frequency of corruption checks, and forcing a check irregardle...Alon Zakai
2013-02-19support realloc in corruption checkerAlon Zakai
2013-02-19simplify corruption canaryAlon Zakai
2013-02-19handle malloc(0) and free(0) in corruption checkerAlon Zakai
2013-02-19hardcode arguments in benchmark js files, for easier debugging on themAlon Zakai
2013-02-19warn only once on glTexEnv*Alon Zakai
2013-02-19add mbishopMichael Bishop
2013-02-19Added some symbol compatibility for OpenGL1.1.Michael Bishop
2013-02-19Added support for `glFrustumf`.Michael J. Bishop
2013-02-19fix test_debugAlon Zakai
2013-02-19remove unneeded sign correction from dlmalloc benchmarkAlon Zakai
2013-02-19Merge pull request #858 from ehsan/drawimage-memcpyAlon Zakai
2013-02-19Use the copy composite operation when calling drawImageEhsan Akhgari
2013-02-19notify on unexpected exceptions being thrown and the lack of support for them...Alon Zakai
2013-02-19closure docs on emcc --helpAlon Zakai
2013-02-18run closure in -O3, it makes sense there with the other unsafe optimizationsAlon Zakai
2013-02-18tune csmith driverAlon Zakai
2013-02-18csmith driver scriptAlon Zakai
2013-02-18fix test_closure_compilerAlon Zakai
2013-02-18remove LLVM debug info in -O1+, since the optimizer removes it anyhowAlon Zakai
2013-02-18fix test_emccAlon Zakai
2013-02-18fix emcc --version in other dirsAlon Zakai
2013-02-18clean up unneeded CorrectionsMonitor stuff; fixes test_unsignedAlon Zakai
2013-02-17ensure aligned memory in corruption detectorAlon Zakai
2013-02-17improve corruption checksAlon Zakai
2013-02-17print out # of corruption checks on exitAlon Zakai
2013-02-17memory corruption checkerAlon Zakai
2013-02-17fix CHECK_OVERFLOWAlon Zakai
2013-02-17typoAlon Zakai
2013-02-17fix indentationAlon Zakai
2013-02-17remove PROFILE option. It adds unacceptable overhead, and all browsers have p...Alon Zakai
2013-02-17remove PGO option. It is only relevant for non-ta2 builds, which are on the w...Alon Zakai
2013-02-17another gl workaroundAlon Zakai
2013-02-17remove asm memory masking per the new specAlon Zakai
2013-02-17remove not-yet-needed assert in addFunctionAlon Zakai
2013-02-17remove no longer needed --closure 0 from some testsAlon Zakai
2013-02-17default closure to off in all optimization levels - we rely on registerize fo...Alon Zakai
2013-02-17fix registerize bug on functions with arguments but no localsAlon Zakai
2013-02-17use registerize only when not keeping debug, and also use it when closure is ...Alon Zakai
2013-02-17disable closure if debug info was requested (-g)Alon Zakai