2010-06-28 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
commit81a8818862721af30258bb7f58e62e58c8fce961
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jun 2010 13:22:47 +0000 (28 13:22 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Jun 2010 13:22:47 +0000 (28 13:22 +0000)
tree6618882baaf1e25d7241e95a77f9018968ee0f9b
parent2d08a364da48a73bbf1226bd415e530d4c67273d
2010-06-28  Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

        * config.gcc (powerpc*-*-*): Handle titan.
        * config/rs6000/rs6000.c (titan_cost): New costs.
        (rs6000_override_options): Add "titan" to processor_target_table.
        Add Titan to branch alignment logic.
        Correctly set rs6000_cost for titan.
        * config/rs6000/rs6000.md (cpu): Add titan.  Include "titan.md".
        * config/rs6000/titan.md: New file.
        * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mcpu=titan.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161491 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.gcc
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/titan.md [new file with mode: 0644]
gcc/doc/invoke.texi