Age | Commit message (Expand) | Author |
2012-01-28 | legalize lshr | Alon Zakai |
2012-01-26 | fix 2 phi bugs with multiple phis and self-refing phis | Alon Zakai |
2012-01-25 | Merge branch 'master' into llvmopts | Alon Zakai |
2012-01-25 | fix some spacing stuff | Alon Zakai |
2012-01-25 | String constants are store in a table to limit variable count | julien.hamaide |
2012-01-23 | always include memcpy | Alon Zakai |
2012-01-17 | handle atomic operations appearing in libc++ | Alon Zakai |
2012-01-16 | refactor runtime init and exit code | Alon Zakai |
2012-01-12 | Fix exception resuming | julien.hamaide |
2012-01-12 | Fix library exception function to work with QUANTUM_SIZE=1 | julien.hamaide |
2012-01-11 | Catching specific exception type now works | julien.hamaide |
2012-01-10 | optimize varargs calls by avoiding calling allocate there | Alon Zakai |
2012-01-09 | notice alignment in byval params | Alon Zakai |
2012-01-08 | support alignment in memset and memcpy in ta2 | Alon Zakai |
2012-01-06 | prevent stack from being exhausted due to allocas and byval arguments | Alon Zakai |
2012-01-04 | fix bug with investigating types in the main pass, and in rare cases defining... | Alon Zakai |
2012-01-02 | do not set label when continue-ing to a loop with one entry | Alon Zakai |
2012-01-02 | do not set label when leaving a multiple with one post-entry, and properly op... | Alon Zakai |
2011-12-30 | makeSetValue debugging stuff, and fix some missing ;'s for makeSetValue | Alon Zakai |
2011-12-22 | consolidate llvm switch checks to both optimize execution and fix a bug with ... | Alon Zakai |
2011-12-15 | rewrite variable analysis code. eliminate unused variables without side effec... | Alon Zakai |
2011-12-11 | simplify and slim down value intertype | Alon Zakai |
2011-12-08 | properly resolve multilevel function aliases, fixes bug with adding indexing ... | Alon Zakai |
2011-12-08 | remove workaround with not indexizing aliases | Alon Zakai |
2011-12-05 | support for external variables in runtime linking | Alon Zakai |
2011-12-05 | initial work on annotating the generated code for closure compiler | Alon Zakai |
2011-12-05 | partial support for runtime linking of separately-compiled modules (only func... | Alon Zakai |
2011-12-05 | remove unneeded code | Alon Zakai |
2011-12-04 | fix line numbers with multiple linked files | Alon Zakai |
2011-12-04 | batch function lines to speed up processing of many tiny functions | Alon Zakai |
2011-12-03 | various minor compiler optimizations | Alon Zakai |
2011-12-03 | refactoring towards supporting node.js | Alon Zakai |
2011-12-02 | various fixes from js strict mode testing | Alon Zakai |
2011-12-01 | code cleanup, do not do heavy operations in parameters to print or assert | Alon Zakai |
2011-12-01 | misc minor but important memory fixes | Alon Zakai |
2011-11-30 | disable unneeded (and slow) JSifying of types | Alon Zakai |
2011-11-30 | refactor compiler to allow future batching of types and globals. move postset... | Alon Zakai |
2011-11-29 | refactor unparsedFunctions a tiny bit | Alon Zakai |
2011-11-29 | more memory debugging tools and minor optimizations | Alon Zakai |
2011-11-28 | support for nested objects in library objects, including functions | Alon Zakai |
2011-11-28 | memory debugging code, and some minor optimizations from it | Alon Zakai |
2011-11-27 | When I64_MODE==1, split each global constant int64 at compile time. | Benjamin M. Schwartz |
2011-11-27 | move printing of type info to right position | Alon Zakai |
2011-11-27 | do not save function JS in memory, print it out and forget it to save memory ... | Alon Zakai |
2011-11-27 | refactor finalCombiner | Alon Zakai |
2011-11-26 | fixes for 64-bit values in globals in i64 mode 1 | Alon Zakai |
2011-11-26 | comment on byval | Alon Zakai |
2011-11-25 | fix for passing structs by value, and warning for unfixable case of passing s... | Alon Zakai |
2011-11-25 | fix varargs calls in function pointers | Alon Zakai |
2011-11-23 | replace compiler tricks for one-time loop removal and label removal with a pr... | Alon Zakai |