From jlaskey at apple.com Mon Oct 17 07:19:27 2005 From: jlaskey at apple.com (Jim Laskey) Date: Mon, 17 Oct 2005 07:19:27 -0500 Subject: [llvm-commits] CVS: llvm/docs/CodeGenerator.html Message-ID: <200510171219.HAA20638@zion.cs.uiuc.edu> Changes in directory llvm/docs: CodeGenerator.html updated: 1.25 -> 1.26 --- Log message: As requested, a blurb on sub-targets. --- Diffs of the changes: (+6 -2) CodeGenerator.html | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) Index: llvm/docs/CodeGenerator.html diff -u llvm/docs/CodeGenerator.html:1.25 llvm/docs/CodeGenerator.html:1.26 --- llvm/docs/CodeGenerator.html:1.25 Sun Oct 16 23:18:41 2005 +++ llvm/docs/CodeGenerator.html Mon Oct 17 07:19:10 2005 @@ -444,7 +444,11 @@
- TODO +
The TargetSubtarget class is used to provide information about the + specific chip set being targeted. A sub-target informs code generation of + which instructions are supported, instruction latencies and instruction + execution itinerary; i.e., which processing units are used, in what order, and + for how long.