aboutsummaryrefslogtreecommitdiff
path: root/src/parseTools.js
AgeCommit message (Expand)Author
2012-01-25fix some spacing stuffAlon Zakai
2012-01-25String constants are store in a table to limit variable countjulien.hamaide
2012-01-10compress pointer type names in constant globals, if not using SAFE_HEAPAlon Zakai
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-09notice alignment in byval paramsAlon Zakai
2012-01-09optimize memcpy/memset in ta0/1Alon Zakai
2012-01-08fix safe heap usage in memcpy for ta0Alon Zakai
2012-01-08optimize ta2 memset/memcpy loopsAlon Zakai
2012-01-08fix ta1 breakageAlon Zakai
2012-01-08fix breakage in ta0 and ta1Alon Zakai
2012-01-08fix bugs with aligned memcpy/memset with an unaligned number of bytes operate...Alon Zakai
2012-01-08support alignment in memset and memcpy in ta2Alon Zakai
2012-01-07postfix temp vars in makeCopyValues for ta2Alon Zakai
2012-01-07fix safe heap bug with memmoveAlon Zakai
2011-12-31handle truncation inside ptrtoint when needed, and fix some potential bugs (a...Alon Zakai
2011-12-31support ptrtoint into i64 in i64 mode 1Alon Zakai
2011-12-30makeSetValue debugging stuff, and fix some missing ;'s for makeSetValueAlon Zakai
2011-12-26add missing srem for i64 mode 1Alon Zakai
2011-12-15rewrite variable analysis code. eliminate unused variables without side effec...Alon Zakai
2011-12-11simplify and slim down value intertypeAlon Zakai
2011-12-10do unsigned 32-bit loads properly in ta1Alon Zakai
2011-12-09fix i64 bitshifts (fixes test_intvars in i64 mode) and two other minor correc...Alon Zakai
2011-12-09fixes for isNiceIdentAlon Zakai
2011-12-08properly resolve multilevel function aliases, fixes bug with adding indexing ...Alon Zakai
2011-12-08fix for double mode 1 issue with 32-bit floats being NaNs and altering our do...Alon Zakai
2011-12-07fix bug with not fully processing ptrtoint and inttoptr in i64 mode 1Alon Zakai
2011-12-07fix test_pgo by not looking for a debug identifier for sign corrections in in...Alon Zakai
2011-12-07various i64 fixes, including preventing rounding of small negativesAlon Zakai
2011-12-07parseInt test is problematic, mark it as such, and fix some i64 issues with r...Alon Zakai
2011-12-06DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ta2...Alon Zakai
2011-12-03various minor compiler optimizationsAlon Zakai
2011-12-03refactoring towards supporting node.jsAlon Zakai
2011-12-02fixes for recent regressions in mathop stuff, and optimization for parseNumer...Alon Zakai
2011-12-02parsing optimization in isStructTypeAlon Zakai
2011-12-02more strict mode fixesAlon Zakai
2011-12-01code cleanup, do not do heavy operations in parameters to print or assertAlon Zakai
2011-11-30refactor compiler to allow future batching of types and globals. move postset...Alon Zakai
2011-11-29fix makeReintegrator bugAlon Zakai
2011-11-28fix for test_closure_compiler with spidermonkey as compiler engineAlon Zakai
2011-11-27fix for i64 mode 1 conversion of double to i64Alon Zakai
2011-11-27fix test_emscripten_apiAlon Zakai
2011-11-26fixes for 64-bit values in globals in i64 mode 1Alon Zakai
2011-11-26optimize overflow correction for 32 bitsAlon Zakai
2011-11-26inline calculations for sign/unsigning of >32 bitsAlon Zakai
2011-11-26optimize resigning of <32 bit intsAlon Zakai
2011-11-26clean up signing codeAlon Zakai
2011-11-25fix for passing structs by value, and warning for unfixable case of passing s...Alon Zakai
2011-11-25fix varargs calls in function pointersAlon Zakai
2011-11-24optimize tempInt and tempBigInt's with makeInlineCalculationAlon Zakai