Age | Commit message (Expand) | Author |
2012-12-12 | coerce to float in uitofp/sitofp in asm | Alon Zakai |
2012-12-12 | refactor makeRounding in asm | Alon Zakai |
2012-12-12 | support for Math.imul | Alon Zakai |
2012-12-12 | make explicit double multiplying of ints in int multiply | Alon Zakai |
2012-12-11 | fix regression with not indexizing functions | Alon Zakai |
2012-12-10 | simplify varargs to always have an explicit last parameter called varrp | Alon Zakai |
2012-12-10 | asm coerce args and return value when calling library functions, but not asm ... | Alon Zakai |
2012-12-09 | fix resume with legalized structurals | Alon Zakai |
2012-12-09 | merge incoming | Alon Zakai |
2012-12-08 | better fix for the exception testcase in #747 - set the current exception whe... | Alon Zakai |
2012-12-08 | properly use identifier given to resume instruction, avoids issues with cxa_c... | Alon Zakai |
2012-12-07 | rewrite setjmp code to identify, uniquely, each setjmp and match it to a long... | Alon Zakai |
2012-12-07 | clear setjmped when handling a longjmp, so we can proceed to longjmp later co... | Alon Zakai |
2012-12-07 | fix asm coercions on function params | Alon Zakai |
2012-12-07 | set asm function table sizes to power of two, and add proper masking | Alon Zakai |
2012-12-07 | asm coercions on function parameters | Alon Zakai |
2012-12-07 | emit asm coercions on returns | Alon Zakai |
2012-12-07 | don't prevent closure inlining in asm, we don't run asm anyhow | Alon Zakai |
2012-12-07 | forward clearing of __THREW__ to asm | Alon Zakai |
2012-12-07 | fix i64 overflow math returns | Alon Zakai |
2012-12-07 | asm glue for tempRet* | Alon Zakai |
2012-12-07 | properly count pointer sizes in structural types | Alon Zakai |
2012-12-07 | restore makeLLVMStruct in non-legalizing mode | Alon Zakai |
2012-12-07 | fix non-legalized structural returns and invokes | Alon Zakai |
2012-12-07 | legalize illegal parts of structural types | Alon Zakai |
2012-12-07 | properly legalize invoke output | Alon Zakai |
2012-12-07 | properly legalize return | Alon Zakai |
2012-12-07 | properly decide when to legalize a call return value | Alon Zakai |
2012-12-07 | standardize tempRet to start at 0 | Alon Zakai |
2012-12-07 | generalize handling of zeroinitializer and undef in legalizer code | Alon Zakai |
2012-12-07 | legalize landingpad | Alon Zakai |
2012-12-07 | legalize insertvalue | Alon Zakai |
2012-12-07 | properly legalize storing an entire structure literal | Alon Zakai |
2012-12-07 | legalize loads and stores of entire structures | Alon Zakai |
2012-12-07 | do not legalize landingpad, for now | Alon Zakai |
2012-12-07 | legalize select structurals | Alon Zakai |
2012-12-07 | fix _parseInt return value | Alon Zakai |
2012-12-07 | fix bug when we legalize call params and assume return value is also in need ... | Alon Zakai |
2012-12-07 | start to legalize structural return values into one direct return plus the re... | Alon Zakai |
2012-12-07 | start to legalize structural types | Alon Zakai |
2012-12-07 | write tempParam in asm format | Alon Zakai |
2012-12-07 | emit phis properly for asm | Alon Zakai |
2012-12-07 | force-unroll in asm, to avoid creating non-asm-ey loops | Alon Zakai |
2012-12-07 | chunk asm var declarations, and handle i64s | Alon Zakai |
2012-12-07 | shorten temp var name | Alon Zakai |
2012-12-07 | allocate __tm_* globally/statically | Alon Zakai |
2012-12-07 | allocate impure_ptr globally | Alon Zakai |
2012-12-07 | fix return type detection in dynamic calls | Alon Zakai |
2012-12-07 | update environ code to use globals properly | Alon Zakai |
2012-12-07 | allocate timezone info early so they are constants, like normal llvm globals | Alon Zakai |