mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-26 05:25:47 +00:00
Added LLVM copyright notice.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9324 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
//===-- IGNode.h - Represent a node in an interference graph ----*- 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.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
/* Title: IGNode.h -*- C++ -*-
|
/* Title: IGNode.h -*- C++ -*-
|
||||||
Author: Ruchira Sasanka
|
Author: Ruchira Sasanka
|
||||||
Date: July 25, 01
|
Date: July 25, 01
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
//===-- InterferenceGraph.h - Interference graph for register coloring -*- 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.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
/* Title: InterferenceGraph.h -*- C++ -*-
|
/* Title: InterferenceGraph.h -*- C++ -*-
|
||||||
Author: Ruchira Sasanka
|
Author: Ruchira Sasanka
|
||||||
Date: July 20, 01
|
Date: July 20, 01
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
//===-- RegClass.h - Machine Independent register coloring ------*- 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.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
/* Title: RegClass.h -*- C++ -*-
|
/* Title: RegClass.h -*- C++ -*-
|
||||||
Author: Ruchira Sasanka
|
Author: Ruchira Sasanka
|
||||||
Date: Aug 20, 01
|
Date: Aug 20, 01
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
//===-- IGNode.h - Represent a node in an interference graph ----*- 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.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
/* Title: IGNode.h -*- C++ -*-
|
/* Title: IGNode.h -*- C++ -*-
|
||||||
Author: Ruchira Sasanka
|
Author: Ruchira Sasanka
|
||||||
Date: July 25, 01
|
Date: July 25, 01
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
//===-- InterferenceGraph.h - Interference graph for register coloring -*- 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.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
/* Title: InterferenceGraph.h -*- C++ -*-
|
/* Title: InterferenceGraph.h -*- C++ -*-
|
||||||
Author: Ruchira Sasanka
|
Author: Ruchira Sasanka
|
||||||
Date: July 20, 01
|
Date: July 20, 01
|
||||||
|
@@ -1,3 +1,12 @@
|
|||||||
|
//===-- RegClass.h - Machine Independent register coloring ------*- 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.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
/* Title: RegClass.h -*- C++ -*-
|
/* Title: RegClass.h -*- C++ -*-
|
||||||
Author: Ruchira Sasanka
|
Author: Ruchira Sasanka
|
||||||
Date: Aug 20, 01
|
Date: Aug 20, 01
|
||||||
|
@@ -1,4 +1,13 @@
|
|||||||
%{ // -*- C++ -*-
|
%{ // -*- 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.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===*/
|
||||||
|
|
||||||
Xinclude <cstdio>
|
Xinclude <cstdio>
|
||||||
Xinclude <llvm/CodeGen/InstrForest.h>
|
Xinclude <llvm/CodeGen/InstrForest.h>
|
||||||
|
|
||||||
|
@@ -1,4 +1,11 @@
|
|||||||
/*===-- FileLexer.l - Scanner for TableGen Files ----------------*- C++ -*-===//
|
/*===-- FileLexer.l - Scanner for TableGen Files ----------------*- 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 defines a simple flex scanner for TableGen files. This is pretty
|
// This file defines a simple flex scanner for TableGen files. This is pretty
|
||||||
// straight-forward, except for the magic to handle file inclusion.
|
// straight-forward, except for the magic to handle file inclusion.
|
||||||
|
@@ -1,4 +1,11 @@
|
|||||||
//===-- FileParser.y - Parser for TableGen files ----------------*- C++ -*-===//
|
//===-- FileParser.y - Parser for TableGen files ----------------*- 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 implements the bison parser for Table Generator files...
|
// This file implements the bison parser for Table Generator files...
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user