public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/49313] New: Inefficient libgcc implementations for avr
@ 2011-06-07 17:28 gjl at gcc dot gnu.org
  2011-06-07 17:41 ` [Bug target/49313] " gjl at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: gjl at gcc dot gnu.org @ 2011-06-07 17:28 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49313

           Summary: Inefficient libgcc implementations for avr
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: missed-optimization
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gjl@gcc.gnu.org
            Target: avr


Currently, many support functions in libgcc are not tuned resp. not implemented
in assembler in libgcc.S in avr BE and thus the lengthy, open coded C-versions
are used.

Amongst these functions are:

For mode in hi, si, di:
__ctz<mode>2
__clz<mode>2
__ffs<mode>2
__parity<mode>2
__popcount<mode>2

For mode in si, di:
__bswap<mode>2

For DImode there are arithmetic functions like
__muldi3, __[u]divdi3, __[u]moddi3.


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-12-09 12:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-07 17:28 [Bug target/49313] New: Inefficient libgcc implementations for avr gjl at gcc dot gnu.org
2011-06-07 17:41 ` [Bug target/49313] " gjl at gcc dot gnu.org
2011-06-16  9:07 ` gjl at gcc dot gnu.org
2011-07-23 21:25 ` eric.weddington at atmel dot com
2011-07-23 22:17 ` gjl at gcc dot gnu.org
2011-07-27 16:39 ` gjl at gcc dot gnu.org
2011-07-27 16:43 ` gjl at gcc dot gnu.org
2011-07-28 10:29 ` gjl at gcc dot gnu.org
2011-07-28 10:32 ` gjl at gcc dot gnu.org
2011-07-29  9:34 ` gjl at gcc dot gnu.org
2011-07-29  9:54 ` gjl at gcc dot gnu.org
2011-10-28 17:49 ` gjl at gcc dot gnu.org
2011-11-07 18:41 ` gjl at gcc dot gnu.org
2011-11-21  9:06 ` gjl at gcc dot gnu.org
2011-12-09 12:08 ` gjl at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).