aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Collapse)Author
2013-12-13support multiple global initializersAlon Zakai
2013-12-13fix trunc of constAlon Zakai
2013-12-13fix unaligned readsAlon Zakai
2013-12-13fix global extern detectionAlon Zakai
2013-12-13fix unaligned load codeAlon Zakai
2013-12-13fix zext signednessAlon Zakai
2013-12-13fix relooper usage where we created duplicate branches in switchesAlon Zakai
2013-12-13fix pointer type castAlon Zakai
2013-12-12implement AtomicCmpXchgAlon Zakai
2013-12-12atol aliasAlon Zakai
2013-12-12ntohl and ntohs aliasesAlon Zakai
2013-12-08legalize fptosiAlon Zakai
2013-12-08legalize shlAlon Zakai
2013-12-07fix typosAlon Zakai
2013-12-07fix i64 shift number of argumentsAlon Zakai
2013-12-07fix missing assign in getHigh32Alon Zakai
2013-12-07getHigh32/setHigh32Alon Zakai
2013-12-04legalize sexts to i64 from <= i32Alon Zakai
2013-12-03assert on i64 storesAlon Zakai
2013-12-03emit global initializersAlon Zakai
2013-12-03make return a nonspecific castAlon Zakai
2013-12-03__cxa_atexit redirectAlon Zakai
2013-12-03fix tempDoublePtr additionsAlon Zakai
2013-12-03emit nonspecific asm casts in function callsAlon Zakai
2013-12-03prevent some warningsAlon Zakai
2013-12-03ensure function tablesAlon Zakai
2013-12-03emit function table calls including masksAlon Zakai
2013-12-03use function types for signature generationAlon Zakai
2013-12-03don't look for custom call handlers if not calling a function but a pointerAlon Zakai
2013-12-03ensure power-of-two function tablesAlon Zakai
2013-12-03fix call generationAlon Zakai
2013-12-03assert on i64sAlon Zakai
2013-12-03emit function tablesAlon Zakai
2013-12-02use switch only based on heuristics for when that is profitableAlon Zakai
2013-12-02use externs for fastcomp vars and declare for fastcomp funcsAlon Zakai
2013-12-02unaligned reads fixesAlon Zakai
2013-12-02missing store breaksAlon Zakai
2013-12-02missing breaksAlon Zakai
2013-12-02commentsAlon Zakai
2013-12-01redirect putc->fputcAlon Zakai
2013-12-01differentiate external vars from funcsAlon Zakai
2013-11-30convert float and double constants even more carefullyAlon Zakai
2013-11-30fix variable-size alloca castAlon Zakai
2013-11-30refactor global constant allocation, and assume worst-case 8-byte alignment ↵Alon Zakai
for now
2013-11-29handle memmove intrinsicAlon Zakai
2013-11-29emit float constants properlyAlon Zakai
2013-11-29generate postSetsAlon Zakai
2013-11-29refactor getPtrAlon Zakai
2013-11-29add a final return if necessaryAlon Zakai
2013-11-29support runtime-sized allocasAlon Zakai