1. 03 Nov, 2003 1 commit
  2. 16 Oct, 2003 1 commit
  3. 11 Oct, 2003 1 commit
  4. 14 Jun, 2003 1 commit
  5. 12 Jun, 2003 1 commit
  6. 13 May, 2003 1 commit
  7. 30 Jan, 2003 1 commit
  8. 08 Jan, 2003 1 commit
  9. 17 Dec, 2002 1 commit
  10. 20 Aug, 2002 1 commit
    • config.sub: Import from master repository. · 5ce6f47b
      2002-08-15  Eric Christopher  <echristo@redhat.com>
      
              * 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.
      
      From-SVN: r56471
      Eric Christopher committed
  11. 17 Jul, 2002 1 commit
  12. 19 Jun, 2002 1 commit
  13. 22 May, 2002 1 commit
  14. 08 May, 2002 1 commit
  15. 09 Feb, 2002 1 commit
  16. 16 Jan, 2002 1 commit
  17. 03 Dec, 2001 1 commit
  18. 09 Nov, 2001 1 commit
    • In ChangeLog: 2001-11-08 Geoffrey Keating <geoffk@redhat.com> · c6243b4c
      In ChangeLog:
      2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
      
      	* config.sub: Import from master sources, rev. 1.230.
      	* MAINTAINERS: Change 'stormy16' to 'xstormy16'.
      
      Index: gcc/ChangeLog
      2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
      
      	* config.gcc: Rename stormy16 to xstormy16.
      	* config/stormy16/stormy-abi: Likewise.
      	* config/stormy16/stormy16-protos.h: Likewise.
      	* config/stormy16/stormy16.c: Likewise.
      	* config/stormy16/stormy16.h: Likewise.
      	* config/stormy16/stormy16.md: Likewise.
      
      Index: gcc/testsuite/ChangeLog
      2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
      
      	* g++.old-deja/g++.bugs/900227_01.C: Change stormy16 to xstormy16.
      	* g++.old-deja/g++.eh/badalloc1.C: Change stormy16 to xstormy16.
      	* g++.old-deja/g++.mike/ns15.C: Change stormy16 to xstormy16.
      	* g++.old-deja/g++.pt/crash16.C: Change stormy16 to xstormy16.
      	* gcc.c-torture/compile/961203-1.x: Change stormy16 to xstormy16.
      	* gcc.c-torture/compile/980506-1.x: Change stormy16 to xstormy16.
      	* gcc.c-torture/compile/990617-1.x: Change stormy16 to xstormy16.
      
      From-SVN: r46867
      Geoffrey Keating committed
  19. 05 Nov, 2001 1 commit
  20. 31 Aug, 2001 1 commit
    • config.guess: Merge from master sources. · 8fa0a32e
      2001-08-30  Eric Christopher  <echristo@redhat.com>
      	    Jason Eckhardt  <jle@redhat.com>
      
      	* config.guess: Merge from master sources.
      	* config.sub: Merge from master sources, add support for mipsisa32.
      
      Co-Authored-By: Jason Eckhardt <jle@redhat.com>
      
      From-SVN: r45310
      Eric Christopher committed
  21. 25 Aug, 2001 1 commit
  22. 15 Aug, 2001 1 commit
  23. 16 Jul, 2001 1 commit
  24. 09 Jun, 2001 1 commit
  25. 04 Jun, 2001 1 commit
  26. 06 Apr, 2001 1 commit
  27. 12 Feb, 2001 1 commit
  28. 06 Nov, 2000 1 commit
  29. 02 Nov, 2000 1 commit
  30. 05 Oct, 2000 1 commit
  31. 05 Sep, 2000 1 commit
  32. 27 Aug, 2000 1 commit
  33. 22 Jul, 2000 1 commit
  34. 05 Jun, 2000 1 commit
  35. 12 May, 2000 1 commit
  36. 17 Apr, 2000 1 commit
  37. 06 Apr, 2000 1 commit
  38. 24 Feb, 2000 1 commit
  39. 16 Feb, 2000 2 commits