forked from OSchip/llvm-project
parent
87c7b09d8d
commit
f54f60f3ce
|
@ -1,4 +1,4 @@
|
|||
//===- Mips.td - Describe the Mips Target Machine ----------*- tablegen -*-===//
|
||||
//===-- Mips.td - Describe the Mips Target Machine ---------*- tablegen -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- MipsCallingConv.td - Calling Conventions for Mips ---*- tablegen -*-===//
|
||||
//===-- MipsCallingConv.td - Calling Conventions for Mips --*- tablegen -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- MipsCondMov.td - Describe Mips Conditional Moves ---*- tablegen -*--===//
|
||||
//===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//==--- MipsFrameLowering.h - Define frame lowering for Mips --*- C++ -*---===//
|
||||
//===-- MipsFrameLowering.h - Define frame lowering for Mips ----*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- MipsInstrFPU.td - Mips FPU Instruction Information --*- tablegen -*-===//
|
||||
//===-- MipsInstrFPU.td - Mips FPU Instruction Information -*- tablegen -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- MipsInstrFormats.td - Mips Instruction Formats ------*- tablegen -*-===//
|
||||
//===-- MipsInstrFormats.td - Mips Instruction Formats -----*- tablegen -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- MipsInstrInfo.h - Mips Instruction Information -----------*- C++ -*-===//
|
||||
//===-- MipsInstrInfo.h - Mips Instruction Information ----------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- MipsRegisterInfo.h - Mips Register Information Impl ------*- C++ -*-===//
|
||||
//===-- MipsRegisterInfo.h - Mips Register Information Impl -----*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
//===- MipsRelocations.h - Mips Code Relocations ---------------*- C++ -*-===//
|
||||
//===-- MipsRelocations.h - Mips Code Relocations ---------------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
// This file is distributed under the University of Illinois Open Source
|
||||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===---------------------------------------------------------------------===//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file defines the Mips target-specific relocation types
|
||||
// (for relocation-model=static).
|
||||
//
|
||||
//===---------------------------------------------------------------------===//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef MIPSRELOCATIONS_H_
|
||||
#define MIPSRELOCATIONS_H_
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//===- MipsSchedule.td - Mips Scheduling Definitions -------*- tablegen -*-===//
|
||||
//===-- MipsSchedule.td - Mips Scheduling Definitions ------*- tablegen -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//=====-- MipsSubtarget.h - Define Subtarget for the Mips -----*- C++ -*--====//
|
||||
//===-- MipsSubtarget.h - Define Subtarget for the Mips ---------*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue