From a396ee8e179c3dff516bb55fe8cdf80d00a08aff Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 1 Sep 2006 21:46:00 +0000 Subject: [PATCH] Added documentation Fernando Magno Quintao Pereira wrote for the register allocator. (First draft) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30031 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 344 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 341 insertions(+), 3 deletions(-) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index f45a98c7241..fb8afd103b4 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -58,6 +58,18 @@
  • Future directions for the SelectionDAG
  • +