From 2f87a883b8a54fc8993214485772feee11191089 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Mon, 4 Sep 2006 23:35:52 +0000 Subject: [PATCH] First draft of the "Live Interval Analysis" section. This is the "Live Variable Analysis" pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30106 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 188 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 188 insertions(+) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index f2d0dca1adc..af75bc74938 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -58,6 +58,10 @@
  • Future directions for the SelectionDAG
  • +
  • Live Interval Analysis +
  • Register Allocation