Age | Commit message (Expand) | Author |
2012-12-13 | chunk very large array literals in global constants, to avoid 'array initiali... | Alon Zakai |
2012-12-07 | properly implement uitofp/sitofp using our existing code for that; fixes #745 | Alon Zakai |
2012-11-27 | avoid overhead in named globals builds | Alon Zakai |
2012-11-27 | do not index globals referred to by name in library | Alon Zakai |
2012-11-27 | llvm global ctors is not indexable | Alon Zakai |
2012-11-27 | fix global indexing bugs | Alon Zakai |
2012-11-27 | do global indexing up front | Alon Zakai |
2012-11-27 | external globals and not indexable | Alon Zakai |
2012-11-27 | fix assignment to indexed global | Alon Zakai |
2012-11-27 | always use names for aliases | Alon Zakai |
2012-11-27 | switch to all or nothing named globals, and add testing | Alon Zakai |
2012-11-24 | allow limited the amount of named globals | Alon Zakai |
2012-11-24 | remove STRING_TABLE in preparation for better system to reduce # of globals | Alon Zakai |
2012-11-16 | remove unneeded assertion | Alon Zakai |
2012-11-15 | cache isType calls | Alon Zakai |
2012-11-15 | optimize isPossiblyFunctionType and use it more | Alon Zakai |
2012-11-15 | emit libraries and globals in pre phase, which needs to parse globals anyhow,... | Alon Zakai |
2012-11-12 | remove broken assertion, should fix #682 | Alon Zakai |
2012-11-06 | split js compiler into three passes, to facilitate future parallization | Alon Zakai |
2012-11-05 | Added %lld support to __scanString | Manuel Wellmann |
2012-11-02 | commented out refactoring of makeRounding | Alon Zakai |
2012-10-17 | UNALIGNED_MEMORY option to emulate unaligned reads/writes all the time, to su... | Alon Zakai |
2012-09-11 | compress type info of zeroinitializers in ta2 | Alon Zakai |
2012-08-25 | PRECISE_I32_MUL option for full precision in 32-bit multiply | Alon Zakai |
2012-07-08 | fix for getFastValue with subtracting a negative | Alon Zakai |
2012-07-04 | fix a bug with allocate not being told the right number of bytes with single ... | Alon Zakai |
2012-06-02 | add parents to makeHEAPView | Alon Zakai |
2012-05-30 | properly identify function pointers that return things like [64 x i16]* | Alon Zakai |
2012-04-28 | add parents just to be sure in getFastValue - we may get complex statements a... | Alon Zakai |
2012-04-20 | VERBOSE option | Alon Zakai |
2012-04-19 | do not repeat function pointer casting warnings too often | Alon Zakai |
2012-04-19 | clearer warnings on casts that change the number of function parameters | Alon Zakai |
2012-04-14 | fix makeSetValue on complex structural types, fixes #386 | Alon Zakai |
2012-04-11 | improve warning about huge floats | Alon Zakai |
2012-04-11 | show compiler warnings to console, not in source | Alon Zakai |
2012-04-10 | optimize gl heap viewing | Alon Zakai |
2012-04-09 | Merge pull request #370 from brson/frem | Alon Zakai |
2012-04-09 | allow anonmyous empty structs | Alon Zakai |
2012-04-09 | Support frem instruction | Brian Anderson |
2012-04-02 | only include i64 precise code if it will actually be used | Alon Zakai |
2012-04-01 | fix parsing of i64 constants in globals, and add working cube2hash testcase | Alon Zakai |
2012-04-01 | proper precise unsigned i64 modulo, and passing tests for i64 division and mo... | Alon Zakai |
2012-04-01 | use bignum for unsigned i64 precise division | Alon Zakai |
2012-04-01 | support for precise i64 signed math | Alon Zakai |
2012-03-28 | do not js-optimize away rounding corrections | Alon Zakai |
2012-03-05 | handle signedness properly in 64-bit div, mul, rem | Alon Zakai |
2012-03-05 | fix i64 comparisons | Alon Zakai |
2012-02-29 | fix i64 invoke args, and parsing of very large i64 (and other illegal) constants | Alon Zakai |
2012-02-29 | prevent 3965src etc. from leaking to global scope | Alon Zakai |
2012-02-27 | legalize switch i64 | Alon Zakai |