mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
add Emacs tag and fix some comment error in file headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150775 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b8703fe265
commit
8f5e8c1cd6
@ -1,4 +1,4 @@
|
||||
//===-- MipsAsmParser.cpp - Parse Mips assembly to MCInst instructions ----===//
|
||||
// MipsAsmParser.cpp - Parse Mips assembly to MCInst instructions -*- C++ -*-=//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsInstPrinter.cpp - Convert Mips MCInst to assembly syntax ------===//
|
||||
//== MipsInstPrinter.cpp - Convert Mips MCInst to assembly syntax -*- C++ -*-=//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsInstPrinter.h - Convert Mips MCInst to assembly syntax --------===//
|
||||
//=== MipsInstPrinter.h - Convert Mips MCInst to assembly syntax -*- C++ -*-==//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsASMBackend.cpp - ---------===//
|
||||
//===-- MipsASMBackend.cpp - Mips Asm Backend -----------------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsBaseInfo.h - Top level definitions for ARM ------- --*- C++ -*-===//
|
||||
//===-- MipsBaseInfo.h - Top level definitions for MIPS MC --- --*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsELFObjectWriter.cpp - Mips ELF Writer ---------------------------===//
|
||||
//===-- MipsELFObjectWriter.cpp - Mips ELF Writer --------------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsMCAsmInfo.cpp - Mips asm properties ---------------------------===//
|
||||
//===-- MipsMCAsmInfo.cpp - Mips Asm Properties ----------------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//=====-- MipsMCAsmInfo.h - Mips asm properties ---------------*- C++ -*--====//
|
||||
//=====-- MipsMCAsmInfo.h - Mips Asm Info ---------------------*- C++ -*--====//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsMCCodeEmitter.cpp - Convert Mips code to machine code ---------===//
|
||||
//=== MipsMCCodeEmitter.cpp - Convert Mips Code to Machine Code -*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsAnalyzeImmediate.cpp - Analyze immediates ---------------------===//
|
||||
//===-- MipsAnalyzeImmediate.cpp - Analyze Immediates ----------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsAnalyzeImmediate.h - Analyze immediates -----------------------===//
|
||||
//===-- MipsAnalyzeImmediate.h - Analyze Immediates ------------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsAsmPrinter.cpp - Mips LLVM assembly writer --------------------===//
|
||||
//===-- MipsAsmPrinter.cpp - Mips LLVM Assembly Printer --------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsAsmPrinter.h - Mips LLVM assembly writer ----------------------===//
|
||||
//===-- MipsAsmPrinter.h - Mips LLVM Assembly Printer ----------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- Mips/MipsCodeEmitter.cpp - Convert Mips code to machine code -----===//
|
||||
//== Mips/MipsCodeEmitter.cpp - Convert Mips Code to Machine Code -*- C++ -*-=//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,3 +1,16 @@
|
||||
//===- MipsCondMov.td - Describe Mips Conditional Moves ---*- tablegen -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This is the Conditional Moves implementation.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// Conditional moves:
|
||||
// These instructions are expanded in
|
||||
// MipsISelLowering::EmitInstrWithCustomInserter if target does not have
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- DelaySlotFiller.cpp - Mips delay slot filler ---------------------===//
|
||||
//===-- DelaySlotFiller.cpp - Mips Delay Slot Filler -----------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsEmitGPRestore.cpp - Emit GP restore instruction----------------===//
|
||||
//===-- MipsEmitGPRestore.cpp - Emit GP Restore Instruction ----*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsExpandPseudo.cpp - Expand pseudo instructions ----------------===//
|
||||
//===-- MipsExpandPseudo.cpp - Expand Pseudo Instructions -----*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsISelDAGToDAG.cpp - A dag to dag inst selector for Mips --------===//
|
||||
//=== MipsISelDAGToDAG.cpp - A Dag to Dag Inst Selector for Mips -*- C++ -*-==//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsISelLowering.cpp - Mips DAG Lowering Implementation -----------===//
|
||||
//=== MipsISelLowering.cpp - Mips DAG Lowering Implementation --*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===- MipsJITInfo.cpp - Implement the JIT interfaces for the Mips target -===//
|
||||
//===-- MipsJITInfo.cpp - Implement the Mips JIT Interface -----*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===- MipsJITInfo.h - Mips implementation of the JIT interface -*- C++ -*-===//
|
||||
//===- MipsJITInfo.h - Mips Implementation of the JIT Interface -*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst ---------===//
|
||||
//=== MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst -*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsMCInstLower.h - Lower MachineInstr to MCInst -------------------==//
|
||||
//===-- MipsMCInstLower.h - Lower MachineInstr to MCInst -------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsSelectionDAGInfo.cpp - Mips SelectionDAG Info -----------------===//
|
||||
//===-- MipsSelectionDAGInfo.cpp - Mips SelectionDAG Info ------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsTargetMachine.cpp - Define TargetMachine for Mips -------------===//
|
||||
//===-- MipsTargetMachine.cpp - Define TargetMachine for Mips --*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsTargetMachine.h - Define TargetMachine for Mips -00--*- C++ -*-===//
|
||||
//===-- MipsTargetMachine.h - Define TargetMachine for Mips -----*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsTargetObjectFile.cpp - Mips object files ----------------------===//
|
||||
//===-- MipsTargetObjectFile.cpp - Mips Object Files -----------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===-- MipsTargetInfo.cpp - Mips Target Implementation -------------------===//
|
||||
//===-- MipsTargetInfo.cpp - Mips Target Implementation --------*- C++ -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user