From cf099d11218cb6f6c5cce947d6738e347f07fb12 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 20 Feb 2011 12:57:14 +0000 Subject: Vendor import of llvm trunk r126079: http://llvm.org/svn/llvm-project/llvm/trunk@126079 --- docs/CodeGenerator.html | 724 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 686 insertions(+), 38 deletions(-) (limited to 'docs/CodeGenerator.html') diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 4b2e261094bd..925156ff0787 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -5,6 +5,17 @@ The LLVM Target-Independent Code Generator + + + @@ -33,7 +44,7 @@
  • The TargetJITInfo class
  • -
  • Machine code description classes +
  • The "Machine" Code Generator classes
  • +
  • The "MC" Layer + +
  • Target-independent code generation algorithms
  • -
  • Code Emission -
  • +
  • Code Emission
  • +
  • Implementing a Native Assembler
  • +
  • Target-specific Implementation Notes