Age | Commit message (Expand) | Author |
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-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 |
2013-07-21 | notice varargs when creating library function wrappers | Alon Zakai |
2013-07-09 | use |0 to coerce in div/rem, no need for >>>0 | Alon Zakai |
2013-07-03 | parse i64-to-ptr conversions of constants at compile time | Alon Zakai |
2013-07-03 | refactor getIndex calls to include the signature | Alon Zakai |
2013-07-03 | begin work on memory relocation | Alon Zakai |
2013-06-28 | do not include externals in BSS | Alon Zakai |
2013-06-28 | don't explicitly initialize uninitialized globals | Anthony Pesch |
2013-06-19 | fix CHECK_ALIGN | Alon Zakai |
2013-06-19 | properly coerce imprecise i64 math calls | Alon Zakai |
2013-06-19 | keep |0 on function calls, allow other bitwise ops on heap accesses etc. | Alon Zakai |
2013-06-10 | coerce output of integer modulus, since x%0 is NaN, which is not an integer | Alon Zakai |
2013-06-01 | limit a warning message | Alon Zakai |
2013-05-30 | handle illegal mathops in processMathop; valid for <64 bits in some cases | Alon Zakai |
2013-05-23 | fix argument counting regression from 5efd506 ; fixes #1202 | Alon Zakai |
2013-05-22 | handle dynamic indexes properly, even out of bounds, for array gep lookups; f... | Alon Zakai |
2013-05-20 | correctly count the number of normal vars even when there are i64s before a v... | Alon Zakai |
2013-05-16 | make some more asm things closure-friendly | Alon Zakai |
2013-05-10 | show all dangerous pointer casts only in VERBOSE=1 | Alon Zakai |
2013-05-09 | do not attempt aligned reads/writes on illegal values | Alon Zakai |
2013-05-09 | FORCE_ALIGNED_MEMORY option | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-05-03 | assert on no fp80s etc. in non-x86 target | Alon Zakai |
2013-05-02 | use 64-bit alignment for double writes in le32 | Alon Zakai |
2013-05-01 | remove unneeded corrections in unrolled memcpy | Alon Zakai |
2013-05-01 | fix alignment detection in asm for makeCopyValues, strip corrections before c... | Alon Zakai |
2013-04-29 | do not get confused by local vars that alias names of library functions, and ... | Alon Zakai |
2013-04-29 | todo | Alon Zakai |
2013-04-29 | tweak handling of unaligned doubles a little | Alon Zakai |
2013-04-29 | read/write 64-bit aligned doubles directly in le32, when aligned properly | Alon Zakai |
2013-04-29 | do not hope for 64-bit alignment with doubles in DOUBLE_MODE 0 since we will ... | Alon Zakai |
2013-04-26 | refer to wiki for function pointer cast issues | Alon Zakai |
2013-04-26 | improve isFunctionType | Alon Zakai |
2013-04-26 | check bitcasts in eatLLVMIdent, so that call-bitcast is checked | Alon Zakai |
2013-04-25 | more docs for function pointer casts | Alon Zakai |