Skip to content
Snippets Groups Projects
Forked from redox-os / gcc
200345 commits behind, 44727 commits ahead of the upstream repository.
  • echristo's avatar
    2857c21b
    2002-08-15 Eric Christopher <echristo@redhat.com> · 2857c21b
    echristo authored
            * config.sub: Import from master repository.
            * config.guess: Ditto.
    2002-08-15  Eric Christopher  <echristo@redhat.com>
    	    Jeff Knaggs  <jknaggs@redhat.com>
    
    	* config.gcc (mipsisa64sr71k-elf): New target.
    	* config/mips/sr71k.md: New file.
    	* config/mips/mips.md: Use it.
    	(rot*): Add sr71k specifics.
    	* config/mips/t-sr71k: New file.
    	* config/mips/mips.h (sr71k): New cpu.
    	(TARGET_SR71K): Use it.
    	(TUNE_SR71K): Ditto.
    	(GENERATE_BRANCHLIKELY): Ditto.
    	(ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
    	ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
    	* config/mips/mips.c (sr71k): New cpu.
    	(mips_use_dfa_pipeline_interface): Use.
    
    2002-08-15  Eric Christopher  <echristo@redhat.com>
                Richard Sandiford <rsandifo@redhat.com>
    	    Aldy Hernandez  <aldyh@redhat.com>
    	    Graham Stott    <grahams@redhat.com>
    	    Michael Meissner  <meissner@redhat.com>
    	    Gavin Romig-Koch  <gavin@redhat.com>
    	    Ken Raeburn  <raeburn@cygnus.com>
    	    Alexandre Oliva <aoliva@redhat.com>
    
    	* config.gcc (mips64vr-elf): New target.
    	* config/mips/5400.md: New file.
    	* config/mips/5500.md: Ditto.
    	* config/mips/mips.md: Use them.
    	(frsqrt): New.
    	* config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
    	cpus.
    	(mips_issue_rate): Use them.
    	(mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
    	(TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
    	* config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
    	cpus.
    	(TARGET_MIPSx): Use them.
    	(TUNE_MIPSx): Ditto.
    	(GETNATE_MULT3_SI): Ditto.
    	(ISA_HAS_BRANCHLIKELY): Ditto.
    	(ISA_HAS_CONDMOVE): Ditto.
    	(ISA_HAS_NMADD_NMSUB): Ditto.
    	(ISA_HAS_MULHI): New. Ditto.
    	(ISA_HAS_MULS): Ditto.
    	(ISA_HAS_MSAC): Ditto.
    	(ISA_HAS_MACC): Ditto.
    	(ISA_HAS_ROTR_SI): Ditto.
    	(ISA_HAS_ROTR_DI): Ditto.
    	(RTX_COSTS): Use.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56471 138bc75d-0d04-0410-961f-82ee72b054a4
    2857c21b
    History
    2002-08-15 Eric Christopher <echristo@redhat.com>
    echristo authored
            * config.sub: Import from master repository.
            * config.guess: Ditto.
    2002-08-15  Eric Christopher  <echristo@redhat.com>
    	    Jeff Knaggs  <jknaggs@redhat.com>
    
    	* config.gcc (mipsisa64sr71k-elf): New target.
    	* config/mips/sr71k.md: New file.
    	* config/mips/mips.md: Use it.
    	(rot*): Add sr71k specifics.
    	* config/mips/t-sr71k: New file.
    	* config/mips/mips.h (sr71k): New cpu.
    	(TARGET_SR71K): Use it.
    	(TUNE_SR71K): Ditto.
    	(GENERATE_BRANCHLIKELY): Ditto.
    	(ISA_HAS_MULHI, ISA_HAS_MULS, ISA_HAS_MSAC, ISA_HAS_MACC,
    	ISA_HAS_ROTR_SIISA_HAS_ROTR_DI): Ditto.
    	* config/mips/mips.c (sr71k): New cpu.
    	(mips_use_dfa_pipeline_interface): Use.
    
    2002-08-15  Eric Christopher  <echristo@redhat.com>
                Richard Sandiford <rsandifo@redhat.com>
    	    Aldy Hernandez  <aldyh@redhat.com>
    	    Graham Stott    <grahams@redhat.com>
    	    Michael Meissner  <meissner@redhat.com>
    	    Gavin Romig-Koch  <gavin@redhat.com>
    	    Ken Raeburn  <raeburn@cygnus.com>
    	    Alexandre Oliva <aoliva@redhat.com>
    
    	* config.gcc (mips64vr-elf): New target.
    	* config/mips/5400.md: New file.
    	* config/mips/5500.md: Ditto.
    	* config/mips/mips.md: Use them.
    	(frsqrt): New.
    	* config/mips/mips.c (vr4111, vr4121, vr4320, vr5400, vr5500): New
    	cpus.
    	(mips_issue_rate): Use them.
    	(mips_use_dfa_pipeline_interface): New function. Use for 5400 and 5500.
    	(TARGET_SCHEDUSE_DFA_PIPELINE_INTERFACE): Define. Use above.
    	* config/mips/mips.h (vr4111, vr4121, vr4320, vr5400, vr5500): New
    	cpus.
    	(TARGET_MIPSx): Use them.
    	(TUNE_MIPSx): Ditto.
    	(GETNATE_MULT3_SI): Ditto.
    	(ISA_HAS_BRANCHLIKELY): Ditto.
    	(ISA_HAS_CONDMOVE): Ditto.
    	(ISA_HAS_NMADD_NMSUB): Ditto.
    	(ISA_HAS_MULHI): New. Ditto.
    	(ISA_HAS_MULS): Ditto.
    	(ISA_HAS_MSAC): Ditto.
    	(ISA_HAS_MACC): Ditto.
    	(ISA_HAS_ROTR_SI): Ditto.
    	(ISA_HAS_ROTR_DI): Ditto.
    	(RTX_COSTS): Use.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56471 138bc75d-0d04-0410-961f-82ee72b054a4
config.sub 29.05 KiB