[llvm-commits] CVS: llvm/lib/Target/Skeleton/Skeleton.h SkeletonInstrInfo.cpp SkeletonInstrInfo.h SkeletonJITInfo.cpp SkeletonJITInfo.h SkeletonRegisterInfo.cpp SkeletonRegisterInfo.h SkeletonTargetMachine.cpp SkeletonTargetMachine.h

Misha Brukman brukman at cs.uiuc.edu
Thu Apr 21 16:20:46 PDT 2005



Changes in directory llvm/lib/Target/Skeleton:

Skeleton.h updated: 1.1 -> 1.2
SkeletonInstrInfo.cpp updated: 1.1 -> 1.2
SkeletonInstrInfo.h updated: 1.1 -> 1.2
SkeletonJITInfo.cpp updated: 1.2 -> 1.3
SkeletonJITInfo.h updated: 1.2 -> 1.3
SkeletonRegisterInfo.cpp updated: 1.4 -> 1.5
SkeletonRegisterInfo.h updated: 1.5 -> 1.6
SkeletonTargetMachine.cpp updated: 1.1 -> 1.2
SkeletonTargetMachine.h updated: 1.1 -> 1.2
---
Log message:

Remove trailing whitespace


---
Diffs of the changes:  (+33 -33)

 Skeleton.h                |    4 ++--
 SkeletonInstrInfo.cpp     |    4 ++--
 SkeletonInstrInfo.h       |    6 +++---
 SkeletonJITInfo.cpp       |    6 +++---
 SkeletonJITInfo.h         |    6 +++---
 SkeletonRegisterInfo.cpp  |    8 ++++----
 SkeletonRegisterInfo.h    |   18 +++++++++---------
 SkeletonTargetMachine.cpp |    6 +++---
 SkeletonTargetMachine.h   |    8 ++++----
 9 files changed, 33 insertions(+), 33 deletions(-)


Index: llvm/lib/Target/Skeleton/Skeleton.h
diff -u llvm/lib/Target/Skeleton/Skeleton.h:1.1 llvm/lib/Target/Skeleton/Skeleton.h:1.2
--- llvm/lib/Target/Skeleton/Skeleton.h:1.1	Fri Jul 16 02:11:08 2004
+++ llvm/lib/Target/Skeleton/Skeleton.h	Thu Apr 21 18:20:35 2005
@@ -1,10 +1,10 @@
 //===-- Skeleton.h - Target private header file -----------------*- C++ -*-===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This file contains the definitions shared among the various components of the


Index: llvm/lib/Target/Skeleton/SkeletonInstrInfo.cpp
diff -u llvm/lib/Target/Skeleton/SkeletonInstrInfo.cpp:1.1 llvm/lib/Target/Skeleton/SkeletonInstrInfo.cpp:1.2
--- llvm/lib/Target/Skeleton/SkeletonInstrInfo.cpp:1.1	Fri Jul 16 02:11:09 2004
+++ llvm/lib/Target/Skeleton/SkeletonInstrInfo.cpp	Thu Apr 21 18:20:35 2005
@@ -1,10 +1,10 @@
 //===- SkeletonInstrInfo.cpp - Instruction Information ----------*- C++ -*-===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This is where you implement methods for the TargetInstrInfo class.


Index: llvm/lib/Target/Skeleton/SkeletonInstrInfo.h
diff -u llvm/lib/Target/Skeleton/SkeletonInstrInfo.h:1.1 llvm/lib/Target/Skeleton/SkeletonInstrInfo.h:1.2
--- llvm/lib/Target/Skeleton/SkeletonInstrInfo.h:1.1	Fri Jul 16 02:11:10 2004
+++ llvm/lib/Target/Skeleton/SkeletonInstrInfo.h	Thu Apr 21 18:20:35 2005
@@ -1,10 +1,10 @@
 //===- SkeletonInstrInfo.h - Instruction Information ------------*- C++ -*-===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This file is where the target-specific implementation of the TargetInstrInfo
@@ -24,7 +24,7 @@
     const SkeletonRegisterInfo RI;
   public:
     SkeletonInstrInfo();
-    
+
     /// getRegisterInfo - TargetInstrInfo is a superset of MRegister info.  As
     /// such, whenever a client has an instance of instruction info, it should
     /// always be able to get register info as well (through this method).


Index: llvm/lib/Target/Skeleton/SkeletonJITInfo.cpp
diff -u llvm/lib/Target/Skeleton/SkeletonJITInfo.cpp:1.2 llvm/lib/Target/Skeleton/SkeletonJITInfo.cpp:1.3
--- llvm/lib/Target/Skeleton/SkeletonJITInfo.cpp:1.2	Fri Nov 19 22:15:38 2004
+++ llvm/lib/Target/Skeleton/SkeletonJITInfo.cpp	Thu Apr 21 18:20:35 2005
@@ -1,12 +1,12 @@
 //===-- SkeletonCodeEmitter.cpp - JIT Code Emitter --------------*- C++ -*-===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
-// 
+//
 // This is a stub for a JIT code generator, which is obviously not implemented.
 //
 //===----------------------------------------------------------------------===//


Index: llvm/lib/Target/Skeleton/SkeletonJITInfo.h
diff -u llvm/lib/Target/Skeleton/SkeletonJITInfo.h:1.2 llvm/lib/Target/Skeleton/SkeletonJITInfo.h:1.3
--- llvm/lib/Target/Skeleton/SkeletonJITInfo.h:1.2	Fri Nov 19 22:15:38 2004
+++ llvm/lib/Target/Skeleton/SkeletonJITInfo.h	Thu Apr 21 18:20:35 2005
@@ -1,10 +1,10 @@
 //===- SkeletonJITInfo.h - Skeleton impl of JIT interface -------*- C++ -*-===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This file contains the skeleton implementation of the TargetJITInfo class.
