Updated source file headers to llvm coding standard.
authorScott Michel <scottm@aero.org>
Wed, 5 Dec 2007 01:40:25 +0000 (01:40 +0000)
committerScott Michel <scottm@aero.org>
Wed, 5 Dec 2007 01:40:25 +0000 (01:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44597 91177308-0d34-0410-b5e6-96231b3b80d8

33 files changed:
LICENSE.TXT
lib/Target/CellSPU/CellSDKIntrinsics.td
lib/Target/CellSPU/Makefile
lib/Target/CellSPU/SPU.h
lib/Target/CellSPU/SPU.td
lib/Target/CellSPU/SPUAsmPrinter.cpp
lib/Target/CellSPU/SPUCallingConv.td
lib/Target/CellSPU/SPUFrameInfo.cpp
lib/Target/CellSPU/SPUFrameInfo.h
lib/Target/CellSPU/SPUHazardRecognizers.cpp
lib/Target/CellSPU/SPUHazardRecognizers.h
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/CellSPU/SPUISelLowering.h
lib/Target/CellSPU/SPUInstrBuilder.h
lib/Target/CellSPU/SPUInstrFormats.td
lib/Target/CellSPU/SPUInstrInfo.cpp
lib/Target/CellSPU/SPUInstrInfo.h
lib/Target/CellSPU/SPUInstrInfo.td
lib/Target/CellSPU/SPUMachineFunction.h
lib/Target/CellSPU/SPUNodes.td
lib/Target/CellSPU/SPUOperands.td
lib/Target/CellSPU/SPURegisterInfo.cpp
lib/Target/CellSPU/SPURegisterInfo.h
lib/Target/CellSPU/SPURegisterInfo.td
lib/Target/CellSPU/SPURegisterNames.h
lib/Target/CellSPU/SPUSchedule.td
lib/Target/CellSPU/SPUSubtarget.cpp
lib/Target/CellSPU/SPUSubtarget.h
lib/Target/CellSPU/SPUTargetAsmInfo.cpp
lib/Target/CellSPU/SPUTargetAsmInfo.h
lib/Target/CellSPU/SPUTargetMachine.cpp
lib/Target/CellSPU/SPUTargetMachine.h

index d453def..7509ffd 100644 (file)
@@ -67,5 +67,6 @@ Autoconf            llvm/autoconf
                     llvm/projects/ModuleMaker/autoconf
                     llvm/projects/sample/autoconf
 Boost C++ Libraries llvm/include : docs/BOOST_LICENSE_1_0.txt
+CellSPU backend     llvm/lib/Target/CellSPU/README.txt
 
 
index bd1794c..5bd6b9b 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //===----------------------------------------------------------------------===//
 
 ///--==-- Arithmetic ops intrinsics --==--
index 282d07f..7abb40c 100644 (file)
@@ -3,9 +3,8 @@
 #                     The LLVM Compiler Infrastructure
 #
 # This file was developed by a team from the Computer Systems Research
-# Department at The Aerospace Corporation.
-#
-# See README.txt for details.
+# Department at The Aerospace Corporation and is distributed under the
+# University of Illinois Open Source License. See LICENSE.TXT for details.
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
 LIBRARYNAME = LLVMCellSPU
index d66fce2..aee87fb 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index ec41e54..14e7ccf 100644 (file)
@@ -2,11 +2,10 @@
 // 
 //                     The LLVM Compiler Infrastructure
 //
-//
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
-// See README.txt for details.
 //===----------------------------------------------------------------------===//
 //
 // This is the top level entry point for the STI Cell SPU target machine.
index 6fdb14c..14f9909 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index cc1a9d6..f7e5c01 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 //
index c110db9..a37dd5d 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index 2fe7b35..8ce8450 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index e4787eb..bb9a4dc 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index ce602fd..f6f618d 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index 7d5c8ca..935064d 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index 91c0024..41c6f50 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index 4e3ec3a..2275b7a 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index 58e455f..074e173 100644 (file)
@@ -2,6 +2,10 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
+// This file was developed by a team from the Computer Systems Research
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
+//
 //===----------------------------------------------------------------------===//
 //
 // This file exposes functions that may be used with BuildMI from the
index 8d3a500..81977b6 100644 (file)
@@ -2,7 +2,9 @@
 // 
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by The Aerospace Corporation....
+// This file was developed by a team from the Computer Systems Research
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 
index d65a528..ea7e107 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index 0728c41..6b69b75 100644 (file)
@@ -3,13 +3,12 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
-// This file contains the PowerPC implementation of the TargetInstrInfo class.
+// This file contains the CellSPU implementation of the TargetInstrInfo class.
 //
 //===----------------------------------------------------------------------===//
 
index 71ff34b..faa6a7c 100644 (file)
@@ -2,7 +2,9 @@
 // 
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by The Aerospace Corporation.
+// This file was developed by a team from the Computer Systems Research
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // Cell SPU Instructions:
index 8c98d5a..1f28bad 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index eaf2f49..11a1e29 100644 (file)
@@ -1,9 +1,10 @@
 //=- SPUNodes.h - Specialized SelectionDAG nodes used for CellSPU -*- C++ -*-=//
 //
-// This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
+//                     The LLVM Compiler Infrastructure
 //
-// See README.txt for details.
+// This file was developed by a team from the Computer Systems Research
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //===----------------------------------------------------------------------===//
 //
 // Type profiles and SelectionDAG nodes used by CellSPU
index af44566..05270dd 100644 (file)
@@ -2,7 +2,9 @@
 // 
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by The Aerospace Corporation.
+// This file was developed by a team from the Computer Systems Research
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 // Cell SPU Instruction Operands:
index 546b91c..a9c7333 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index a3006a9..07e16d8 100644 (file)
@@ -2,7 +2,9 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by The Aerospace Corporation.
+// This file was developed by a team from the Computer Systems Research
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index f7156a5..5379225 100644 (file)
@@ -2,8 +2,9 @@
 // 
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by The Aerospace Corporation. No distribution rights
-// yet determined...
+// This file was developed by a team from the Computer Systems Research
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 //
index a475353..287a82b 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 
index 06e3d20..e8a8a7a 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 
index 6786f7f..90c5a05 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index d0172b1..a64a37f 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index 027d73e..f90c7d8 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index 868abfb..1011904 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index 068fd00..ed5eace 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //
index 53a00ea..8f9677d 100644 (file)
@@ -3,9 +3,8 @@
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by a team from the Computer Systems Research
-// Department at The Aerospace Corporation.
-//
-// See README.txt for details.
+// Department at The Aerospace Corporation and is distributed under the
+// University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
 //