X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FProgrammersManual.html;h=950c937824ae2cc2ed802badd7567a36ffcdcd1d;hb=8e28b5c4265ea636e5b737d9352096498be28d3b;hp=c93161acb86b0016bf49ed966accc57d31e375e2;hpb=0377de4d9744283fc0d782338744139bfdd9da43;p=oota-llvm.git diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index c93161acb86..950c937824a 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -1,185 +1,1683 @@ - -LLVM Programmer's Manual + + + + LLVM Programmer's Manual + + + + +
+ LLVM Programmer's Manual +
- - - - - -
  LLVM Programmer's Manual
-
    -
  1. Introduction +
  2. Introduction
  3. General Information - -
  4. The Core LLVM Class Heirarchy - +
  5. -III.1 Useful links that introduce the STL -III.2 isa<>, cast<>, dyn_cast<> -III.3 Makefiles, useful options -III.4 How to use opt & analyze to debug stuff -III.5 How to write a regression test -III.6 DEBUG() and Statistics (-debug & -stats) -III.7 The -time-passes option -III.8 ... more as needed ... +
  6. Advanced Topics +
  7. -

    Written by Dinakar Dhurjati - and Chris Lattner

    +

  8. The Core LLVM Class Hierarchy Reference + +
+
+

Written by Chris Lattner, + Dinakar Dhurjati, + Joel Stanley, and + Reid Spencer

+
- -
-Introduction -
-
-General Information -
-
   - -The C++ Standard Template Library -
-
-The Core LLVM Class Heirarchy -
-
   - -The Value class -


Important Public Members of -the Value class

-
   - -The User class -


Important Public Members of -the User class

-
   - -The Instruction class -


Important Public Members of -the Instruction class

-
   - -The BasicBlock class -


Important Public Members of -the BasicBlock class

-
   - -The GlobalValue class -


Important Public Members of -the GlobalValue class

-
   - -The Function class -


Important Public Members of -the Function class

-
   - -The GlobalVariable class -


Important Public Members of the -GlobalVariable class

-
   - -The Module class -


Important Public Members of the -Module class

-
   - -The Constant class and subclasses -


Important Public Methods

-
   - -The Type class and Derived Types -


Important Public Methods