X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FCodeGenerator.html;h=cf228265c94d17c614762325afe239da23c01e7b;hb=256be96457faf173de2ac3f8145077b7e6fb41ba;hp=bb4119c767cf82b6cdea2148a28b0cf4033a3a6e;hpb=e9bb13d494553ed7c45dcb08272efc8726ae81a3;p=oota-llvm.git diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index bb4119c767c..cf228265c94 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