emscripten/tools/optimizer
Jukka Jylänki 0fc516f95c Print native optimizer invocations on EM_BUILD_VERBOSE=3 2014-12-20 13:51:00 -05:00
..
CMakeLists.txt Clean up Visual Studio build warnings in native optimizer CMakeLists.txt. 2014-12-18 19:03:08 -05:00
istring.h Fix warning from Visual Studio 2013 static code analyzer: curr may be 0. Operator new will instead throw an exception on failure. 2014-12-19 11:37:07 -05:00
optimizer.cpp Print native optimizer invocations on EM_BUILD_VERBOSE=3 2014-12-20 13:51:00 -05:00
parser.cpp update cashew 2014-12-18 14:55:01 -08:00
parser.h fix hex parsing; fixes 3a573a3601 2014-12-19 11:41:22 -08:00
simple_ast.cpp update cashew and add testing for the now fixed #3094 2014-12-19 11:53:49 -08:00
simple_ast.h Fix printNum on Visual Studio: sscanf does not scan unsigned hexadecimal 64-bit integers with format specifier "%lf" to a double, so instead explicitly scan hex strings with "%llx". Fixes parsing and writing string hex numbers such as "0x8000000000000000". 2014-12-20 12:32:44 -05:00
snprintf.h Visual Studio does not support C99, so implement snprintf emulation for it. 2014-12-18 19:03:02 -05:00