Age | Commit message (Expand) | Author |
2013-10-18 | vector load | Alon Zakai |
2013-10-18 | add basic float simd calls | Alon Zakai |
2013-10-18 | define vector literal type | Alon Zakai |
2013-10-18 | setup to do vector ops in processMathop | Alon Zakai |
2013-10-18 | use HEAPF32 for <4 x float> | Alon Zakai |
2013-10-16 | emit only tokens from tokenize, avoid allocating an object to wrap them | Alon Zakai |
2013-10-16 | remove .item from tokenizer output | Alon Zakai |
2013-10-16 | do not add ',' tokens during param list processing | Alon Zakai |
2013-10-12 | avoid creating unnecessary objects when calling tokenize | Alon Zakai |
2013-10-10 | do not emit postSets for function indexing etc., bake them into the memory in... | Alon Zakai |
2013-10-09 | optimize parseNumerical | Alon Zakai |
2013-10-08 | use ident in alloca intertype | Alon Zakai |
2013-10-02 | do not tack on .0 to Infinity or NaN | Alon Zakai |
2013-10-02 | do not remove '.' from floats in parseNumerical | Alon Zakai |
2013-10-02 | overflow numbers directly in js compiler | Alon Zakai |
2013-10-02 | optimize Math.x to Math_x | Alon Zakai |
2013-10-02 | if not running js opts, ensure a . in asmEnsureFloat immediately | Alon Zakai |
2013-10-02 | add explicit vars for illegal mathops and landingpad | Alon Zakai |
2013-10-02 | register phi variables in function | Alon Zakai |
2013-10-02 | chunk label init with the rest | Alon Zakai |
2013-10-02 | remove unnecessary function param coercion parens | Alon Zakai |
2013-10-02 | remove whitespace in mathops | Alon Zakai |
2013-09-30 | Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4 | Alon Zakai |
2013-09-27 | fast-path simple loads | Alon Zakai |
2013-09-27 | improve processMathOp quoting | Alon Zakai |
2013-09-27 | better check for when things need quoting | Alon Zakai |
2013-09-27 | === in isLocalVar | Alon Zakai |
2013-09-26 | optimize parseLLVMString | Alon Zakai |
2013-09-26 | optimize makeSignOp | Alon Zakai |
2013-09-26 | hackish optimization for pre processing of heap inits, avoid pure numeric str... | Alon Zakai |
2013-09-26 | fix getFastValue regression | Alon Zakai |
2013-09-26 | remove makeGetPos and part of noNeedFirst | Alon Zakai |
2013-09-26 | optimize getFastValue | Alon Zakai |
2013-09-25 | optimize getFastValue | Alon Zakai |
2013-09-25 | Don't rewrite multiplication by 0 as 0. | Bruce Mitchener |
2013-09-24 | do not turn 0*x to 0 in the case of floats, since NaNs break there; fixes #1661 | Alon Zakai |
2013-09-24 | Merge pull request #1643 from waywardmonkeys/fix-typo | Alon Zakai |
2013-09-23 | forward noSafe in makeGet|SetValue | Alon Zakai |
2013-09-20 | Fix typo in URL. | Bruce Mitchener |
2013-09-16 | Integrate the new tool into emscripten | ngld |
2013-09-04 | restore ZTVN10 hacks, but only for non-ta2 where we do not link in libcxxabi | Alon Zakai |
2013-08-26 | parse llvm structural types in parameter tokens | Alon Zakai |
2013-08-19 | round doubles to i64s more carefully, especially small negatives; fixes #1539 | Alon Zakai |
2013-08-16 | simplify and automate GetProcAddress logic, and move it out of GL emulation | Alon Zakai |
2013-08-11 | experimental toFloat32 option | Alon Zakai |
2013-08-08 | remove nocapture in aligned byval | Alon Zakai |
2013-08-08 | ignore nocapture parameters | Alon Zakai |
2013-07-29 | accept [0 x ..] in the middle of structures, odd as it might seem, this is va... | Alon Zakai |
2013-07-23 | properly handle generation of instances of structures ending in [0 x ..] | Alon Zakai |
2013-07-23 | better error message | Alon Zakai |