aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CppBackend/CPPBackend.cpp
AgeCommit message (Expand)Author
2013-12-12implement AtomicCmpXchgAlon 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-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-03use function types for signature generationAlon Zakai
2013-12-03ensure power-of-two function tablesAlon 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-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 f...Alon Zakai
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
2013-11-28atomicrmwAlon Zakai
2013-11-28getStoreAlon Zakai
2013-11-28getLoadAlon Zakai
2013-11-28fix allocaAlon Zakai
2013-11-28fix emitting of doubles with lots of digitsAlon Zakai
2013-11-27index functions from getPtr as wellAlon Zakai
2013-11-27fix ptrtointAlon Zakai
2013-11-27emit externalsAlon Zakai
2013-11-27simplify getPtrUseAlon Zakai
2013-11-27emit 0 for undefAlon Zakai
2013-11-27fix switchesAlon Zakai
2013-11-27global constant cleanupsAlon Zakai
2013-11-25handle ptrtoint of functionsAlon Zakai
2013-11-25debug stuffAlon Zakai
2013-11-25start to parse global constantsAlon Zakai
2013-11-25make constant parsing occur in 2 passes, one to calculate their addresses and...Alon Zakai
2013-11-25fcmpAlon Zakai
2013-11-25add an easy way to customize name and number of arguments in a callhandlerAlon Zakai
2013-11-25sign/unsign constantsAlon Zakai
2013-11-25add missing coercion on Math.imulAlon Zakai
2013-11-24try to emit the same register names as llvm ir hasAlon Zakai
2013-11-24fixesAlon Zakai