Skip to content
Snippets Groups Projects
  • Walter Lee's avatar
    dd552284
    Add ports for TILE-Gx and TILEPro. · dd552284
    Walter Lee authored
    .
    	* MAINTAINERS (tilegx port): Add myself.
    	(tilepro port): Add myself.
    
    contrib
    	* config-list.mk (LIST): Add tilegx-linux-gnu and
    	tilepro-linux-gnu.
    	* gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
    	(gcc/config/tilepro/mul-tables.c): New dependencies.
    
    gcc
    	* config.gcc: Handle tilegx and tilepro.
    	* configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
    	tilegx and tilepro.
    	Add HAVE_AS_TLS check for tilegx and tilepro.
    	* configure: Regenerate.
    	* doc/contrib.texi: Add Mat Hostetter and self.
    	* doc/extend.texi (TILE-Gx Built-in Functions): New node.
    	Document instruction intrinsics and network accessing intrinsics.
    	(TILEPro Built-in Functions): New node.	 Document instruction
    	intrinsics and network accessing intrinsics.
    	* doc/install.texi (Specific, tilegx-*-linux*): Document it.
    	(Specific, tilepro-*-linux*): Likewise.
    	* doc/invoke.texi (TILE-Gx Options): New section.
    	(TILEPro Options): New section.
    	* doc/md.texi (TILE-Gx): New section.
    	(TILEPro): New section.
    	* common/config/tilegx: New directory for tilegx.
    	* common/config/tilepro: New directory for tilepro.
    	* config/tilegx: New directory for tilegx.
    	* config/tilepro: New directory for tilepro.
    
    gcc/testsuite
    	* g++.dg/other/PR23205.C: Disable test on tile.
    	* g++.dg/other/pr23205-2.C: Disable test on tile.
    	* gcc.dg/20020312-2.c: Add a condition for __tile__.
    	* gcc.dg/20040813-1.c: Disable test on tile.
    	* gcc.dg/lower-subreg-1.c: Disable test on tilegx.
    	* gcc.misc-tests/linkage.exp: Handle tilegx.
    
    libcpp
    	* configure.ac: Require 64-bit hwint for tilegx and tilepro.
    	* configure: Regenerate.
    
    libgcc
    	* config.host: Handle tilegx and tilepro.
    	* config/tilegx: New directory for tilegx.
    	* config/tilepro: New directory for tilepro.
    
    libgomp
    	* configure.tgt: Handle tilegx and tilepro.
    	* config/linux/tile: New directory for tilegx and tilepro.
    
    Added:
         trunk/gcc/common/config/tilegx/tilegx-common.c
         trunk/gcc/common/config/tilepro/tilepro-common.c
         trunk/gcc/config/tilegx/constraints.md
         trunk/gcc/config/tilegx/linux.h
         trunk/gcc/config/tilegx/mul-tables.c
         trunk/gcc/config/tilegx/predicates.md
         trunk/gcc/config/tilegx/sync.md
         trunk/gcc/config/tilegx/t-tilegx
         trunk/gcc/config/tilegx/tilegx-builtins.h
         trunk/gcc/config/tilegx/tilegx-c.c
         trunk/gcc/config/tilegx/tilegx-generic.md
         trunk/gcc/config/tilegx/tilegx-modes.def
         trunk/gcc/config/tilegx/tilegx-multiply.h
         trunk/gcc/config/tilegx/tilegx-protos.h
         trunk/gcc/config/tilegx/tilegx.c
         trunk/gcc/config/tilegx/tilegx.h
         trunk/gcc/config/tilegx/tilegx.md
         trunk/gcc/config/tilegx/tilegx.opt
         trunk/gcc/config/tilepro/constraints.md
         trunk/gcc/config/tilepro/gen-mul-tables.cc
         trunk/gcc/config/tilepro/linux.h
         trunk/gcc/config/tilepro/mul-tables.c
         trunk/gcc/config/tilepro/predicates.md
         trunk/gcc/config/tilepro/t-tilepro
         trunk/gcc/config/tilepro/tilepro-builtins.h
         trunk/gcc/config/tilepro/tilepro-c.c
         trunk/gcc/config/tilepro/tilepro-generic.md
         trunk/gcc/config/tilepro/tilepro-modes.def
         trunk/gcc/config/tilepro/tilepro-multiply.h
         trunk/gcc/config/tilepro/tilepro-protos.h
         trunk/gcc/config/tilepro/tilepro.c
         trunk/gcc/config/tilepro/tilepro.h
         trunk/gcc/config/tilepro/tilepro.md
         trunk/gcc/config/tilepro/tilepro.opt
         trunk/libgcc/config/tilegx/sfp-machine.h
         trunk/libgcc/config/tilegx/sfp-machine32.h
         trunk/libgcc/config/tilegx/sfp-machine64.h
         trunk/libgcc/config/tilegx/t-crtstuff
         trunk/libgcc/config/tilegx/t-softfp
         trunk/libgcc/config/tilegx/t-tilegx
         trunk/libgcc/config/tilepro/atomic.c
         trunk/libgcc/config/tilepro/atomic.h
         trunk/libgcc/config/tilepro/linux-unwind.h
         trunk/libgcc/config/tilepro/sfp-machine.h
         trunk/libgcc/config/tilepro/softdivide.c
         trunk/libgcc/config/tilepro/softmpy.S
         trunk/libgcc/config/tilepro/t-crtstuff
         trunk/libgcc/config/tilepro/t-tilepro
         trunk/libgomp/config/linux/tile/futex.h
    Modified:
         trunk/MAINTAINERS
         trunk/contrib/config-list.mk
         trunk/contrib/gcc_update
         trunk/gcc/config.gcc
         trunk/gcc/configure
         trunk/gcc/configure.ac
         trunk/gcc/doc/contrib.texi
         trunk/gcc/doc/extend.texi
         trunk/gcc/doc/install.texi
         trunk/gcc/doc/invoke.texi
         trunk/gcc/doc/md.texi
         trunk/gcc/testsuite/g++.dg/other/PR23205.C
         trunk/gcc/testsuite/g++.dg/other/pr23205-2.C
         trunk/gcc/testsuite/gcc.dg/20020312-2.c
         trunk/gcc/testsuite/gcc.dg/20040813-1.c
         trunk/gcc/testsuite/gcc.dg/lower-subreg-1.c
         trunk/gcc/testsuite/gcc.misc-tests/linkage.exp
         trunk/libcpp/configure
         trunk/libcpp/configure.ac
         trunk/libgcc/config.host
         trunk/libgomp/configure.tgt
    
    From-SVN: r184203
    dd552284
    History
    Add ports for TILE-Gx and TILEPro.
    Walter Lee authored
    .
    	* MAINTAINERS (tilegx port): Add myself.
    	(tilepro port): Add myself.
    
    contrib
    	* config-list.mk (LIST): Add tilegx-linux-gnu and
    	tilepro-linux-gnu.
    	* gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
    	(gcc/config/tilepro/mul-tables.c): New dependencies.
    
    gcc
    	* config.gcc: Handle tilegx and tilepro.
    	* configure.ac (gcc_cv_as_dwarf2_debug_line): Enable test for
    	tilegx and tilepro.
    	Add HAVE_AS_TLS check for tilegx and tilepro.
    	* configure: Regenerate.
    	* doc/contrib.texi: Add Mat Hostetter and self.
    	* doc/extend.texi (TILE-Gx Built-in Functions): New node.
    	Document instruction intrinsics and network accessing intrinsics.
    	(TILEPro Built-in Functions): New node.	 Document instruction
    	intrinsics and network accessing intrinsics.
    	* doc/install.texi (Specific, tilegx-*-linux*): Document it.
    	(Specific, tilepro-*-linux*): Likewise.
    	* doc/invoke.texi (TILE-Gx Options): New section.
    	(TILEPro Options): New section.
    	* doc/md.texi (TILE-Gx): New section.
    	(TILEPro): New section.
    	* common/config/tilegx: New directory for tilegx.
    	* common/config/tilepro: New directory for tilepro.
    	* config/tilegx: New directory for tilegx.
    	* config/tilepro: New directory for tilepro.
    
    gcc/testsuite
    	* g++.dg/other/PR23205.C: Disable test on tile.
    	* g++.dg/other/pr23205-2.C: Disable test on tile.
    	* gcc.dg/20020312-2.c: Add a condition for __tile__.
    	* gcc.dg/20040813-1.c: Disable test on tile.
    	* gcc.dg/lower-subreg-1.c: Disable test on tilegx.
    	* gcc.misc-tests/linkage.exp: Handle tilegx.
    
    libcpp
    	* configure.ac: Require 64-bit hwint for tilegx and tilepro.
    	* configure: Regenerate.
    
    libgcc
    	* config.host: Handle tilegx and tilepro.
    	* config/tilegx: New directory for tilegx.
    	* config/tilepro: New directory for tilepro.
    
    libgomp
    	* configure.tgt: Handle tilegx and tilepro.
    	* config/linux/tile: New directory for tilegx and tilepro.
    
    Added:
         trunk/gcc/common/config/tilegx/tilegx-common.c
         trunk/gcc/common/config/tilepro/tilepro-common.c
         trunk/gcc/config/tilegx/constraints.md
         trunk/gcc/config/tilegx/linux.h
         trunk/gcc/config/tilegx/mul-tables.c
         trunk/gcc/config/tilegx/predicates.md
         trunk/gcc/config/tilegx/sync.md
         trunk/gcc/config/tilegx/t-tilegx
         trunk/gcc/config/tilegx/tilegx-builtins.h
         trunk/gcc/config/tilegx/tilegx-c.c
         trunk/gcc/config/tilegx/tilegx-generic.md
         trunk/gcc/config/tilegx/tilegx-modes.def
         trunk/gcc/config/tilegx/tilegx-multiply.h
         trunk/gcc/config/tilegx/tilegx-protos.h
         trunk/gcc/config/tilegx/tilegx.c
         trunk/gcc/config/tilegx/tilegx.h
         trunk/gcc/config/tilegx/tilegx.md
         trunk/gcc/config/tilegx/tilegx.opt
         trunk/gcc/config/tilepro/constraints.md
         trunk/gcc/config/tilepro/gen-mul-tables.cc
         trunk/gcc/config/tilepro/linux.h
         trunk/gcc/config/tilepro/mul-tables.c
         trunk/gcc/config/tilepro/predicates.md
         trunk/gcc/config/tilepro/t-tilepro
         trunk/gcc/config/tilepro/tilepro-builtins.h
         trunk/gcc/config/tilepro/tilepro-c.c
         trunk/gcc/config/tilepro/tilepro-generic.md
         trunk/gcc/config/tilepro/tilepro-modes.def
         trunk/gcc/config/tilepro/tilepro-multiply.h
         trunk/gcc/config/tilepro/tilepro-protos.h
         trunk/gcc/config/tilepro/tilepro.c
         trunk/gcc/config/tilepro/tilepro.h
         trunk/gcc/config/tilepro/tilepro.md
         trunk/gcc/config/tilepro/tilepro.opt
         trunk/libgcc/config/tilegx/sfp-machine.h
         trunk/libgcc/config/tilegx/sfp-machine32.h
         trunk/libgcc/config/tilegx/sfp-machine64.h
         trunk/libgcc/config/tilegx/t-crtstuff
         trunk/libgcc/config/tilegx/t-softfp
         trunk/libgcc/config/tilegx/t-tilegx
         trunk/libgcc/config/tilepro/atomic.c
         trunk/libgcc/config/tilepro/atomic.h
         trunk/libgcc/config/tilepro/linux-unwind.h
         trunk/libgcc/config/tilepro/sfp-machine.h
         trunk/libgcc/config/tilepro/softdivide.c
         trunk/libgcc/config/tilepro/softmpy.S
         trunk/libgcc/config/tilepro/t-crtstuff
         trunk/libgcc/config/tilepro/t-tilepro
         trunk/libgomp/config/linux/tile/futex.h
    Modified:
         trunk/MAINTAINERS
         trunk/contrib/config-list.mk
         trunk/contrib/gcc_update
         trunk/gcc/config.gcc
         trunk/gcc/configure
         trunk/gcc/configure.ac
         trunk/gcc/doc/contrib.texi
         trunk/gcc/doc/extend.texi
         trunk/gcc/doc/install.texi
         trunk/gcc/doc/invoke.texi
         trunk/gcc/doc/md.texi
         trunk/gcc/testsuite/g++.dg/other/PR23205.C
         trunk/gcc/testsuite/g++.dg/other/pr23205-2.C
         trunk/gcc/testsuite/gcc.dg/20020312-2.c
         trunk/gcc/testsuite/gcc.dg/20040813-1.c
         trunk/gcc/testsuite/gcc.dg/lower-subreg-1.c
         trunk/gcc/testsuite/gcc.misc-tests/linkage.exp
         trunk/libcpp/configure
         trunk/libcpp/configure.ac
         trunk/libgcc/config.host
         trunk/libgomp/configure.tgt
    
    From-SVN: r184203
To find the state of this project's repository at the time of any of these versions, check out the tags.