Skip to content

Commit

Permalink
Updated source file headers to llvm coding standard.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44597 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Scott Michel committed Dec 5, 2007
1 parent 67d5755 commit 2466c37
Show file tree
Hide file tree
Showing 33 changed files with 75 additions and 85 deletions.
1 change: 1 addition & 0 deletions LICENSE.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -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


5 changes: 2 additions & 3 deletions lib/Target/CellSPU/CellSDKIntrinsics.td
Original file line number Diff line number Diff line change
Expand Up @@ -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 --==--
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPU.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPU.td
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUAsmPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUCallingConv.td
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUFrameInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUFrameInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUHazardRecognizers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUHazardRecognizers.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUISelDAGToDAG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUISelLowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
4 changes: 4 additions & 0 deletions lib/Target/CellSPU/SPUInstrBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion lib/Target/CellSPU/SPUInstrFormats.td
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//

Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUInstrInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
7 changes: 3 additions & 4 deletions lib/Target/CellSPU/SPUInstrInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//

Expand Down
4 changes: 3 additions & 1 deletion lib/Target/CellSPU/SPUInstrInfo.td
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUMachineFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
7 changes: 4 additions & 3 deletions lib/Target/CellSPU/SPUNodes.td
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion lib/Target/CellSPU/SPUOperands.td
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPURegisterInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
4 changes: 3 additions & 1 deletion lib/Target/CellSPU/SPURegisterInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 3 additions & 2 deletions lib/Target/CellSPU/SPURegisterInfo.td
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPURegisterNames.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//

Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUSchedule.td
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//

Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUSubtarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUSubtarget.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUTargetAsmInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUTargetAsmInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUTargetMachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down
5 changes: 2 additions & 3 deletions lib/Target/CellSPU/SPUTargetMachine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
//===----------------------------------------------------------------------===//
//
Expand Down

0 comments on commit 2466c37

Please sign in to comment.