X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=docs%2FCodeGenerator.html;h=cc3a541e9c936b86c484d28cc1466ffef4cc93a1;hb=9e6d1d1f5034347d237941f1bf08fba5c1583cd3;hp=bb4119c767cf82b6cdea2148a28b0cf4033a3a6e;hpb=e9bb13d494553ed7c45dcb08272efc8726ae81a3;p=oota-llvm.git diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index bb4119c767c..cc3a541e9c9 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -26,7 +26,7 @@
  • The TargetMachine class
  • The TargetData class
  • The TargetLowering class
  • -
  • The MRegisterInfo class
  • +
  • The TargetRegisterInfo class
  • The TargetInstrInfo class
  • The TargetFrameInfo class
  • The TargetSubtarget class
  • @@ -50,6 +50,7 @@ Process
  • Initial SelectionDAG Construction
  • +
  • SelectionDAG LegalizeTypes Phase
  • SelectionDAG Legalize Phase
  • SelectionDAG Optimization Phase: the DAG Combiner
  • @@ -84,6 +85,7 @@
  • Target-specific Implementation Notes