@@ -30,7 +30,7 @@
     /// is not supported for this target.
     ///
     virtual void addPassesToJITCompile(FunctionPassManager &PM);
-    
+
     /// replaceMachineCodeForFunction - Make it so that calling the function
     /// whose machine code is at OLD turns into a call to NEW, perhaps by
     /// overwriting OLD with a branch to NEW.  This is used for self-modifying


Index: llvm/lib/Target/Skeleton/SkeletonRegisterInfo.cpp
diff -u llvm/lib/Target/Skeleton/SkeletonRegisterInfo.cpp:1.4 llvm/lib/Target/Skeleton/SkeletonRegisterInfo.cpp:1.5
--- llvm/lib/Target/Skeleton/SkeletonRegisterInfo.cpp:1.4	Sun Aug 15 17:15:30 2004
+++ llvm/lib/Target/Skeleton/SkeletonRegisterInfo.cpp	Thu Apr 21 18:20:35 2005
@@ -1,10 +1,10 @@
 //===- SkeletonRegisterInfo.cpp - Skeleton Register Information -*- C++ -*-===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This file contains the Skeleton implementation of the MRegisterInfo class.
@@ -45,7 +45,7 @@
   abort();
 }
 
-void SkeletonRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II) 
+void SkeletonRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II)
   const {
   abort();
 }
@@ -81,7 +81,7 @@
   case Type::IntTyID:
   case Type::UIntTyID:
   case Type::PointerTyID: return &GPRCInstance;
-    
+
   case Type::FloatTyID:
   case Type::DoubleTyID: return &FPRCInstance;
   }


Index: llvm/lib/Target/Skeleton/SkeletonRegisterInfo.h
diff -u llvm/lib/Target/Skeleton/SkeletonRegisterInfo.h:1.5 llvm/lib/Target/Skeleton/SkeletonRegisterInfo.h:1.6
--- llvm/lib/Target/Skeleton/SkeletonRegisterInfo.h:1.5	Tue Oct 26 01:04:23 2004
+++ llvm/lib/Target/Skeleton/SkeletonRegisterInfo.h	Thu Apr 21 18:20:35 2005
@@ -1,10 +1,10 @@
 //===- SkeletonRegisterInfo.h - Skeleton Register Information Impl -*- C++ -*-==//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This file contains the Skeleton implementation of the MRegisterInfo class.
@@ -22,27 +22,27 @@
   struct SkeletonRegisterInfo : public SkeletonGenRegisterInfo {
     SkeletonRegisterInfo();
     const TargetRegisterClass* getRegClassForType(const Type* Ty) const;
-    
+
     void storeRegToStackSlot(MachineBasicBlock &MBB,
                              MachineBasicBlock::iterator MBBI,
                              unsigned SrcReg, int FrameIndex) const;
-    
+
     void loadRegFromStackSlot(MachineBasicBlock &MBB,
                               MachineBasicBlock::iterator MBBI,
                               unsigned DestReg, int FrameIndex) const;
-    
+
     void copyRegToReg(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,
                       unsigned DestReg, unsigned SrcReg,
                       const TargetRegisterClass *RC) const;
-    
+
     void eliminateCallFramePseudoInstr(MachineFunction &MF,
                                        MachineBasicBlock &MBB,
                                        MachineBasicBlock::iterator I) const;
-    
+
     void eliminateFrameIndex(MachineBasicBlock::iterator II) const;
-    
+
     void processFunctionBeforeFrameFinalized(MachineFunction &MF) const;
-    
+
     void emitPrologue(MachineFunction &MF) const;
     void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
   };


Index: llvm/lib/Target/Skeleton/SkeletonTargetMachine.cpp
diff -u llvm/lib/Target/Skeleton/SkeletonTargetMachine.cpp:1.1 llvm/lib/Target/Skeleton/SkeletonTargetMachine.cpp:1.2
--- llvm/lib/Target/Skeleton/SkeletonTargetMachine.cpp:1.1	Fri Jul 16 02:11:14 2004
+++ llvm/lib/Target/Skeleton/SkeletonTargetMachine.cpp	Thu Apr 21 18:20:35 2005
@@ -1,12 +1,12 @@
 //===-- SkeletonTargetMachine.cpp - Define TargetMachine for Skeleton -----===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
-// 
+//
 //
 //===----------------------------------------------------------------------===//
 


Index: llvm/lib/Target/Skeleton/SkeletonTargetMachine.h
diff -u llvm/lib/Target/Skeleton/SkeletonTargetMachine.h:1.1 llvm/lib/Target/Skeleton/SkeletonTargetMachine.h:1.2
--- llvm/lib/Target/Skeleton/SkeletonTargetMachine.h:1.1	Fri Jul 16 02:11:15 2004
+++ llvm/lib/Target/Skeleton/SkeletonTargetMachine.h	Thu Apr 21 18:20:35 2005
@@ -1,12 +1,12 @@
 //===-- SkeletonTargetMachine.h - TargetMachine for Skeleton ----*- C++ -*-===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
-// 
+//
 // This file declares the Skeleton specific subclass of TargetMachine.
 //
 //===----------------------------------------------------------------------===//
@@ -41,7 +41,7 @@
 
     virtual bool addPassesToEmitMachineCode(FunctionPassManager &PM,
                                             MachineCodeEmitter &MCE);
-  
+
     virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out);
   };
 






More information about the llvm-commits mailing list