[llvm-commits] CVS: llvm/lib/Target/X86/X86.td
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 4 00:02:52 PDT 2003
Changes in directory llvm/lib/Target/X86:
X86.td added (r1.1)
---
Log message:
Initial checkin of X86.td file
---
Diffs of the changes:
Index: llvm/lib/Target/X86/X86.td
diff -c /dev/null llvm/lib/Target/X86/X86.td:1.1
*** /dev/null Sun Aug 3 10:47:59 2003
--- llvm/lib/Target/X86/X86.td Sun Aug 3 10:47:49 2003
***************
*** 0 ****
--- 1,17 ----
+ //===- X86.td - Target definition file for the Intel X86 arch ---*- C++ -*-===//
+ //
+ // This is a target description file for the Intel i386 architecture, refered to
+ // here as the "X86" architecture.
+ //
+ //===----------------------------------------------------------------------===//
+
+ // Get the target independent interfaces which we are implementing...
+ //
+ include "../Target.td"
+
+ //===----------------------------------------------------------------------===//
+ // Register File Description
+ //===----------------------------------------------------------------------===//
+
+ include "X86RegisterInfo.td"
+
More information about the llvm-commits
mailing list