aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CppBackend/CPPBackend.cpp
AgeCommit message (Expand)Author
2013-12-20fix parens in ashr/lshrAlon Zakai
2013-12-20fix load duplication bugAlon Zakai
2013-12-20fix lshr on <32 bitsAlon Zakai
2013-12-19rename CppWriter to JSWriterAlon Zakai
2013-12-19rip out a lot of unnecessary c++ backend codeAlon Zakai
2013-12-19fix unique name handlingAlon Zakai
2013-12-18remove some unneeded codeAlon Zakai
2013-12-18fix ftostr_exact on small doublesAlon Zakai
2013-12-15fix coercions in bitcastAlon Zakai
2013-12-15do not try to sign boolean constantsAlon Zakai
2013-12-15fix float undefsAlon Zakai
2013-12-15fix cast on final missing returnsAlon Zakai
2013-12-15fix shifs of <32 bitsAlon Zakai
2013-12-14fix unaligned readAlon Zakai
2013-12-14fix ptr+offset in global constantAlon Zakai
2013-12-14fix some castsAlon Zakai
2013-12-14handle short floatsAlon Zakai
2013-12-14improve float emittingAlon Zakai
2013-12-14unaligned fixesAlon Zakai
2013-12-14fix fcmpAlon Zakai
2013-12-14export used redirectsAlon Zakai
2013-12-14assume ridiculous alignment in load and store are from constant pointers, so ...Alon Zakai
2013-12-13use signed by default, unless explicitly unsignedAlon Zakai
2013-12-13support global constants that are an add on a ptrtointAlon Zakai
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-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