From: Chris Lattner Date: Sat, 11 Sep 2010 23:02:10 +0000 (+0000) Subject: add some documentation for the most important MC-level classes along with X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e1b834515b07ea20ede924c7562317b9ebc69a46;p=oota-llvm.git add some documentation for the most important MC-level classes along with an overview of mc and the idea of the code emission phase. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113707 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 4d0813fd6dc..7185f4d0a62 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -33,7 +33,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